# 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_multi_snapsets.yml ********************************************* 1 plays in /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml PLAY [Basic snapshot test] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:2 Friday 01 March 2024 16:58:52 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:36 Friday 01 March 2024 16:58:53 +0000 (0:00:00.988) 0:00:00.999 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:10 Friday 01 March 2024 16:58:53 +0000 (0:00:00.013) 0:00:01.013 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:15 Friday 01 March 2024 16:58:53 +0000 (0:00:00.238) 0:00:01.251 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:19 Friday 01 March 2024 16:58:53 +0000 (0:00:00.017) 0:00:01.268 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:58:53 +0000 (0:00:00.016) 0:00:01.285 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:58:53 +0000 (0:00:00.013) 0:00:01.299 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:58:53 +0000 (0:00:00.018) 0:00:01.318 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:58:53 +0000 (0:00:00.026) 0:00:01.344 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 16:58:53 +0000 (0:00:00.186) 0:00:01.530 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 16:58:53 +0000 (0:00:00.015) 0:00:01.545 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:58:53 +0000 (0:00:00.009) 0:00:01.555 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:58:53 +0000 (0:00:00.009) 0:00:01.564 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:58:53 +0000 (0:00:00.025) 0:00:01.590 ********** 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 16:58:54 +0000 (0:00:00.991) 0:00:02.581 ********** 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 16:58:54 +0000 (0:00:00.013) 0:00:02.595 ********** 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 16:58:54 +0000 (0:00:00.011) 0:00:02.606 ********** 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 16:58:55 +0000 (0:00:00.455) 0:00:03.062 ********** 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 16:58:55 +0000 (0:00:00.020) 0:00:03.083 ********** 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 16:58:55 +0000 (0:00:00.015) 0:00:03.098 ********** 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 16:58:55 +0000 (0:00:00.015) 0:00:03.114 ********** 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 16:58:55 +0000 (0:00:00.017) 0:00:03.132 ********** 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 16:58:56 +0000 (0:00:00.882) 0:00:04.015 ********** 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 16:58:58 +0000 (0:00:01.685) 0:00:05.700 ********** 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 16:58:58 +0000 (0:00:00.031) 0:00:05.732 ********** 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 16:58:58 +0000 (0:00:00.010) 0:00:05.742 ********** 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 16:58:58 +0000 (0:00:00.352) 0:00:06.095 ********** 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 16:58:58 +0000 (0:00:00.021) 0:00:06.117 ********** 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 16:58:58 +0000 (0:00:00.009) 0:00:06.126 ********** 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 16:58:58 +0000 (0:00:00.013) 0:00:06.140 ********** 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 16:58:58 +0000 (0:00:00.012) 0:00:06.152 ********** 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 16:58:58 +0000 (0:00:00.012) 0:00:06.164 ********** 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 16:58:58 +0000 (0:00:00.020) 0:00:06.184 ********** 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 16:58:58 +0000 (0:00:00.010) 0:00:06.195 ********** 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 16:58:58 +0000 (0:00:00.018) 0:00:06.213 ********** 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 16:58:58 +0000 (0:00:00.018) 0:00:06.232 ********** 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 16:58:58 +0000 (0:00:00.009) 0:00:06.241 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311935.5221589, "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 16:58:58 +0000 (0:00:00.192) 0:00:06.434 ********** 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 16:58:58 +0000 (0:00:00.010) 0:00:06.445 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:23 Friday 01 March 2024 16:58:59 +0000 (0:00:00.750) 0:00:07.195 ********** 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 16:58:59 +0000 (0:00:00.019) 0:00:07.214 ********** 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 16:58:59 +0000 (0:00:00.185) 0:00:07.400 ********** 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 16:58:59 +0000 (0:00:00.016) 0:00:07.417 ********** 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 16:59:00 +0000 (0:00:00.887) 0:00:08.304 ********** 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 16:59:00 +0000 (0:00:00.286) 0:00:08.591 ********** 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 16:59:00 +0000 (0:00:00.013) 0:00:08.604 ********** 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 16:59:01 +0000 (0:00:00.013) 0:00:08.618 ********** 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 16:59:01 +0000 (0:00:00.019) 0:00:08.638 ********** 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 16:59:01 +0000 (0:00:00.020) 0:00:08.658 ********** 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 16:59:01 +0000 (0:00:00.019) 0:00:08.678 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:59:01 +0000 (0:00:00.025) 0:00:08.703 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:59:01 +0000 (0:00:00.020) 0:00:08.724 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:59:01 +0000 (0:00:00.021) 0:00:08.745 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:59:01 +0000 (0:00:00.029) 0:00:08.775 ********** 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 16:59:01 +0000 (0:00:00.013) 0:00:08.789 ********** 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 16:59:01 +0000 (0:00:00.014) 0:00:08.804 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:59:01 +0000 (0:00:00.029) 0:00:08.833 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:59:01 +0000 (0:00:00.012) 0:00:08.845 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:59:01 +0000 (0:00:00.027) 0:00:08.872 ********** 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 16:59:02 +0000 (0:00:00.897) 0:00:09.770 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 16:59:02 +0000 (0:00:00.029) 0:00:09.800 ********** 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 16:59:02 +0000 (0:00:00.014) 0:00:09.814 ********** 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 16:59:03 +0000 (0:00:01.102) 0:00:10.916 ********** 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 16:59:03 +0000 (0:00:00.022) 0:00:10.939 ********** 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 16:59:03 +0000 (0:00:00.018) 0:00:10.958 ********** 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 16:59:03 +0000 (0:00:00.018) 0:00:10.977 ********** 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 16:59:03 +0000 (0:00:00.017) 0:00:10.995 ********** 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 16:59:04 +0000 (0:00:00.880) 0:00:11.875 ********** 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 16:59:05 +0000 (0:00:01.615) 0:00:13.491 ********** 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 16:59:05 +0000 (0:00:00.030) 0:00:13.521 ********** 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 16:59:05 +0000 (0:00:00.009) 0:00:13.531 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 16:59:17 +0000 (0:00:11.211) 0:00:24.742 ********** 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 16:59:17 +0000 (0:00:00.018) 0:00:24.761 ********** 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 16:59:17 +0000 (0:00:00.010) 0:00:24.771 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 16:59:17 +0000 (0:00:00.021) 0:00:24.793 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 16:59:17 +0000 (0:00:00.020) 0:00:24.813 ********** 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 16:59:17 +0000 (0:00:00.013) 0:00:24.826 ********** 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 16:59:17 +0000 (0:00:00.018) 0:00:24.845 ********** 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 16:59:17 +0000 (0:00:00.011) 0:00:24.857 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 16:59:17 +0000 (0:00:00.019) 0:00:24.876 ********** 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 16:59:17 +0000 (0:00:00.019) 0:00:24.896 ********** 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 16:59:17 +0000 (0:00:00.011) 0:00:24.908 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311935.5221589, "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 16:59:17 +0000 (0:00:00.192) 0:00:25.100 ********** 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 16:59:17 +0000 (0:00:00.010) 0:00:25.111 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs for snapset1] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:39 Friday 01 March 2024 16:59:18 +0000 (0:00:00.794) 0:00:25.905 ********** 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 16:59:18 +0000 (0:00:00.028) 0:00:25.934 ********** 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 16:59:18 +0000 (0:00:00.018) 0:00:25.952 ********** 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 16:59:18 +0000 (0:00:00.022) 0:00:25.975 ********** 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 16:59:18 +0000 (0:00:00.015) 0:00:25.991 ********** 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 16:59:18 +0000 (0:00:00.014) 0:00:26.005 ********** 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 16:59:18 +0000 (0:00:00.026) 0:00:26.031 ********** 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 16:59:19 +0000 (0:00:00.881) 0:00:26.912 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -r 15 -vg test_vg1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:19 +0000 (0:00:00.027) 0:00:26.940 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:20 +0000 (0:00:00.861) 0:00:27.801 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:20 +0000 (0:00:00.015) 0:00:27.817 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:20 +0000 (0:00:00.026) 0:00:27.843 ********** 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 16:59:20 +0000 (0:00:00.011) 0:00:27.854 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for snapset1] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:48 Friday 01 March 2024 16:59:20 +0000 (0:00:00.015) 0:00:27.870 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the snapshot LVs are created for snapset1] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:52 Friday 01 March 2024 16:59:20 +0000 (0:00:00.013) 0:00:27.884 ********** 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 16:59:20 +0000 (0:00:00.047) 0:00:27.931 ********** 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 16:59:20 +0000 (0:00:00.020) 0:00:27.952 ********** 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 16:59:20 +0000 (0:00:00.026) 0:00:27.978 ********** 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 16:59:20 +0000 (0:00:00.019) 0:00:27.998 ********** 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 16:59:20 +0000 (0:00:00.019) 0:00:28.018 ********** 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 16:59:20 +0000 (0:00:00.039) 0:00:28.057 ********** 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 16:59:21 +0000 (0:00:00.877) 0:00:28.935 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -vg test_vg1 -s snapset1 " } 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 16:59:21 +0000 (0:00:00.028) 0:00:28.964 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:21 +0000 (0:00:00.590) 0:00:29.554 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:21 +0000 (0:00:00.017) 0:00:29.572 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:21 +0000 (0:00:00.029) 0:00:29.601 ********** 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 16:59:21 +0000 (0:00:00.012) 0:00:29.614 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Create snapshot LVs for snapset1 to check idempotence] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:61 Friday 01 March 2024 16:59:22 +0000 (0:00:00.017) 0:00:29.632 ********** 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 16:59:22 +0000 (0:00:00.031) 0:00:29.664 ********** 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 16:59:22 +0000 (0:00:00.018) 0:00:29.683 ********** 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 16:59:22 +0000 (0:00:00.025) 0:00:29.708 ********** 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 16:59:22 +0000 (0:00:00.015) 0:00:29.723 ********** 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 16:59:22 +0000 (0:00:00.015) 0:00:29.739 ********** 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 16:59:22 +0000 (0:00:00.028) 0:00:29.767 ********** 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 16:59:23 +0000 (0:00:00.882) 0:00:30.650 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -r 15 -vg test_vg1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:23 +0000 (0:00:00.028) 0:00:30.679 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:23 +0000 (0:00:00.660) 0:00:31.340 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:23 +0000 (0:00:00.016) 0:00:31.356 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:23 +0000 (0:00:00.026) 0:00:31.383 ********** 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 16:59:23 +0000 (0:00:00.011) 0:00:31.394 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for snapset1] ****************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:70 Friday 01 March 2024 16:59:23 +0000 (0:00:00.014) 0:00:31.409 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role to create snapshot LVs for snapset2] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:74 Friday 01 March 2024 16:59:23 +0000 (0:00:00.013) 0:00:31.423 ********** 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 16:59:23 +0000 (0:00:00.032) 0:00:31.456 ********** 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 16:59:23 +0000 (0:00:00.018) 0:00:31.474 ********** 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 16:59:23 +0000 (0:00:00.023) 0:00:31.497 ********** 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 16:59:23 +0000 (0:00:00.015) 0:00:31.513 ********** 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 16:59:23 +0000 (0:00:00.015) 0:00:31.528 ********** 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 16:59:23 +0000 (0:00:00.026) 0:00:31.554 ********** 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 16:59:24 +0000 (0:00:00.882) 0:00:32.437 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -r 15 -vg test_vg2 -s snapset2 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:24 +0000 (0:00:00.027) 0:00:32.464 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:25 +0000 (0:00:00.857) 0:00:33.322 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:25 +0000 (0:00:00.016) 0:00:33.338 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:25 +0000 (0:00:00.033) 0:00:33.372 ********** 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 16:59:25 +0000 (0:00:00.012) 0:00:33.384 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created for snapset2] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:83 Friday 01 March 2024 16:59:25 +0000 (0:00:00.018) 0:00:33.403 ********** 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 16:59:25 +0000 (0:00:00.074) 0:00:33.477 ********** 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 16:59:25 +0000 (0:00:00.019) 0:00:33.497 ********** 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 16:59:25 +0000 (0:00:00.026) 0:00:33.523 ********** 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 16:59:25 +0000 (0:00:00.014) 0:00:33.538 ********** 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 16:59:25 +0000 (0:00:00.014) 0:00:33.553 ********** 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 16:59:25 +0000 (0:00:00.026) 0:00:33.579 ********** 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 16:59:26 +0000 (0:00:00.887) 0:00:34.467 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -vg test_vg2 -s snapset2 " } 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 16:59:26 +0000 (0:00:00.029) 0:00:34.497 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:27 +0000 (0:00:00.611) 0:00:35.109 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:27 +0000 (0:00:00.016) 0:00:35.125 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:27 +0000 (0:00:00.030) 0:00:35.155 ********** 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 16:59:27 +0000 (0:00:00.011) 0:00:35.166 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role remove the snapshot LVs for snapset1] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:92 Friday 01 March 2024 16:59:27 +0000 (0:00:00.015) 0:00:35.181 ********** 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 16:59:27 +0000 (0:00:00.038) 0:00:35.220 ********** 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 16:59:27 +0000 (0:00:00.019) 0:00:35.239 ********** 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 16:59:27 +0000 (0:00:00.031) 0:00:35.271 ********** 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 16:59:27 +0000 (0:00:00.014) 0:00:35.286 ********** 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 16:59:27 +0000 (0:00:00.014) 0:00:35.301 ********** 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 16:59:27 +0000 (0:00:00.034) 0:00:35.335 ********** 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 16:59:28 +0000 (0:00:00.919) 0:00:36.255 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:28 +0000 (0:00:00.028) 0:00:36.283 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:29 +0000 (0:00:00.594) 0:00:36.877 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:29 +0000 (0:00:00.029) 0:00:36.906 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:29 +0000 (0:00:00.058) 0:00:36.965 ********** 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 16:59:29 +0000 (0:00:00.017) 0:00:36.982 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for snapset1 removal] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:99 Friday 01 March 2024 16:59:29 +0000 (0:00:00.015) 0:00:36.998 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:103 Friday 01 March 2024 16:59:29 +0000 (0:00:00.014) 0:00:37.013 ********** 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 16:59:29 +0000 (0:00:00.040) 0:00:37.053 ********** 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 16:59:29 +0000 (0:00:00.017) 0:00:37.071 ********** 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 16:59:29 +0000 (0:00:00.021) 0:00:37.093 ********** 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 16:59:29 +0000 (0:00:00.013) 0:00:37.107 ********** 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 16:59:29 +0000 (0:00:00.019) 0:00:37.127 ********** 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 16:59:29 +0000 (0:00:00.042) 0:00:37.169 ********** 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 16:59:30 +0000 (0:00:00.906) 0:00:38.076 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:30 +0000 (0:00:00.026) 0:00:38.102 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:31 +0000 (0:00:01.043) 0:00:39.146 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:31 +0000 (0:00:00.037) 0:00:39.183 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:31 +0000 (0:00:00.026) 0:00:39.210 ********** 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 16:59:31 +0000 (0:00:00.011) 0:00:39.221 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Remove snapshot LVs for snapset1 again for idempotence] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:111 Friday 01 March 2024 16:59:31 +0000 (0:00:00.015) 0:00:39.236 ********** 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 16:59:31 +0000 (0:00:00.044) 0:00:39.281 ********** 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 16:59:31 +0000 (0:00:00.018) 0:00:39.299 ********** 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 16:59:31 +0000 (0:00:00.022) 0:00:39.321 ********** 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 16:59:31 +0000 (0:00:00.014) 0:00:39.335 ********** 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 16:59:31 +0000 (0:00:00.014) 0:00:39.350 ********** 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 16:59:31 +0000 (0:00:00.024) 0:00:39.375 ********** 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 16:59:32 +0000 (0:00:00.904) 0:00:40.280 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:32 +0000 (0:00:00.028) 0:00:40.308 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:32 +0000 (0:00:00.281) 0:00:40.590 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:32 +0000 (0:00:00.015) 0:00:40.606 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:33 +0000 (0:00:00.026) 0:00:40.632 ********** 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 16:59:33 +0000 (0:00:00.013) 0:00:40.646 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for snapset1 removal] ********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:118 Friday 01 March 2024 16:59:33 +0000 (0:00:00.016) 0:00:40.663 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the snapshot LVs for snapset2] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:122 Friday 01 March 2024 16:59:33 +0000 (0:00:00.015) 0:00:40.678 ********** 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 16:59:33 +0000 (0:00:00.048) 0:00:40.726 ********** 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 16:59:33 +0000 (0:00:00.018) 0:00:40.745 ********** 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 16:59:33 +0000 (0:00:00.023) 0:00:40.769 ********** 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 16:59:33 +0000 (0:00:00.016) 0:00:40.785 ********** 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 16:59:33 +0000 (0:00:00.014) 0:00:40.800 ********** 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 16:59:33 +0000 (0:00:00.025) 0:00:40.825 ********** 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 16:59:34 +0000 (0:00:00.889) 0:00:41.715 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset2 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:34 +0000 (0:00:00.028) 0:00:41.744 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:34 +0000 (0:00:00.577) 0:00:42.321 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:34 +0000 (0:00:00.015) 0:00:42.337 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:34 +0000 (0:00:00.026) 0:00:42.363 ********** 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 16:59:34 +0000 (0:00:00.011) 0:00:42.375 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:129 Friday 01 March 2024 16:59:34 +0000 (0:00:00.019) 0:00:42.394 ********** 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 16:59:34 +0000 (0:00:00.051) 0:00:42.445 ********** 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 16:59:34 +0000 (0:00:00.017) 0:00:42.463 ********** 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 16:59:34 +0000 (0:00:00.022) 0:00:42.486 ********** 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 16:59:34 +0000 (0:00:00.014) 0:00:42.501 ********** 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 16:59:34 +0000 (0:00:00.038) 0:00:42.539 ********** 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 16:59:34 +0000 (0:00:00.027) 0:00:42.567 ********** 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 16:59:35 +0000 (0:00:00.872) 0:00:43.440 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset2 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:59:35 +0000 (0:00:00.027) 0:00:43.467 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:59:36 +0000 (0:00:00.991) 0:00:44.459 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.146 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.146 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:59:36 +0000 (0:00:00.016) 0:00:44.475 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:59:36 +0000 (0:00:00.026) 0:00:44.502 ********** 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 16:59:36 +0000 (0:00:00.012) 0:00:44.514 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:137 Friday 01 March 2024 16:59:36 +0000 (0:00:00.016) 0:00:44.530 ********** 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 16:59:36 +0000 (0:00:00.033) 0:00:44.563 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:59:36 +0000 (0:00:00.019) 0:00:44.583 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:59:36 +0000 (0:00:00.017) 0:00:44.601 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:59:37 +0000 (0:00:00.024) 0:00:44.625 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:59:37 +0000 (0:00:00.032) 0:00:44.658 ********** 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 16:59:37 +0000 (0:00:00.015) 0:00:44.674 ********** 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 16:59:37 +0000 (0:00:00.014) 0:00:44.689 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:59:37 +0000 (0:00:00.013) 0:00:44.702 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:59:37 +0000 (0:00:00.015) 0:00:44.718 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:59:37 +0000 (0:00:00.028) 0:00:44.746 ********** 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 16:59:38 +0000 (0:00:00.884) 0:00:45.631 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 16:59:38 +0000 (0:00:00.031) 0:00:45.663 ********** 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 16:59:38 +0000 (0:00:00.021) 0:00:45.684 ********** 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 16:59:41 +0000 (0:00:03.479) 0:00:49.164 ********** 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 16:59:41 +0000 (0:00:00.025) 0:00:49.190 ********** 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 16:59:41 +0000 (0:00:00.019) 0:00:49.210 ********** 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 16:59:41 +0000 (0:00:00.019) 0:00:49.229 ********** 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 16:59:41 +0000 (0:00:00.018) 0:00:49.248 ********** 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 16:59:42 +0000 (0:00:00.886) 0:00:50.135 ********** 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 16:59:44 +0000 (0:00:01.598) 0:00:51.734 ********** 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 16:59:44 +0000 (0:00:00.032) 0:00:51.766 ********** 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 16:59:44 +0000 (0:00:00.012) 0:00:51.779 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "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": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 16:59:52 +0000 (0:00:08.276) 0:01:00.056 ********** 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 16:59:52 +0000 (0:00:00.023) 0:01:00.080 ********** 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 16:59:52 +0000 (0:00:00.012) 0:01:00.092 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "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": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 16:59:52 +0000 (0:00:00.028) 0:01:00.121 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 16:59:52 +0000 (0:00:00.022) 0:01:00.144 ********** 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 16:59:52 +0000 (0:00:00.016) 0:01:00.160 ********** 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 16:59:52 +0000 (0:00:00.021) 0:01:00.182 ********** 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 16:59:52 +0000 (0:00:00.014) 0:01:00.196 ********** 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 16:59:52 +0000 (0:00:00.085) 0:01:00.282 ********** 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 16:59:52 +0000 (0:00:00.022) 0:01:00.305 ********** 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 16:59:52 +0000 (0:00:00.013) 0:01:00.318 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311935.5221589, "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 16:59:52 +0000 (0:00:00.196) 0:01:00.515 ********** 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 16:59:52 +0000 (0:00:00.013) 0:01:00.528 ********** 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 16:59:53 +0000 (0:00:00.741) 0:01:01.269 ********** 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 16:59:53 +0000 (0:00:00.013) 0:01:01.283 ********** 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 16:59:53 +0000 (0:00:00.019) 0:01:01.302 ********** 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 16:59:53 +0000 (0:00:00.014) 0:01:01.316 ********** 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 16:59:53 +0000 (0:00:00.018) 0:01:01.335 ********** 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 16:59:54 +0000 (0:00:00.882) 0:01:02.218 ********** ok: [sut] => { "changed": false, "disks": [ "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sda] 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 16:59:54 +0000 (0:00:00.209) 0:01:02.428 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdb", "sdc", "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 16:59:54 +0000 (0:00:00.015) 0:01:02.443 ********** ok: [sut] => { "unused_disks": [ "sdb", "sdc", "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 16:59:54 +0000 (0:00:00.012) 0:01:02.456 ********** 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 16:59:54 +0000 (0:00:00.020) 0:01:02.476 ********** 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 16:59:54 +0000 (0:00:00.020) 0:01:02.497 ********** 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 16:59:54 +0000 (0:00:00.021) 0:01:02.518 ********** 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 16:59:55 +0000 (0:00:00.870) 0:01:03.388 ********** 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.306190", "end": "2024-03-01 16:59:56.313890", "failed_when_result": true, "rc": 0, "start": "2024-03-01 16:59:56.007700" } 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=18555) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime,seclabel) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) none on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) 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:57:24,702 INFO snapshot-role/MainThread: check_cmd: check 20 xxxxxx None snapset1 1 None 2024-03-01 16:57:24,702 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: { 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: { 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: , 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:24,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"lv_uuid":"pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy", "lv_uuid":"pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh", "pv_name":"/dev/sda"}, 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF", "lv_uuid":"pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh"}, 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh"} 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: } 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: } 2024-03-01 16:57:24,732 INFO snapshot-role/MainThread: exit code: 12: ['source volume group does not exist: xxxxxx'] 2024-03-01 16:58:03,800 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:58:03,800 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,835 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "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:03,836 INFO snapshot-role/MainThread: {"lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "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:03,836 INFO snapshot-role/MainThread: {"lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "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:03,836 INFO snapshot-role/MainThread: {"lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "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:03,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"}, 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"} 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "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:03,837 INFO snapshot-role/MainThread: {"lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "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:03,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN"} 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "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:03,838 INFO snapshot-role/MainThread: {"lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "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:03,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD"} 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:58:03,838 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 16:58:03,839 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,875 INFO snapshot-role/MainThread: {"lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "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:03,875 INFO snapshot-role/MainThread: {"lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "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:03,875 INFO snapshot-role/MainThread: {"lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "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:03,876 INFO snapshot-role/MainThread: {"lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "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:03,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"} 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:03,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "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:03,877 INFO snapshot-role/MainThread: {"lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "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:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN"} 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,877 INFO snapshot-role/MainThread: {"lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "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:03,877 INFO snapshot-role/MainThread: {"lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "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:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD"} 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,878 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,908 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:03,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,908 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,938 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:03,938 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:03,938 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:03,938 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:03,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,938 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,967 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 16:58:04,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,156 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,157 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,157 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,157 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,157 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:04,197 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,197 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,197 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,197 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,197 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:04,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,198 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:04,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,252 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,252 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,252 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,252 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,253 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:04,253 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:04,253 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:04,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,253 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,281 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,281 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 16:58:04,404 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,404 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,404 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,404 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,404 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,404 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:04,442 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,443 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:04,443 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,443 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,444 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,485 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,485 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,485 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,485 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,485 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:04,485 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:04,485 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,485 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,517 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 16:58:04,639 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,639 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,639 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,639 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,639 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,684 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:04,684 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,684 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,685 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,685 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,685 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,685 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,685 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":"-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:04,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,727 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,727 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,727 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,754 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 16:58:04,873 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,874 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,874 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,874 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,874 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,924 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:04,924 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,924 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,925 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,925 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,925 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,961 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:04,961 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:04,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,961 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,989 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 16:58:05,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,109 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,109 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,109 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:05,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,171 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,171 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,171 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:05,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,172 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,203 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,203 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,203 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:05,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,203 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,230 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 16:58:05,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,391 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,392 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,392 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:05,430 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,430 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,431 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:05,431 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,431 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:05,468 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,469 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:05,469 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:05,469 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,469 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:05,499 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:05,499 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,499 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,499 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,499 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,500 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,674 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:05,674 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,674 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,675 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,706 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,706 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,706 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:05,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,707 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,707 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,734 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 16:58:05,857 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,857 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,857 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,857 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,857 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,858 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:07,315 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:58:07,315 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,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"P9rujh-8mbT-Aj61-IMd1-3bgr-9mzo-wKZvnL", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"jF5ZBi-0W1T-lLfG-RZgf-53TX-J1IQ-MeOy6P", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"M37N9l-BXDg-flws-3Ayc-g4br-BzdS-heNHu9", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "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,350 INFO snapshot-role/MainThread: {"lv_uuid":"ZJ3osK-X2of-Jxai-RyNi-4XTD-ihWd-GOXWUm", "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,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"P9rujh-8mbT-Aj61-IMd1-3bgr-9mzo-wKZvnL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,350 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"jF5ZBi-0W1T-lLfG-RZgf-53TX-J1IQ-MeOy6P", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"M37N9l-BXDg-flws-3Ayc-g4br-BzdS-heNHu9", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"ZJ3osK-X2of-Jxai-RyNi-4XTD-ihWd-GOXWUm", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"M37N9l-BXDg-flws-3Ayc-g4br-BzdS-heNHu9"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"P9rujh-8mbT-Aj61-IMd1-3bgr-9mzo-wKZvnL"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"ZJ3osK-X2of-Jxai-RyNi-4XTD-ihWd-GOXWUm"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"jF5ZBi-0W1T-lLfG-RZgf-53TX-J1IQ-MeOy6P"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"} 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,351 INFO snapshot-role/MainThread: {"lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "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,351 INFO snapshot-role/MainThread: {"lv_uuid":"yxh49Y-N0TX-wQT7-mhop-yAZY-wNfP-QJiAMD", "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,352 INFO snapshot-role/MainThread: {"lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "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,352 INFO snapshot-role/MainThread: {"lv_uuid":"d2BQQ5-608p-yTUD-o65U-Y7kN-77aX-xXmwxG", "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,352 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"d2BQQ5-608p-yTUD-o65U-Y7kN-77aX-xXmwxG", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"yxh49Y-N0TX-wQT7-mhop-yAZY-wNfP-QJiAMD", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"d2BQQ5-608p-yTUD-o65U-Y7kN-77aX-xXmwxG"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"yxh49Y-N0TX-wQT7-mhop-yAZY-wNfP-QJiAMD"} 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,352 INFO snapshot-role/MainThread: {"lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "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,353 INFO snapshot-role/MainThread: {"lv_uuid":"wxiCJV-1kYf-TfBR-0vzK-jsWb-i63I-BLD1Mr", "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,353 INFO snapshot-role/MainThread: {"lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "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,353 INFO snapshot-role/MainThread: {"lv_uuid":"3SeyS0-qMOo-Ryzg-lVmC-2Ib6-rOih-YsVvbz", "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,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"wxiCJV-1kYf-TfBR-0vzK-jsWb-i63I-BLD1Mr", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"3SeyS0-qMOo-Ryzg-lVmC-2Ib6-rOih-YsVvbz", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"3SeyS0-qMOo-Ryzg-lVmC-2Ib6-rOih-YsVvbz"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD"}, 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"wxiCJV-1kYf-TfBR-0vzK-jsWb-i63I-BLD1Mr"} 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,354 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,385 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:07,385 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,385 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,422 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:07,422 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:07,422 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:07,422 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:07,422 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,422 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:07,423 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,423 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:07,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,423 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"lv_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:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,479 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:07,479 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,479 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,480 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,511 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:07,511 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,511 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,547 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:07,547 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,547 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,578 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:07,578 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:07,578 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:07,578 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:07,578 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,578 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:07,578 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,578 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:07,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,578 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,608 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:07,608 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,608 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,639 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:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,639 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,670 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:07,670 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,701 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,702 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:07,733 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,733 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,733 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,733 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,733 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,733 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:07,733 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:07,733 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:07,733 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:07,733 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,733 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:07,733 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,734 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:07,734 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,734 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,769 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:07,769 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,769 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,797 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:07,797 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,797 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,828 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:07,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,828 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,863 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,863 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,890 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:07,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:58:07,890 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:07,890 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:07,890 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,890 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,891 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,919 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:07,919 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,919 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,950 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:07,950 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,950 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,983 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:07,983 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,983 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,010 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:08,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,010 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,038 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:08,038 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:08,038 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:08,038 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:08,038 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,038 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,068 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:08,068 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,068 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,098 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:08,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,098 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,129 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:08,129 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,129 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,158 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:08,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,158 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,188 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:08,188 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:08,188 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:08,188 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:08,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,188 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:08,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,219 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,220 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:08,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,220 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,250 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:08,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,250 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,251 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,279 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:08,279 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,279 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,308 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:08,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,308 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,336 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:08,336 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:08,336 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:08,336 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:08,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,336 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,364 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:08,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,364 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,392 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:08,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,392 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,422 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:08,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,422 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,459 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:08,459 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,459 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,489 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:08,489 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:08,489 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:08,489 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:08,489 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,489 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,519 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:08,519 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,519 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,547 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:08,547 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,547 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,575 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:08,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,575 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,576 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:09,960 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:58:09,960 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 16:58:09,960 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,994 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:09,994 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,994 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:09,994 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,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,995 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,995 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,023 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:10,023 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,023 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,024 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 16:58:10,050 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,050 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:11,511 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 16:58:11,511 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 16:58:11,511 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,541 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:11,541 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:58:11,541 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:11,541 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:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,570 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:11,570 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,570 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 16:58:11,595 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,596 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:12,984 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 16:58:12,984 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 16:58:12,984 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: { 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: { 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:13,013 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:13,013 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:13,013 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:13,013 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:13,013 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:13,013 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:13,013 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:13,013 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:13,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: } 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: , 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:13,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:13,014 INFO snapshot-role/MainThread: } 2024-03-01 16:58:13,014 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: { 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: { 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:13,041 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:13,041 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: } 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: , 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: } 2024-03-01 16:58:13,041 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 16:58:13,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:13,105 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:14,468 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 16:58:14,468 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 16:58:14,468 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:14,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:14,503 INFO snapshot-role/MainThread: { 2024-03-01 16:58:14,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:14,503 INFO snapshot-role/MainThread: { 2024-03-01 16:58:14,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:14,503 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:14,503 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:14,503 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:14,503 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:14,503 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:14,503 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:58:14,503 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:14,504 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:14,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: } 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: , 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: } 2024-03-01 16:58:14,504 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: { 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: { 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:14,534 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:14,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: } 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: , 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:14,534 INFO snapshot-role/MainThread: } 2024-03-01 16:58:14,535 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 16:58:14,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:14,559 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:15,937 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:58:15,937 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 16:58:15,937 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:15,966 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:15,966 INFO snapshot-role/MainThread: { 2024-03-01 16:58:15,966 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:15,966 INFO snapshot-role/MainThread: { 2024-03-01 16:58:15,966 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:15,966 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:15,966 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:58:15,966 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:15,967 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:58:15,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: } 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: , 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: } 2024-03-01 16:58:15,967 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: { 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: { 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:15,994 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:58:15,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: } 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: , 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:15,994 INFO snapshot-role/MainThread: } 2024-03-01 16:58:15,995 INFO snapshot-role/MainThread: exit code: 0: ['/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1'] 2024-03-01 16:58:17,469 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 16:58:17,469 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 16:58:17,469 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: { 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: { 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:17,503 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:17,503 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:58:17,503 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:17,503 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:58:17,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: } 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: , 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: } 2024-03-01 16:58:17,503 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: { 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: { 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:17,534 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:17,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: } 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: , 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: } 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 16:58:17,534 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 16:58:17,547 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:17,548 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:18,962 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 16:58:18,962 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 16:58:18,962 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: { 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: { 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:18,993 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:18,993 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:58:18,993 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:18,993 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:58:18,993 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: } 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: , 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: } 2024-03-01 16:58:18,993 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: { 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: { 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:19,022 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:19,022 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: } 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: , 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:19,022 INFO snapshot-role/MainThread: } 2024-03-01 16:58:19,023 INFO snapshot-role/MainThread: exit code: 0: ['not mounted /mnt/lv1_mp'] 2024-03-01 16:58:20,485 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 16:58:20,486 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 16:58:20,486 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: { 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: { 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:20,514 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:20,514 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:58:20,514 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:20,514 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:58:20,514 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: } 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: , 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:20,514 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:20,515 INFO snapshot-role/MainThread: } 2024-03-01 16:58:20,515 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: { 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: { 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:20,544 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:20,544 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: } 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: , 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:20,544 INFO snapshot-role/MainThread: } 2024-03-01 16:58:20,545 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 16:58:20,545 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 16:58:20,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:20,555 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:21,933 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 16:58:21,933 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 16:58:21,933 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: { 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: { 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:21,962 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:21,962 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:21,962 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:58:21,962 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:58:21,962 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:21,962 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:58:21,962 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:21,962 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:21,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: } 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:21,962 INFO snapshot-role/MainThread: , 2024-03-01 16:58:21,963 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:21,963 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:21,963 INFO snapshot-role/MainThread: } 2024-03-01 16:58:21,963 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: { 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: { 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:21,991 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:21,991 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: } 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: , 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: } 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 16:58:21,991 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 16:58:22,001 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:22,001 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:23,375 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 16:58:23,375 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 16:58:23,375 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 16:58:23,375 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 16:58:23,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:23,389 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:24,803 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:58:24,803 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:24,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:24,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "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:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"P9rujh-8mbT-Aj61-IMd1-3bgr-9mzo-wKZvnL", "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:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "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:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"jF5ZBi-0W1T-lLfG-RZgf-53TX-J1IQ-MeOy6P", "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:58:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "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:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"M37N9l-BXDg-flws-3Ayc-g4br-BzdS-heNHu9", "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:58:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "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:24,837 INFO snapshot-role/MainThread: {"lv_uuid":"ZJ3osK-X2of-Jxai-RyNi-4XTD-ihWd-GOXWUm", "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:24,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"P9rujh-8mbT-Aj61-IMd1-3bgr-9mzo-wKZvnL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"jF5ZBi-0W1T-lLfG-RZgf-53TX-J1IQ-MeOy6P", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"M37N9l-BXDg-flws-3Ayc-g4br-BzdS-heNHu9", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"ZJ3osK-X2of-Jxai-RyNi-4XTD-ihWd-GOXWUm", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:24,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"M37N9l-BXDg-flws-3Ayc-g4br-BzdS-heNHu9"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"P9rujh-8mbT-Aj61-IMd1-3bgr-9mzo-wKZvnL"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"ZJ3osK-X2of-Jxai-RyNi-4XTD-ihWd-GOXWUm"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"jF5ZBi-0W1T-lLfG-RZgf-53TX-J1IQ-MeOy6P"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"} 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "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:24,838 INFO snapshot-role/MainThread: {"lv_uuid":"yxh49Y-N0TX-wQT7-mhop-yAZY-wNfP-QJiAMD", "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:24,838 INFO snapshot-role/MainThread: {"lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "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:24,838 INFO snapshot-role/MainThread: {"lv_uuid":"d2BQQ5-608p-yTUD-o65U-Y7kN-77aX-xXmwxG", "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:24,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"d2BQQ5-608p-yTUD-o65U-Y7kN-77aX-xXmwxG", "pv_name":"/dev/sde"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"yxh49Y-N0TX-wQT7-mhop-yAZY-wNfP-QJiAMD", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:24,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"d2BQQ5-608p-yTUD-o65U-Y7kN-77aX-xXmwxG"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"yxh49Y-N0TX-wQT7-mhop-yAZY-wNfP-QJiAMD"} 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "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:24,839 INFO snapshot-role/MainThread: {"lv_uuid":"wxiCJV-1kYf-TfBR-0vzK-jsWb-i63I-BLD1Mr", "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:58:24,839 INFO snapshot-role/MainThread: {"lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "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:24,839 INFO snapshot-role/MainThread: {"lv_uuid":"3SeyS0-qMOo-Ryzg-lVmC-2Ib6-rOih-YsVvbz", "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:58:24,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sda"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"wxiCJV-1kYf-TfBR-0vzK-jsWb-i63I-BLD1Mr", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"3SeyS0-qMOo-Ryzg-lVmC-2Ib6-rOih-YsVvbz", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:24,839 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"3SeyS0-qMOo-Ryzg-lVmC-2Ib6-rOih-YsVvbz"}, 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD"}, 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"wxiCJV-1kYf-TfBR-0vzK-jsWb-i63I-BLD1Mr"} 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,840 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:24,870 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:24,870 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: , 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,870 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 16:58:24,975 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:24,975 INFO snapshot-role/MainThread: { 2024-03-01 16:58:24,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:24,975 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:24,975 INFO snapshot-role/MainThread: } 2024-03-01 16:58:24,975 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:25,012 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,016 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:58:25,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,016 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,017 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 16:58:25,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,135 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,135 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,135 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:25,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,183 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,183 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,184 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:58:25,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,184 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 16:58:25,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,278 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,278 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,278 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,317 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:25,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,318 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,318 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 16:58:25,413 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,413 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,413 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,413 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,413 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,413 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,461 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:25,461 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,461 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,462 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,462 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 16:58:25,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,548 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,548 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,548 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,548 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,548 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:25,588 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,589 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:25,589 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,589 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,590 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 16:58:25,682 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,682 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,682 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,682 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,682 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,682 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:25,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,727 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:58:25,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,727 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:58:25,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,802 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,802 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,803 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,803 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:25,849 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:58:25,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: , 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,849 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 16:58:25,938 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:25,938 INFO snapshot-role/MainThread: { 2024-03-01 16:58:25,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:25,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:25,938 INFO snapshot-role/MainThread: } 2024-03-01 16:58:25,939 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:27,401 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:58:27,402 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:27,436 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,436 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,436 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,436 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,436 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:27,436 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:58:27,436 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "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:27,437 INFO snapshot-role/MainThread: {"lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "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:27,437 INFO snapshot-role/MainThread: {"lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "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:27,437 INFO snapshot-role/MainThread: {"lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "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:27,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"}, 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3"} 2024-03-01 16:58:27,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "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:27,438 INFO snapshot-role/MainThread: {"lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "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:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H"}, 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN"} 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:27,438 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "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:27,439 INFO snapshot-role/MainThread: {"lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "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:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sda"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK"}, 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD"} 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,439 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,440 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,467 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:27,467 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,467 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,497 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:27,497 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:27,497 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:27,497 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:27,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,498 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,498 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,524 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,555 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:27,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,555 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,584 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:27,584 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:27,584 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:27,584 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:27,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,584 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,611 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,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:58:27,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,638 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,666 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:27,666 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:27,666 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:27,666 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:27,666 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,666 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,698 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,726 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:27,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,726 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,727 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,755 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:27,755 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:27,755 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:27,755 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:27,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,755 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,785 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,814 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:27,814 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,814 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,842 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:27,842 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:27,842 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,842 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,875 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,900 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:27,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,900 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,930 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:27,930 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:27,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,930 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,931 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,931 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,959 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: { 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:27,987 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:27,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: , 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: } 2024-03-01 16:58:27,987 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,014 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:28,014 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:28,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,014 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,045 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,075 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:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,075 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,103 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:28,103 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:28,103 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,103 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,135 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:19,531 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 None snapset1 None False 2024-03-01 16:59:19,531 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,559 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:19,559 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:19,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,560 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,560 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:19,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:19,594 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:19,594 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:19,594 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:19,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:19,594 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:19,595 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:19,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,595 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:19,596 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:19,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 16:59:19,597 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 16:59:19,597 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:19,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:19,637 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:19,637 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:19,637 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:19,637 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:19,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:19,638 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:19,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,638 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:19,639 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:19,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:19,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,640 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,669 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:19,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,669 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,670 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,701 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:19,701 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:19,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,701 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,737 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 16:59:19,871 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,871 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,871 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,871 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:19,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,909 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:19,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,910 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,910 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:19,961 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:19,961 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,961 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,961 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,961 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:19,961 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:19,961 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:19,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,961 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,962 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,962 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,962 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: { 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: , 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: } 2024-03-01 16:59:19,992 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 16:59:20,117 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:20,118 INFO snapshot-role/MainThread: { 2024-03-01 16:59:20,118 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:20,118 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,118 INFO snapshot-role/MainThread: } 2024-03-01 16:59:20,118 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:21,556 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 None snapset1 1 None 2024-03-01 16:59:21,556 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:21,595 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:21,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:21,596 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:21,596 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:21,596 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:21,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,596 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:21,597 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:21,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,597 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:21,598 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:21,598 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:21,598 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:21,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,599 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,599 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,599 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,628 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,628 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,628 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,664 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,664 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:21,664 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,664 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:21,664 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,664 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,696 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:21,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,696 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,726 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:21,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,726 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,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:59:21,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,782 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,782 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,782 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,783 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,810 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,810 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:21,810 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,810 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:21,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,810 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,839 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:21,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,839 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,868 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:21,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,868 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,897 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:21,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,897 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:23,276 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 None snapset1 None False 2024-03-01 16:59:23,276 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,304 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,304 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:23,304 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,304 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:23,304 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,304 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,305 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,305 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,305 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:23,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,339 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:23,339 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:23,339 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:23,339 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:23,340 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,340 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:23,341 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:23,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:23,341 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:23,341 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:23,341 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:23,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,341 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: VG: test_vg1 free 788529152 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: LV: lv1_snapset1 size : 75497472 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: LV: lv2_snapset1 size : 243269632 2024-03-01 16:59:23,342 INFO snapshot-role/MainThread: LV: total 2407530496 2024-03-01 16:59:23,343 INFO snapshot-role/MainThread: space needed: 361129574.40 space available: 788529152 sufficient space: 1 2024-03-01 16:59:23,343 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,378 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:23,379 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:23,379 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:23,379 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:23,379 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:23,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:23,380 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:23,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,380 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:23,380 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:23,380 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:23,381 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:23,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,381 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,416 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,416 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,416 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,444 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,444 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:23,444 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,444 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:23,444 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,444 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,473 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:23,473 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,473 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,501 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:23,501 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,501 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,528 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:23,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,528 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,560 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,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,560 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,590 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,590 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:23,590 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,590 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:23,590 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,590 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,620 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:23,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,620 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,653 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:23,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,653 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,654 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,683 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:23,683 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,683 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,684 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:25,084 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg2 None snapset2 None False 2024-03-01 16:59:25,084 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:25,116 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,116 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,116 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,116 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,116 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,116 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:25,116 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:25,117 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,117 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,117 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,117 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,117 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,117 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,117 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,117 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:25,149 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,149 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:25,150 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:25,150 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:25,150 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:25,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:25,150 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:25,151 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:25,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,151 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:25,152 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:25,152 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:25,152 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:25,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,152 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,153 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 16:59:25,153 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:59:25,153 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 16:59:25,153 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 16:59:25,153 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 16:59:25,153 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:25,191 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,191 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:25,192 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:25,192 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:25,192 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:25,192 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:25,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:25,193 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:25,193 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,193 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:25,194 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:25,194 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:25,194 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:25,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,194 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,195 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,227 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:25,227 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,227 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,254 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:25,254 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:25,254 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,254 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,283 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset2 -L 48496640B test_vg2/lv3 2024-03-01 16:59:25,414 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,414 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,414 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,415 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,415 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,415 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:25,463 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,464 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:25,464 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,464 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,497 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:25,497 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:25,497 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:25,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,497 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,498 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,498 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,498 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: , 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,527 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset2 -L 96272384B test_vg2/lv4 2024-03-01 16:59:25,644 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:25,644 INFO snapshot-role/MainThread: { 2024-03-01 16:59:25,644 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:25,644 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:25,644 INFO snapshot-role/MainThread: } 2024-03-01 16:59:25,645 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:27,105 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg2 None snapset2 1 None 2024-03-01 16:59:27,105 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:27,142 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,142 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:27,143 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:27,143 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:27,143 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:27,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,143 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:27,144 INFO snapshot-role/MainThread: {"lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:27,144 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:27,144 INFO snapshot-role/MainThread: {"lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:27,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "pv_name":"/dev/sde"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"}, 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn"} 2024-03-01 16:59:27,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:27,145 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:27,145 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:27,145 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:27,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:27,145 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,146 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,175 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:27,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,175 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,205 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:27,205 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:27,205 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:27,205 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:27,205 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,205 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:27,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,234 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:27,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,264 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:27,299 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,299 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,331 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:27,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,331 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,361 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:27,361 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:27,361 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:27,361 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:27,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,361 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:27,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,391 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:27,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,421 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: { 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:27,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: , 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:27,452 INFO snapshot-role/MainThread: } 2024-03-01 16:59:27,453 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:28,870 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:59:28,870 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:28,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: { 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: { 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:28,905 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:28,905 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:28,906 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:28,906 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:28,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: } 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: { 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:28,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:28,907 INFO snapshot-role/MainThread: {"lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:28,907 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:28,907 INFO snapshot-role/MainThread: {"lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:28,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "pv_name":"/dev/sde"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn"} 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: } 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: { 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:28,907 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:28,908 INFO snapshot-role/MainThread: {"lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "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:28,908 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:28,908 INFO snapshot-role/MainThread: {"lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "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:28,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"K1FdBb-mC6r-QhqS-ahFs-tAHu-0k43-QsB3Kt"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"TeLI5R-71LP-ZtgG-dS3M-z3pZ-EOSQ-n5kK9K"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: } 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,908 INFO snapshot-role/MainThread: } 2024-03-01 16:59:28,909 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: { 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: { 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:28,937 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:28,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: } 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: , 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: } 2024-03-01 16:59:28,937 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:59:29,047 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:29,047 INFO snapshot-role/MainThread: { 2024-03-01 16:59:29,047 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:29,048 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:29,048 INFO snapshot-role/MainThread: } 2024-03-01 16:59:29,048 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: { 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: { 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:29,089 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:29,089 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: } 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: , 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:29,089 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:29,090 INFO snapshot-role/MainThread: } 2024-03-01 16:59:29,090 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 16:59:29,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:29,183 INFO snapshot-role/MainThread: { 2024-03-01 16:59:29,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:29,183 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:29,183 INFO snapshot-role/MainThread: } 2024-03-01 16:59:29,184 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:30,689 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:59:30,689 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:30,724 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:30,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:30,725 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:30,725 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:30,725 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:30,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,725 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:30,726 INFO snapshot-role/MainThread: {"lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:30,726 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:30,726 INFO snapshot-role/MainThread: {"lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:30,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "pv_name":"/dev/sde"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"}, 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn"} 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:30,727 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:30,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,727 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,728 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,761 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:30,761 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,761 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,788 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:30,788 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:30,788 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:30,788 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:30,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,788 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,814 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,843 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:30,843 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,843 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,872 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:30,872 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:30,872 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:30,872 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:30,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,872 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,904 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:59:30,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,931 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,931 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,931 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:30,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,931 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,932 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,932 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,932 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,961 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:30,961 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:30,961 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:30,961 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:30,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,961 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: { 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: , 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: } 2024-03-01 16:59:30,991 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,020 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:31,020 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,020 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,050 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:31,050 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:31,050 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:31,050 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:31,050 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,050 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,079 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,108 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:31,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,108 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,137 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:31,137 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:31,137 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:31,137 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:31,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,137 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,167 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:31,196 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,196 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,223 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:31,223 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,223 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,252 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:31,252 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:31,252 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:31,252 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:31,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,252 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,280 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:31,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,307 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,337 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:31,337 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,337 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,364 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:31,364 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:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,364 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,398 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,427 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:31,427 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,427 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:31,457 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:31,457 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,457 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,457 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,457 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,457 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:31,457 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:31,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,458 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:31,489 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:31,489 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,489 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:31,489 INFO snapshot-role/MainThread: { 2024-03-01 16:59:31,489 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: , 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: } 2024-03-01 16:59:31,490 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:32,898 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:59:32,898 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:32,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: { 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: { 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,931 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:32,932 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:32,932 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:32,932 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:32,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:32,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: } 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: { 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:32,933 INFO snapshot-role/MainThread: {"lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:32,933 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:32,933 INFO snapshot-role/MainThread: {"lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:32,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "pv_name":"/dev/sde"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi"}, 2024-03-01 16:59:32,933 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn"} 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: } 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: { 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:32,934 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:32,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,934 INFO snapshot-role/MainThread: } 2024-03-01 16:59:32,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,935 INFO snapshot-role/MainThread: , 2024-03-01 16:59:32,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:32,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:32,935 INFO snapshot-role/MainThread: } 2024-03-01 16:59:32,935 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:34,336 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset2 0 None 2024-03-01 16:59:34,336 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:34,374 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,374 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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:34,375 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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:34,375 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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:34,375 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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:34,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:34,375 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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:34,376 INFO snapshot-role/MainThread: {"lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:34,376 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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:34,376 INFO snapshot-role/MainThread: {"lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:34,376 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi", "pv_name":"/dev/sde"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"M3F1IS-0IuX-5Puo-cOfr-40Kk-9Fz9-eESPPi"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Z8G59r-kbQA-hpyJ-9Hao-eGyv-sXPY-xr7uvn"} 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:34,376 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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:34,377 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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:34,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,377 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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,406 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,406 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset2 2024-03-01 16:59:34,515 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,515 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,515 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,515 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,515 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,516 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,560 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,561 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,561 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,561 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset2 2024-03-01 16:59:34,636 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,636 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,636 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,636 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,636 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,638 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:36,058 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset2 1 None 2024-03-01 16:59:36,058 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,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,090 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "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,091 INFO snapshot-role/MainThread: {"lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "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,091 INFO snapshot-role/MainThread: {"lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "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,091 INFO snapshot-role/MainThread: {"lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "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,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdh"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1", "pv_name":"/dev/sdi"} 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh"} 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,091 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "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,092 INFO snapshot-role/MainThread: {"lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "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,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme"} 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,092 INFO snapshot-role/MainThread: {"lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "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,092 INFO snapshot-role/MainThread: {"lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "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,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ", "pv_name":"/dev/sda"}, 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty"}, 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"}, 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ"} 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,093 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,121 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,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,121 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,150 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,150 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,150 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,150 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,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,150 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset2 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,179 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,208 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,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,208 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,241 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,241 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,241 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,241 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,241 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,241 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset2 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,272 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,301 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,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,301 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,332 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,332 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,332 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,332 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,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,332 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,333 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,333 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,333 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset2 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,362 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,391 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,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,391 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,392 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,422 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,422 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,422 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,422 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,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,422 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset2 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,454 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,482 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,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,482 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,510 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,510 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:36,510 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,510 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,537 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,568 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:36,568 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,568 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,595 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,595 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:36,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,595 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,622 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,651 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:36,651 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,651 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:36,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,681 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:36,681 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:36,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,681 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset2 2024-03-01 16:59:36,710 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,710 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,710 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,711 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:36,743 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,743 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,743 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,743 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,743 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,743 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:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,744 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,773 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:36,773 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:36,773 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,773 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset2 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,802 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices # LVM uses devices listed in this file. # Created by LVM command lvmdevices pid 27670 at Fri Mar 1 16:59:52 2024 PRODUCT_UUID=ec20604f-b97b-69ea-9365-f2bf970eff7a VERSION=1.1.76 ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" TYPE="xfs" PARTUUID="e61ef7e0-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" FSSIZE="4226809856" FSLASTBLOCK="1048320" FSBLOCKSIZE="4096" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="e61ef7e0-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" 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="LVM2_member" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" 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:57:03,968 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_o3yhdwe1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:07,130 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_h_tve1b9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:11,282 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2k_ryhll/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:11,378 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,378 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:11,455 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:11,455 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,455 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:11,455 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:11,460 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,460 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:11,463 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,464 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:11,466 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,466 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:11,469 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,469 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:11,477 INFO program/MainThread: stdout: 2024-03-01 16:57:11,477 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:11,477 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,477 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,477 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,477 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,477 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:11,478 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:11,478 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,478 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:11,478 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:11,478 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:11,479 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:11,479 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:11,479 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:11,479 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:11,479 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,493 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,506 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:11,510 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:57:11,510 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,510 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,540 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:11,540 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:11,540 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:11,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,552 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:11,554 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,558 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:11,559 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:11,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:11,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:11,562 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:11,566 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:11,566 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,569 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,569 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,570 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:11,570 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd18931be50) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:57:11,574 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:11,574 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:11,577 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:57:11,577 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,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,588 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:11,588 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:11,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:11,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:11,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:11,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:11,594 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,597 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,598 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,598 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:11,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd189257f40) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:57:11,601 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:11,601 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:11,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:11,604 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,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,615 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:11,616 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:11,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:11,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:11,619 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:11,622 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:11,622 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,625 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,625 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,625 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:11,625 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd189257f70) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:57:11,628 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:11,629 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:11,631 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:57:11,632 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,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,642 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:11,642 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:11,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:11,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:11,645 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:11,648 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:11,648 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,651 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,652 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,652 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:11,652 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd18823bfa0) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:57:11,655 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:11,655 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:11,658 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:57:11,658 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,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,668 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:11,669 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:11,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:11,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:11,672 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:11,675 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:11,675 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,678 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,678 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,678 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:11,678 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd189257eb0) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:57:11,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:11,681 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:11,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:57:11,684 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:11,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,695 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:11,695 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:11,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:11,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:11,698 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:11,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:11,701 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:11,704 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:11,704 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,705 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:11,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1896e4460) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:57:11,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:11,708 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:11,711 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:57:11,711 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:11,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,721 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:11,722 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:11,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:11,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:11,725 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:11,727 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:11,728 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:11,730 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:11,731 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,731 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:11,731 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1881c7610) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:57:11,734 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:11,734 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:11,737 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:57:11,737 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:11,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,748 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:11,748 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:11,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:11,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:11,751 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:11,754 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:11,754 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:11,757 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:11,757 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,758 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:11,758 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd18823b790) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:57:11,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:11,761 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:11,763 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:57:11,764 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:11,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,774 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:11,774 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:11,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:11,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:11,777 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:11,780 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:11,780 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:11,783 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:11,783 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,784 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:11,784 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1881d0b80) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:57:11,786 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:11,787 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:11,789 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:11,789 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:11,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,800 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:11,800 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:11,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:11,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:11,803 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:11,806 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:11,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:57:11,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:57:11,809 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,809 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:11,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1881d0f10) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:57:11,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:11,812 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:11,815 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:57:11,815 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:11,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,826 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:11,826 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:11,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:11,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:11,829 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:11,832 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:11,832 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:11,835 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:11,835 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,835 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:11,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1881d5b50) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:57:11,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:11,838 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:11,841 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:57:11,841 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:11,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,852 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:11,852 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:11,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:11,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:11,855 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:11,858 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:11,858 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:11,861 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:11,861 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,861 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:11,861 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1881c6100) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:57:11,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:11,864 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:11,867 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': '22661799'} ; 2024-03-01 16:57:11,867 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:11,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,876 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:11,877 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:11,877 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:11,877 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:11,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:11,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:11,880 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:11,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:11,882 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:11,885 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:11,885 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:11,886 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:11,886 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd1881c7ac0) -- 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:11,889 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:11,892 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:11,892 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:11,895 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:11,895 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:11,898 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,898 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:11,901 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,901 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:11,904 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:11,907 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,909 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:11,915 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 0x7fd18925f7c0> 2024-03-01 16:57:11,958 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:11,962 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:11,962 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:11,966 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': '22663631'} ; 2024-03-01 16:57:11,966 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:11,966 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:11,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,974 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:11,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,990 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:12,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:12,013 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:12,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:12,016 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:12,019 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:12,019 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:12,022 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:12,022 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:12,022 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:12,025 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:12,028 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:12,030 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:12,033 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:12,036 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:12,036 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:12,036 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:12,037 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:12,036 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd1881e4700) -- 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 0x7fd1881f23b0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:12,040 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:12,043 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,043 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:12,046 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,046 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:12,049 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,049 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:12,052 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,052 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:12,054 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:12,054 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:12,057 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:12,057 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:12,060 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:12,060 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:12,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:12,074 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,087 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:12,087 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:12,091 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:12,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,096 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:12,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:12,098 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:12,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,105 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:12,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:12,108 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:12,110 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:12,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,115 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:12,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:12,118 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:12,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,125 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:12,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:12,127 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:12,130 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:12,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,135 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:12,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:12,137 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:12,140 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:12,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,145 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:12,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:12,147 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:12,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:57:15,114 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_w92wimyz/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:15,149 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:15,149 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:15,152 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:15,152 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:15,152 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:15,152 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:15,156 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,157 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:15,160 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:15,160 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:15,163 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:15,163 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:15,166 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:15,166 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:15,173 INFO program/MainThread: stdout: 2024-03-01 16:57:15,174 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:15,174 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:15,174 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:15,174 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,174 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:15,174 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:15,175 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:15,175 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:15,175 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:15,175 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:15,175 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:15,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,188 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,200 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:15,205 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:57:15,205 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:15,205 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:15,237 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:15,238 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:15,238 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:15,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,249 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:15,251 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:15,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:15,256 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:15,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:15,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:15,259 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:15,262 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:15,263 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:15,266 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:15,266 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,266 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:15,266 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada7347e50) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:57:15,270 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:15,270 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:15,273 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:57:15,273 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:15,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,284 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:15,284 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:15,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:15,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:15,287 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:15,290 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:15,290 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:15,293 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:15,294 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,294 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:15,294 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada6fd7f40) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:57:15,297 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:15,297 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:15,300 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:15,300 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:15,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,311 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:15,312 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:15,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:15,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:15,315 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:15,317 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:15,318 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:15,321 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:15,321 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,321 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:15,321 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada6fd7f70) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:57:15,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:15,324 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:15,327 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:57:15,327 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:15,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,338 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:15,338 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:15,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:15,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:15,341 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:15,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:15,344 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:15,347 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:15,348 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,348 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:15,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5fbbfa0) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:57:15,351 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:15,351 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:15,354 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:57:15,354 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:15,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,364 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:15,365 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:15,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:15,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:15,368 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:15,370 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:15,371 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:15,373 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:15,374 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,374 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:15,374 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada6fd7eb0) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:57:15,377 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:15,377 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:15,380 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:57:15,380 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:15,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,391 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:15,391 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:15,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:15,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:15,394 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:15,397 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:15,397 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:15,400 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:15,400 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,401 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:15,401 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada7487460) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:57:15,404 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:15,404 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:15,406 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:57:15,407 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:15,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,417 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:15,418 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:15,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:15,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:15,420 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:15,423 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:15,423 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:15,426 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:15,427 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,427 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:15,427 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5f49610) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:57:15,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:15,430 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:15,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:57:15,433 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:15,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,444 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:15,444 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:15,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:15,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:15,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:15,450 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:15,450 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:15,453 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:15,453 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,453 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:15,453 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5fbb790) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:57:15,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:15,457 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:15,459 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:57:15,459 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:15,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:15,470 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:15,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:15,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:15,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:15,476 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:15,476 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:15,479 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:15,479 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,480 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:15,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5f4fb80) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:57:15,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:15,483 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:15,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:15,486 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:15,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,496 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:15,497 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:15,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:15,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:15,500 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:15,502 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:15,503 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:15,505 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:15,506 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,506 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:15,506 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5f4ff10) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:57:15,509 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:15,509 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:15,512 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:57:15,512 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:15,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:15,523 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:15,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:15,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:15,526 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:15,529 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:15,529 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:15,532 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:15,532 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,532 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:15,532 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5f55b50) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:57:15,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:15,535 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:15,538 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:57:15,538 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:15,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,549 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:15,549 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:15,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:15,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:15,552 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:15,555 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:15,555 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:15,558 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:15,558 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:15,559 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:15,559 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5f46100) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:57:15,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:15,562 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:15,564 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': '22661799'} ; 2024-03-01 16:57:15,564 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:15,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,574 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:15,574 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:15,574 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:15,574 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:15,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:15,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:15,577 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:15,580 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:15,580 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:15,583 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:15,583 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:15,583 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:15,583 INFO blivet/MainThread: got device: DiskDevice instance (0x7fada5f49ac0) -- 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:15,586 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:15,589 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:15,590 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:15,592 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:15,593 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:15,596 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:15,596 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:15,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:15,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:15,602 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:15,604 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,607 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:15,613 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 0x7fada5f65d80> 2024-03-01 16:57:15,657 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:15,662 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:15,662 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:15,666 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': '22663631'} ; 2024-03-01 16:57:15,667 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:15,667 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:15,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,678 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:15,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,699 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:15,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:15,722 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:15,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:15,725 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:15,727 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:15,728 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:15,730 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:15,731 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:15,731 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:15,734 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:15,737 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:15,739 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:15,742 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:15,745 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:15,745 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:15,745 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:15,746 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:15,745 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fada5f64700) -- 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 0x7fada78d30e0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:15,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:15,752 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:15,752 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:15,755 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:15,755 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:15,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:15,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:15,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:15,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:15,763 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:15,763 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:15,766 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:15,766 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:15,769 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:15,769 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:15,769 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,781 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,794 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:15,795 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:15,798 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:15,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,803 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:15,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,806 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:15,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,813 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:15,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,815 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:15,818 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:15,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,823 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:15,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,825 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:15,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,833 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:15,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,835 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:15,838 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:15,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,843 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:15,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,845 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:15,848 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:15,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,852 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:15,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,855 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:15,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,865 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:57:15,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:57:15,870 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:15,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:57:15,875 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:15,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:57:15,881 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:15,883 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:15,883 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:57:15,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:15,887 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:15,887 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:15,889 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:15,890 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:15,892 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:15,892 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:57:15,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:15,895 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:15,895 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:15,898 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:15,898 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:15,901 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:15,901 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:57:15,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:57:15,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:15,904 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:15,906 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:15,906 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:15,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:15,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:15,914 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:15,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:15,920 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:15,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:15,926 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:15,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:15,930 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:15,930 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:57:15,930 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:15,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:15,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:15,942 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:57:15,942 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:15,943 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:15,943 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 16:57:15,943 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:15,943 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:15,946 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:15,946 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:57:15,949 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:15,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:57:15,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:15,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:15,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:57:15,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:15,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:15,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:15,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:57:15,968 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:15,968 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:15,968 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:57:15,969 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:57:16,014 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:16,014 INFO program/MainThread: stderr[4]: 2024-03-01 16:57:16,014 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:16,015 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:57:16,015 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:16,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:57:16,019 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,020 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:16,020 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:16,020 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:16,020 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:16,020 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:16,021 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:16,021 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:16,021 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,021 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,021 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:16,021 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:16,024 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:16,026 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:16,029 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:16,029 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:16,032 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:16,032 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 0x7fada5ebdef0> 2024-03-01 16:57:16,032 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:16,033 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:16,033 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:16,033 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:16,034 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:16,034 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:16,034 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:16,034 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:16,034 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,034 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,035 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:16,037 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,039 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:57:16,040 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:57:16,046 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,047 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,069 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,069 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,082 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,082 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:16,086 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,088 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:57:16,088 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:57:16,093 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,119 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,131 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,131 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:16,135 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,137 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:57:16,137 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:57:16,142 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,164 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,176 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,177 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:16,180 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,183 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,185 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,185 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:16,185 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:16,186 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:16,217 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 16:57:16,218 INFO program/MainThread: stderr[5]: 2024-03-01 16:57:16,218 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:16,218 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:16,231 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:57:16,231 INFO program/MainThread: stderr[6]: 2024-03-01 16:57:16,231 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:16,231 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:57:16,258 INFO program/MainThread: stdout[7]: 2024-03-01 16:57:16,258 INFO program/MainThread: stderr[7]: 2024-03-01 16:57:16,258 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:16,258 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:57:16,258 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,270 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:16,274 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:16,275 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:57:16,283 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,284 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,307 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,307 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:16,311 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,313 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,316 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,316 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:16,316 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:16,316 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:16,382 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:57:16,383 INFO program/MainThread: stderr[8]: 2024-03-01 16:57:16,383 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:16,383 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:16,393 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:57:16,393 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:16,393 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:16,393 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:57:16,420 INFO program/MainThread: stdout[10]: 2024-03-01 16:57:16,420 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:16,420 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:16,420 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:57:16,420 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,432 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,436 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:16,436 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:16,437 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:57:16,445 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,467 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,467 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:16,471 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,473 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,476 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,476 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:16,476 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:16,476 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:16,515 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:57:16,515 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:16,515 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:16,515 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:16,524 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:57:16,524 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:16,524 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:16,524 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 16:57:16,547 INFO program/MainThread: stdout[13]: 2024-03-01 16:57:16,548 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:16,548 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:16,548 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:57:16,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,560 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,564 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:16,564 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:16,566 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:57:16,574 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,574 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,595 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,595 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:16,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:57:16,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:16,604 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,606 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,609 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,612 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,614 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,617 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:57:16,620 INFO program/MainThread: Running [14] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:16,670 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 16:57:16,671 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:16,671 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:16,681 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:16,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:16,696 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,705 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,716 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,722 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,730 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,742 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,767 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:16,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:16,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,785 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,785 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:57:16,793 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,804 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,804 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:16,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:16,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:57:16,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:16,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:16,819 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,822 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,825 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,828 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,831 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,834 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,834 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,846 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:16,850 INFO program/MainThread: Running [15] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:16,879 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:16,879 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:16,879 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:16,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:16,883 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:16,933 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 16:57:16,934 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:16,934 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:16,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:16,953 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:16,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,984 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:16,988 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:16,989 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:16,997 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,998 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,013 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,013 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:17,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,019 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:17,022 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:57:17,022 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:57:17,165 INFO program/MainThread: stdout: 2024-03-01 16:57:17,165 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:57:17,165 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:17,165 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:17,165 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:17,166 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:57:17,166 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:17,166 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:17,166 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:17,166 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:17,166 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:17,166 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,166 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:57:17,191 INFO program/MainThread: stdout: 2024-03-01 16:57:17,192 INFO program/MainThread: writing all SBs 2024-03-01 16:57:17,192 INFO program/MainThread: new label = "" 2024-03-01 16:57:17,192 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,192 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,209 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:17,213 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:17,214 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:17,222 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,238 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,243 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:17,243 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 0x7fada5ee2c20> 2024-03-01 16:57:17,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:17,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:57:17,248 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:17,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:17,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:57:17,254 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:26,404 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d6ce7t7m/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:26,438 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:26,438 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:26,441 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:26,441 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:26,441 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:26,441 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:26,445 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:26,446 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:26,449 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:26,449 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:26,452 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:26,452 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:26,455 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:26,455 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:26,463 INFO program/MainThread: stdout: 2024-03-01 16:57:26,463 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:26,463 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy 2024-03-01 16:57:26,464 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 2024-03-01 16:57:26,464 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF 2024-03-01 16:57:26,464 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 2024-03-01 16:57:26,464 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY 2024-03-01 16:57:26,464 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:26,464 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:26,464 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:26,464 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 sdb 1073741824 root disk brw-rw---- LVM2_member jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 sdc 1073741824 root disk brw-rw---- LVM2_member yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY 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:26,464 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:26,464 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:26,465 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:26,465 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:26,465 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:26,465 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:26,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:26,477 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:26,490 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 16:57:26,494 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/lvm-pv-uuid-OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e', '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': 'OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy', 'ID_FS_UUID_ENC': 'OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:57:26,494 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:26,495 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:26,523 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:26,523 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:26,523 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:26,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,534 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:26,536 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:26,541 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:26,541 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:26,542 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:26,542 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:26,545 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:26,548 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:26,548 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:57:26,551 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:57:26,552 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,552 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:26,552 INFO blivet/MainThread: got device: DiskDevice instance (0x7f138811b8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:57:26,556 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:26,559 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:26,559 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:57:26,562 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:26,562 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:57:26,566 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,566 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:57:26,569 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,569 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:57:26,572 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:57:26,572 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:26,572 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:26,605 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:26,605 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF. WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:26,605 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:26,606 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:57:26,610 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy ; label: None ; device: /dev/sda ; serial: 360014055f23320e64d340179c71cec8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; pe_start: 8 MiB ; 2024-03-01 16:57:26,610 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:57:26,613 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:26,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:26,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:26,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,624 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:26,659 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:26,659 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF. WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:26,659 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:26,659 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:26,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:57:26,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:26,668 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:26,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:26,671 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:26,672 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:26,705 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh 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:26,705 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF. WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:26,705 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:26,710 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:57:26,710 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:57:26,713 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:57:26,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:26,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:26,718 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:26,718 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:26,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', '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': 'jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF', 'ID_FS_UUID_ENC': 'jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:57:26,722 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:57:26,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,732 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:26,733 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:26,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:57:26,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:26,736 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:26,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:26,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:26,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:26,742 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,743 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:57:26,743 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386dbc250) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:57:26,746 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:26,749 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:26,749 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:57:26,752 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:26,752 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:57:26,755 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,755 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:57:26,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:57:26,761 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:57:26,761 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:26,761 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:26,794 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:26,795 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). 2024-03-01 16:57:26,795 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:26,795 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:57:26,799 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF ; label: None ; device: /dev/sdb ; serial: 36001405e322c7146a20442ba42ab82f8 ; exists: True ; vg_name: test_vg1 ; vg_uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:57:26,799 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:57:26,801 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:26,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:26,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:26,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:26,813 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:26,816 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:57:26,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:26,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:26,821 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:26,852 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:26,852 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). 2024-03-01 16:57:26,853 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:26,853 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:26,853 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:26,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:26,857 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:57:26,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:26,868 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:26,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:57:26,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:26,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:26,874 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:26,874 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:57:26,877 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:57:26,878 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,878 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:57:26,878 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386d34d00) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:57:26,881 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:26,881 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:26,884 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:57:26,884 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:57:26,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,895 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:26,895 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:26,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:57:26,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:26,898 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:26,901 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:26,901 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:57:26,904 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:57:26,904 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,905 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:57:26,905 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386d847f0) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:57:26,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:26,908 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:26,911 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/lvm-pv-uuid-yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d', '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': 'yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY', 'ID_FS_UUID_ENC': 'yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:57:26,911 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:57:26,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,921 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:26,922 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:26,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:57:26,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:26,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:26,927 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:26,927 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:26,930 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:57:26,931 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,931 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:57:26,931 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386cc6580) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:57:26,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:26,937 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:26,937 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:57:26,940 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:26,940 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:57:26,943 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,943 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:57:26,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:57:26,949 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:57:26,949 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:26,949 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:26,980 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:26,980 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:26,980 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:26,981 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:57:26,984 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY ; label: None ; device: /dev/sdc ; serial: 36001405c32ab0b6366441ad9b08abd4d ; exists: True ; vg_name: test_vg1 ; vg_uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:26,985 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:57:26,987 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:26,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:26,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:26,996 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:26,999 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:27,001 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:57:27,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:27,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:27,007 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:27,041 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:27,041 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:27,041 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:27,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:27,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:57:27,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:27,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:57:27,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:27,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:27,064 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:27,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:27,068 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:27,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:27,071 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:27,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:27,074 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:57:27,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:27,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:27,080 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:27,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:27,084 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:27,084 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:57:27,084 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:57:27,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:27,087 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:27,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:27,090 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:27,094 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh', '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': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', 'ID_FS_UUID_ENC': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', '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': '1109779628'} ; 2024-03-01 16:57:27,094 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:27,094 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,097 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:57:27,097 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:27,097 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:27,097 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,100 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:57:27,100 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:27,100 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:27,100 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,102 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:57:27,103 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:27,103 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:27,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:57:27,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:27,113 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:27,114 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:27,114 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:27,110 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1386d34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh 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 (0x7f1386d84670) -- 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 = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:27,115 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,117 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:57:27,117 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:27,117 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:27,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:27,124 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:27,124 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:57:27,128 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:27,128 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:57:27,131 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:27,131 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:57:27,134 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:27,134 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:57:27,135 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:27,136 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:57:27,139 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:27,139 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:57:27,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:27,142 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:27,143 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:27,146 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:57:27,146 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:27,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,157 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:27,157 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:27,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:57:27,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:57:27,160 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:27,163 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:27,163 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:27,166 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:27,166 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,167 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:57:27,167 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1387dd9e80) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:57:27,170 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:27,170 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:27,173 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:57:27,173 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:57:27,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,184 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:27,184 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:27,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:57:27,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:57:27,187 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:27,190 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:27,190 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:27,193 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:27,193 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,194 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:57:27,194 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386cc6a30) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:57:27,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:27,197 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:27,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:57:27,200 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:27,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,210 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:27,211 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:27,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:57:27,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:57:27,214 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:27,217 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:27,217 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:27,220 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:27,220 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,220 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:57:27,220 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386cc6910) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:57:27,223 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:27,223 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:27,226 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:57:27,226 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:27,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,237 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:27,237 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:27,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:57:27,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:57:27,240 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:27,243 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:27,243 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:27,246 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:27,246 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,247 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:57:27,247 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386ccf520) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:57:27,250 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:27,250 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:27,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:27,253 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:27,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,263 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:27,264 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:27,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:57:27,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:57:27,267 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:27,269 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:27,270 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:27,272 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:27,273 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,273 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:57:27,273 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386ccfca0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:57:27,276 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:27,276 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:27,279 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:57:27,279 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:27,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,290 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:27,290 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:27,290 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:27,290 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:27,293 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:27,296 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:27,296 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:27,299 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:27,299 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,299 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:57:27,299 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386ccfee0) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:57:27,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:27,302 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:27,305 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:57:27,305 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:27,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,316 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:27,316 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:27,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:57:27,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:57:27,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:27,322 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:27,322 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:27,325 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:27,325 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:27,325 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:57:27,325 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386ce3f10) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:57:27,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:27,329 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:27,331 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': '22661799'} ; 2024-03-01 16:57:27,331 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:27,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,341 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:27,341 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:27,341 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:27,341 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:27,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:27,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:27,344 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:27,347 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:27,347 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:27,350 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:27,350 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:27,351 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:57:27,351 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1386ce3fa0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:57:27,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:27,356 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:27,356 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:57:27,359 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:27,359 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:57:27,362 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:27,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:57:27,365 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:27,365 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:57:27,368 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:27,371 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:27,374 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:27,379 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 0x7f1388e63040> 2024-03-01 16:57:27,418 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:57:27,422 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:27,422 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:27,425 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': '22663631'} ; 2024-03-01 16:57:27,425 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:27,426 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:27,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,434 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:27,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:27,451 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:27,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:57:27,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:57:27,474 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:27,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:57:27,477 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:27,480 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:27,480 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:27,483 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:27,483 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:27,483 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:27,486 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:27,489 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:27,491 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:27,494 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:27,497 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:27,497 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:27,498 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:57:27,498 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:27,498 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1386cfb490) -- 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 0x7f1386cf4d60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:27,501 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:27,504 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:27,504 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:57:27,507 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:27,507 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:57:27,510 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:27,510 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:57:27,513 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:27,513 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:57:27,514 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:27,516 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:27,516 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:57:27,519 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:27,519 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:27,522 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 ' '/dev/disk/by-id/dm-uuid-LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh', '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': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', 'ID_FS_UUID_ENC': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', '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': '1109779628'} ; 2024-03-01 16:57:27,522 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:27,523 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,525 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:57:27,525 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:27,525 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:27,525 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,528 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:57:27,528 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:27,528 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:27,528 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,531 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:57:27,531 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:27,531 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:27,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:27,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:27,540 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:27,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:27,541 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:27,538 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1386d34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f1386d84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:27,542 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:27,544 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:57:27,544 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:27,544 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:27,548 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:27,548 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:57:27,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:27,560 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:27,574 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:27,574 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:27,578 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:27,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,583 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:27,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:27,586 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:27,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,593 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:27,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:27,596 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:27,598 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:27,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,603 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:27,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:27,606 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:27,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:27,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,613 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:27,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:27,616 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:27,618 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:27,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,623 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:27,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:27,626 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:27,628 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:27,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:27,633 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:27,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:27,636 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:30,609 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_p00ha0zq/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:30,642 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:30,642 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:30,645 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:30,645 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:30,645 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:30,646 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:30,650 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:30,650 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:30,653 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:30,654 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:30,656 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:30,657 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:30,659 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:30,659 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:30,667 INFO program/MainThread: stdout: 2024-03-01 16:57:30,668 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:30,668 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy 2024-03-01 16:57:30,668 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 2024-03-01 16:57:30,668 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF 2024-03-01 16:57:30,668 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 2024-03-01 16:57:30,668 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY 2024-03-01 16:57:30,668 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:30,668 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:30,668 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:30,668 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 sdb 1073741824 root disk brw-rw---- LVM2_member jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 sdc 1073741824 root disk brw-rw---- LVM2_member yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY 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:30,668 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:30,669 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:30,669 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:30,669 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:30,669 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:30,669 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:30,670 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:30,682 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:30,695 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 16:57:30,699 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy', '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': 'OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy', 'ID_FS_UUID_ENC': 'OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:57:30,699 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:30,700 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:30,731 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:30,732 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:30,732 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:30,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:30,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:30,743 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:30,745 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:30,749 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:30,750 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:30,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:30,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:30,754 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:30,757 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:30,757 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:30,760 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:30,760 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:30,761 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:30,761 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270bb9a8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:57:30,764 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:30,767 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:30,768 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:57:30,771 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:30,771 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:57:30,774 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:30,774 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:57:30,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:30,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:57:30,780 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:57:30,781 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:30,781 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:30,814 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:30,814 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF. WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:30,814 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:30,815 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:57:30,819 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy ; label: None ; device: /dev/sda ; serial: 360014055f23320e64d340179c71cec8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; pe_start: 8 MiB ; 2024-03-01 16:57:30,819 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:57:30,822 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:30,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:30,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:30,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:30,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:30,833 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:30,864 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:30,864 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF. WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:30,864 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:30,865 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:30,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:57:30,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:30,873 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:30,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:30,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:30,877 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:30,912 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh 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:30,912 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF. WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:30,912 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:30,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:57:30,917 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:57:30,920 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:57:30,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:30,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:30,926 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:30,926 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:30,929 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/lvm-pv-uuid-jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8', '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': 'jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF', 'ID_FS_UUID_ENC': 'jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:57:30,929 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:30,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:30,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:30,940 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:30,940 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:30,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:57:30,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:30,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:30,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:30,946 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:30,949 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:30,950 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:30,950 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:57:30,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270aabc250) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:57:30,953 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:30,956 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:30,956 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:57:30,959 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:30,959 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:57:30,962 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:30,962 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:57:30,965 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:30,965 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:57:30,968 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:57:30,968 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:30,968 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:31,001 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:31,001 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). 2024-03-01 16:57:31,001 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:31,002 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:57:31,005 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF ; label: None ; device: /dev/sdb ; serial: 36001405e322c7146a20442ba42ab82f8 ; exists: True ; vg_name: test_vg1 ; vg_uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:57:31,005 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:57:31,008 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:31,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:31,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:31,020 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:31,022 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:57:31,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:31,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,028 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:31,062 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:31,062 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY. WARNING: VG test_vg1 is missing PV yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY (last written to /dev/sdc). 2024-03-01 16:57:31,062 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:31,063 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:31,063 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:31,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:31,067 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:31,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:31,078 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:31,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:57:31,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:31,081 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:31,084 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:31,084 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:31,087 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:31,087 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,088 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:57:31,088 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270aa34d00) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:57:31,091 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:31,091 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:31,094 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:57:31,094 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:31,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,105 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:31,105 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:31,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:57:31,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:31,108 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:31,111 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:31,111 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:31,114 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:31,114 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,115 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:57:31,115 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270aa847f0) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:57:31,118 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:31,118 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:31,121 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', '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': 'yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY', 'ID_FS_UUID_ENC': 'yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:57:31,121 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:31,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,131 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:31,132 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:31,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:57:31,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:31,135 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:31,137 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:31,138 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:31,140 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:31,141 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,141 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:57:31,141 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9c3580) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:57:31,144 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:31,147 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:31,147 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:57:31,150 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:31,150 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:57:31,153 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,153 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:57:31,156 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,156 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:57:31,159 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:57:31,159 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:31,159 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:31,195 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=OrGqUi-FJd3-GfIt-DGQb-PUpb-pstJ-wRTYiy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=jfFsop-jukZ-snyQ-vn7v-te95-giHV-CvMiUF LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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=yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j 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:31,195 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:31,195 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:31,195 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:57:31,199 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: yTn9Ag-fcEu-wVAy-wX8F-eDT5-eaaO-C2rvGY ; label: None ; device: /dev/sdc ; serial: 36001405c32ab0b6366441ad9b08abd4d ; exists: True ; vg_name: test_vg1 ; vg_uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:31,199 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:57:31,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:31,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:31,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,211 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:31,213 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:31,216 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:57:31,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j ; incomplete: True ; hidden: False ; 2024-03-01 16:57:31,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,222 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:31,253 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:31,254 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:31,254 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:31,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:31,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:57:31,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:31,270 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:57:31,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:31,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:31,276 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:31,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:31,280 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:31,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:31,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:31,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:31,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:57:31,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:31,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:31,293 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:31,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:31,296 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:31,296 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:57:31,296 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:57:31,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:31,299 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:31,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:31,303 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:31,306 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 ' '/dev/disk/by-id/dm-uuid-LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh', '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': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', 'ID_FS_UUID_ENC': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', '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': '1109779628'} ; 2024-03-01 16:57:31,306 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:31,306 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,309 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:57:31,309 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:31,309 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:31,309 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,312 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:57:31,312 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:31,312 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:31,312 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,314 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:57:31,314 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:31,315 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:31,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:57:31,325 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,325 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,325 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,326 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,321 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh 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 (0x7f270aa84670) -- 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 = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,326 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,329 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:57:31,329 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:31,329 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:31,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:31,336 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:31,336 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:57:31,339 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:31,339 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:57:31,343 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,343 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:57:31,346 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,346 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:57:31,347 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:31,347 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:57:31,350 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:31,351 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:57:31,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:31,354 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:31,354 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:31,358 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:57:31,358 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:31,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,368 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:31,369 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:31,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:57:31,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:57:31,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:31,375 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:31,375 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:31,378 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:31,378 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,378 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:57:31,379 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270bad9e80) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:57:31,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:31,382 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:31,385 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:57:31,385 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:31,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,395 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:31,396 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:31,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:57:31,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:57:31,399 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:31,401 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:31,402 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:31,405 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:31,405 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,405 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:57:31,405 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9c3a30) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:57:31,408 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:31,408 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:31,411 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:57:31,411 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:31,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,422 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:31,423 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:31,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:57:31,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:57:31,425 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:31,428 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:31,428 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:31,431 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:31,432 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,432 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:57:31,432 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9c3910) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:57:31,435 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:31,435 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:31,438 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:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:57:31,438 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:31,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,449 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:31,449 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:31,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:57:31,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:57:31,452 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:31,455 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:31,455 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:31,458 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:31,458 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,459 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:57:31,459 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9cf520) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:57:31,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:31,462 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:31,465 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:31,465 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:31,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:31,476 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:31,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:57:31,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:57:31,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:31,482 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:31,482 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:31,485 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:31,485 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,485 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:57:31,485 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9cfca0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:57:31,488 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:31,489 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:31,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:57:31,491 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:31,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,502 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:31,503 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:31,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:31,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:31,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:31,509 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:31,509 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:31,512 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:31,512 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,512 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:57:31,512 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9cfee0) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:57:31,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:31,516 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:31,518 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:57:31,518 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:31,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,529 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:31,529 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:31,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:57:31,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:57:31,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:31,535 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:31,535 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:31,538 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:57:31,538 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:31,539 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:57:31,539 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9e3f10) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:57:31,542 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:31,542 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:31,545 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': '22661799'} ; 2024-03-01 16:57:31,545 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:31,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,554 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:31,554 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:31,554 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:31,554 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:31,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:31,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:31,557 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:31,560 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:31,560 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:31,563 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:31,563 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:31,564 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:57:31,564 INFO blivet/MainThread: got device: DiskDevice instance (0x7f270a9e3fa0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:57:31,566 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:31,569 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:31,570 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:57:31,572 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:31,572 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:57:31,575 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,575 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:57:31,578 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,579 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:57:31,581 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:31,584 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:31,587 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:31,592 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 0x7f270d26ff00> 2024-03-01 16:57:31,627 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:57:31,631 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:31,631 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:31,635 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': '22663631'} ; 2024-03-01 16:57:31,635 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:31,635 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:31,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,643 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:31,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,649 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:31,661 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:31,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:57:31,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:57:31,684 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:31,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:57:31,687 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:31,689 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:31,690 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:31,693 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:31,693 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:31,693 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:31,696 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:31,699 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:31,701 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:31,704 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:31,707 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:31,707 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:31,707 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:57:31,708 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:31,707 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f270a9fa490) -- 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 0x7f270a9f3bd0> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:31,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:31,714 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:31,714 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:57:31,717 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:31,717 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:57:31,720 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,721 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:57:31,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:31,724 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:57:31,724 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:31,726 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:31,727 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:57:31,729 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:31,729 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:31,732 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1a361b7c-a6aa-4d96-814d-e36a8dc88cd7 ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-oOfA48m3u1JbbE9d9N23e6G4BTNmwy7jpdl1CEYOQoheo4r91oLJWeSKks0IJtgh', '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': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', 'ID_FS_UUID_ENC': '1a361b7c-a6aa-4d96-814d-e36a8dc88cd7', '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': '1109779628'} ; 2024-03-01 16:57:31,732 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:31,733 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,735 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:57:31,736 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:31,736 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:31,736 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,738 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:57:31,738 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:31,738 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:31,739 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,741 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:57:31,741 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:31,741 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:31,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:31,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,750 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,751 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,748 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,752 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:31,754 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:57:31,754 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:31,754 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:31,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:31,758 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:57:31,758 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:31,771 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:31,785 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:31,785 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:31,789 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:31,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,794 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:31,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:31,797 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:31,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,804 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:31,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:31,807 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:31,809 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:31,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,814 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:31,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:31,817 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:31,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,825 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:31,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:31,827 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:31,830 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:31,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,835 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:31,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:31,837 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:31,840 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:31,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:31,845 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:31,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:31,847 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:31,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,853 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:57:31,853 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,854 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,854 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,854 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:31,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:31,862 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:31,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:57:31,867 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:31,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:57:31,872 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:31,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:31,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:31,878 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:31,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,880 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,881 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,885 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,888 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,891 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,894 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,895 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,898 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,899 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,905 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,912 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,913 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,926 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,927 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,930 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,930 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,934 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,937 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,937 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,941 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,950 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,951 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,953 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,954 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,954 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,954 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,958 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,960 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,963 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,964 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,967 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,967 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,968 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,971 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,971 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,974 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,975 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,978 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,978 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,980 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,984 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,988 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:31,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:31,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f270aa34e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pdl1CE-YOQo-heo4-r91o-LJWe-SKks-0IJtgh size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f270aa84670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = oOfA48-m3u1-JbbE-9d9N-23e6-G4BT-Nmwy7j size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:31,989 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:57:31,991 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:31,992 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:31,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 16:57:31,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:57:31,995 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:31,996 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 16:57:31,998 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:31,999 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:31,999 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:32,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:32,003 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:57:32,003 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,003 DEBUG blivet.ansible/MainThread: ['sdc', 'sdb', 'sda', 'test_vg1'] 2024-03-01 16:57:32,003 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:57:32,006 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:57:32,006 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:32,009 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:32,012 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:32,015 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:32,015 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:57:32,015 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:32,015 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:57:32,015 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:57:32,018 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:32,018 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:32,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:57:32,020 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:57:32,021 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:32,021 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:57:32,021 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:57:32,023 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:32,023 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:32,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 16:57:32,026 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:57:32,026 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:32,026 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:57:32,026 DEBUG blivet/MainThread: removing sda 2024-03-01 16:57:32,029 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:32,029 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:32,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:57:32,032 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:57:32,032 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:32,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,044 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,057 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,069 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,085 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:32,085 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,086 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,086 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:32,086 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:32,086 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:32,086 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:32,086 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:32,086 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:32,089 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:32,091 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:32,094 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:32,094 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:32,096 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:32,096 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 0x7f270a944130> 2024-03-01 16:57:32,097 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:32,097 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,098 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,098 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:32,098 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:32,098 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:32,098 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:32,098 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,104 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:32,104 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:57:32,110 INFO program/MainThread: stdout: 2024-03-01 16:57:32,110 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:32,110 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,110 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,126 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,138 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,138 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:32,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:32,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:57:32,149 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:32,152 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:57:32,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:57:32,155 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 16:57:32,190 INFO program/MainThread: stdout[20]: 2024-03-01 16:57:32,191 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:32,191 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:32,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:57:32,197 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,200 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:32,203 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,206 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:32,208 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,211 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:32,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:32,214 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 16:57:32,248 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 16:57:32,248 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:32,248 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:32,249 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:32,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:57:32,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:57:32,272 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:57:32,279 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,290 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:32,295 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,297 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:32,300 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,303 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:32,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:57:32,305 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 16:57:32,341 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 16:57:32,341 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:32,341 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:32,342 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 16:57:32,395 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:57:32,395 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:32,395 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:32,395 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 16:57:32,422 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 16:57:32,422 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:32,422 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:32,423 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:32,432 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,437 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:57:32,445 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:57:32,446 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:32,494 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:57:32,494 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:32,494 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:32,495 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:57:32,495 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,510 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,510 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 16:57:32,517 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 16:57:32,517 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:32,517 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:32,517 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sda ... 2024-03-01 16:57:32,530 INFO program/MainThread: stdout[27]: 2024-03-01 16:57:32,530 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:32,530 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:32,530 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,543 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,554 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,554 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:32,558 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,561 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:57:32,563 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:57:32,563 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 16:57:32,592 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:57:32,592 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:32,592 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:32,592 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:57:32,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,609 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,609 INFO program/MainThread: Running [29] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 16:57:32,617 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 16:57:32,617 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:32,617 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:32,617 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:57:32,629 INFO program/MainThread: stdout[30]: 2024-03-01 16:57:32,629 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:32,629 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:32,629 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,641 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,641 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,653 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,654 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:32,657 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:32,660 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:57:32,662 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:57:32,662 INFO program/MainThread: Running [31] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 16:57:32,687 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:57:32,688 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:32,688 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:32,688 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:57:32,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,705 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,705 INFO program/MainThread: Running [32] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:32,712 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 16:57:32,713 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:32,713 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:32,713 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:57:32,725 INFO program/MainThread: stdout[33]: 2024-03-01 16:57:32,725 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:32,725 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:32,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,737 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:32,749 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:32,754 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:32,754 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 0x7f270a9666d0> 2024-03-01 16:57:39,673 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_bawfj4fn/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:42,719 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_rs6m7vjd/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:46,720 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload__gxpk73o/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:46,754 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,754 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:46,757 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:46,757 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,757 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:46,757 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:46,762 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,762 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:46,765 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,765 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:46,768 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,768 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:46,771 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,771 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:46,779 INFO program/MainThread: stdout: 2024-03-01 16:57:46,779 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:46,779 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:46,779 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:46,779 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,780 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,780 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:46,780 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:46,780 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:46,780 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:46,780 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:46,781 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:46,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:46,794 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,806 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,810 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:57:46,810 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,811 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,839 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:46,839 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:46,839 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:46,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,850 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:46,852 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,856 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:46,857 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:46,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:46,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:46,861 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:46,864 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:46,864 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,867 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,867 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:46,868 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:46,868 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2dfdb8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:57:46,871 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:46,871 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:46,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:57:46,874 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:46,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,885 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:46,886 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:46,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:46,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:46,889 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:46,892 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:46,892 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:46,895 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:46,895 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:46,896 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:46,896 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2cec3a60) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:57:46,899 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:46,899 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:46,902 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:46,902 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:46,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,913 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:46,913 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:46,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:46,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:46,916 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:46,919 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:46,919 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:46,922 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:46,922 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:46,923 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:46,923 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2cec3ca0) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:57:46,926 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:46,926 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:46,929 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:57:46,929 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:46,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,939 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:46,940 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:46,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:46,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:46,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:46,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:46,946 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:46,949 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:46,949 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:46,949 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:46,949 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2cefdf70) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:57:46,952 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:46,952 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:46,955 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:57:46,955 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:46,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,965 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:46,966 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:46,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:46,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:46,969 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:46,972 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:46,972 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:46,975 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:46,975 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:46,975 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:46,975 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce8c3d0) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:57:46,978 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:46,978 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:46,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:57:46,981 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:46,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,992 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:46,992 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:46,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:46,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:46,995 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:46,998 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:46,998 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,001 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,001 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,001 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:47,001 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2cec3460) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:57:47,004 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:47,004 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:47,007 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:57:47,007 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,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,018 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:47,018 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:47,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:47,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:47,021 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:47,024 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:47,024 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,027 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,027 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,028 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:47,028 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce82b80) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:57:47,031 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:47,031 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:47,034 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:57:47,034 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,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,044 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:47,044 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:47,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:47,045 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:47,047 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:47,050 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:47,050 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,053 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,053 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,054 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:47,054 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce82fd0) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:57:47,056 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:47,057 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:47,059 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:57:47,060 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,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,070 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:47,070 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:47,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:47,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:47,073 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:47,076 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:47,076 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,079 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,079 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,080 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:47,080 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce949a0) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:57:47,083 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:47,083 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:47,086 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:47,086 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,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:47,096 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:47,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:47,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:47,099 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:47,102 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:47,102 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,105 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,105 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,106 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:47,106 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce944f0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:57:47,109 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:47,109 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:47,112 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:57:47,112 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,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,122 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:47,123 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:47,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:47,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:47,126 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:47,129 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:47,129 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,131 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,132 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,132 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:47,132 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce8c370) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:57:47,135 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:47,135 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:47,138 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:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:57:47,138 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,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,148 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:47,149 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:47,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:47,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:47,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:47,154 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:47,155 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,157 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,158 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,158 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:47,158 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce99730) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:57:47,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:47,161 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:47,164 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': '22661799'} ; 2024-03-01 16:57:47,164 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:47,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,173 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:47,173 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:47,173 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:47,173 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:47,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:47,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:47,176 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:47,179 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:47,179 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:47,182 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,182 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:47,183 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:47,183 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc2ce9d490) -- 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,186 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:47,189 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:47,189 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:47,192 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:47,192 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:47,195 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,195 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:47,198 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,198 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:47,201 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:47,203 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:47,206 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:47,222 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 0x7fdc2e5f31c0> 2024-03-01 16:57:47,262 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:47,266 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:47,266 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:47,270 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': '22663631'} ; 2024-03-01 16:57:47,270 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:47,270 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:47,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,278 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:47,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:47,296 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:47,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,315 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,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:47,319 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:47,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:47,322 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:47,325 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:47,325 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:47,328 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,328 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:47,328 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:47,331 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:47,334 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:47,336 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:47,339 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:47,342 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,342 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:47,342 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:47,343 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:47,342 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fdc2cea2fd0) -- 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 0x7fdc2f6d7c70> 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,346 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:47,349 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:47,349 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:47,352 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:47,352 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:47,355 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,355 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:47,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:47,359 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:47,359 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:47,362 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,363 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:47,365 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:47,365 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:47,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:47,379 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:47,392 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:47,392 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:47,396 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,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,401 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,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,403 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,406 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,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,411 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,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,414 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:47,416 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,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,421 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,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,423 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:47,426 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,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,431 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,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,433 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:47,436 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,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,441 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,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,443 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,446 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,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,450 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,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,453 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,456 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,456 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:57:47,458 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,458 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 16:57:47,461 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,461 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 16:57:47,464 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,464 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 16:57:47,466 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,466 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 16:57:47,469 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,469 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 16:57:47,471 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,471 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 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 89 2024-03-01 16:57:50,436 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kjhstp1b/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:50,471 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:50,471 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:50,473 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:50,474 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:50,474 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:50,474 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:50,478 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,478 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:50,482 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:50,482 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:50,485 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:50,485 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:50,487 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:50,487 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:50,495 INFO program/MainThread: stdout: 2024-03-01 16:57:50,495 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:50,495 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,495 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,495 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,495 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,495 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,495 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:50,496 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:50,496 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,496 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:50,496 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:50,496 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:50,497 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:50,497 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:50,497 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:50,497 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:50,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:50,509 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,521 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:50,525 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:57:50,526 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:50,526 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:50,553 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:50,553 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:50,553 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:50,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,565 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:50,566 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:50,571 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:50,571 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:50,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:50,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:50,575 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:50,578 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:50,578 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:50,581 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:50,582 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,582 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:50,582 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e50d1c8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:57:50,585 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:50,586 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:50,589 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:57:50,589 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:50,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,599 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:50,600 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:50,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:50,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:50,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:50,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:50,606 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:50,609 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:50,610 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,610 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:50,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e50184a60) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:57:50,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:50,613 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:50,616 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:50,616 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:50,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,627 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:50,627 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:50,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:50,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:50,630 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:50,633 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:50,633 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:50,636 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:50,637 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,637 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:50,637 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e50184ca0) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:57:50,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:50,640 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:50,643 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:57:50,643 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:50,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,654 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:50,654 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:50,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:50,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:50,657 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:50,660 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:50,660 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:50,663 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:50,663 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,664 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:50,664 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e501bef70) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:57:50,667 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:50,667 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:50,670 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:57:50,670 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:50,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,680 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:50,680 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:50,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:50,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:50,683 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:50,686 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:50,686 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:50,689 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:50,690 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,690 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:50,690 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e5014e3d0) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:57:50,693 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:50,693 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:50,696 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:57:50,696 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:57:50,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,706 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:50,707 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:50,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:50,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:50,710 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:50,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:50,713 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:50,716 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:57:50,716 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,716 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:50,716 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e50184460) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:57:50,719 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:50,719 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:50,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:57:50,722 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:57:50,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,733 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:50,733 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:50,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:50,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:50,736 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:50,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:50,739 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:50,742 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:57:50,742 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,743 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:50,743 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e50147b80) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:57:50,746 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:50,746 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:50,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:57:50,749 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:57:50,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,759 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:50,759 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:50,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:50,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:50,762 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:50,765 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:50,765 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:57:50,768 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:57:50,768 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,769 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:50,769 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e50147fd0) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:57:50,772 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:50,772 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:50,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:57:50,775 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:50,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,785 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:50,786 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:50,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:50,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:50,789 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:50,792 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:50,792 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:50,795 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:50,795 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,795 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:50,795 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e501549a0) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:57:50,798 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:50,798 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:50,801 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:57:50,801 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:50,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,812 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:50,812 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:50,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:50,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:50,815 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:50,818 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:50,818 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:50,821 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:50,821 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,821 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:50,821 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e501544f0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:57:50,824 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:50,825 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:50,827 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:57:50,827 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:50,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,838 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:50,839 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:50,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:50,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:50,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:50,844 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:50,844 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:50,847 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:50,847 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,848 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:50,848 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e5014e370) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:57:50,851 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:50,851 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:50,854 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:57:50,854 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:50,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,865 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:50,865 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:50,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:50,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:50,868 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:50,871 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:50,871 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:50,874 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:50,874 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,874 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:50,874 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e5014f730) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:57:50,878 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:50,878 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:50,880 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': '22661799'} ; 2024-03-01 16:57:50,881 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:50,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,890 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:50,890 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:50,890 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:50,890 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:50,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:50,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:50,893 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:50,896 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:50,896 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:50,899 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:50,899 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:50,900 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:50,900 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7e5015e490) -- 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:50,903 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:50,906 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,906 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:50,909 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,909 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:50,912 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,912 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:50,915 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,915 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:50,918 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:50,920 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:50,923 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:50,929 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 0x7f7e50161340> 2024-03-01 16:57:50,967 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:50,971 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:50,971 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:50,974 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': '22663631'} ; 2024-03-01 16:57:50,974 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:50,975 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:50,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,983 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:50,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,000 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:51,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:51,023 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:51,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:51,026 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:51,029 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:51,029 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:51,032 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:51,032 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:51,032 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:51,035 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:51,038 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:51,040 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:51,043 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:51,046 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:51,046 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:51,046 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:51,047 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:51,047 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7e50163fd0) -- 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 0x7f7e50176540> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:51,050 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:51,053 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,053 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:51,056 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,056 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:51,059 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,059 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:51,062 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,062 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:51,064 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:51,064 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:51,067 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,067 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:51,070 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:51,070 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:51,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,084 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,097 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:51,098 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:51,101 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:51,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,106 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:51,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,109 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:51,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,116 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:51,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,119 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:51,121 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:51,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,126 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:51,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,128 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:51,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,136 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:51,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,138 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:51,141 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:51,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,145 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:51,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,148 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:51,150 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:51,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,155 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:51,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,158 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:51,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,168 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:57:51,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:57:51,173 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:51,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:57:51,178 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:51,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:57:51,183 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:51,186 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,186 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:57:51,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:51,189 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:51,189 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:51,192 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,192 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:51,195 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,195 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:57:51,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:51,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:51,198 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:51,200 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,201 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:51,203 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,203 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:57:51,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:57:51,206 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:51,206 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:51,209 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,209 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:51,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:51,214 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:51,217 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:51,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:51,223 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:51,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:51,229 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:51,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:51,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:51,233 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:57:51,233 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:51,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,245 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:57:51,246 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:51,246 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:51,246 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 16:57:51,247 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:51,247 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:51,250 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,250 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:57:51,252 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:57:51,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:51,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:51,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:57:51,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:51,265 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:51,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:51,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:57:51,272 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:51,272 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:51,272 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:57:51,272 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:57:51,275 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:51,275 INFO program/MainThread: stderr[4]: 2024-03-01 16:57:51,275 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:51,276 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:57:51,276 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:51,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:51,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,281 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:51,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,291 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:57:51,292 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:51,292 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:57:51,293 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 16:57:51,293 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:51,293 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:57:51,296 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,296 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:57:51,299 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:57:51,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:51,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:51,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:57:51,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:51,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:51,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:51,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:57:51,318 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:51,319 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:57:51,319 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:57:51,319 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:57:51,319 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:51,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:57:51,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,322 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:51,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,333 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:57:51,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:57:51,338 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:57:51,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:57:51,343 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:57:51,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:57:51,348 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:57:51,350 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,350 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:57:51,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:57:51,353 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:51,353 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:51,356 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,356 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:51,359 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,359 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:57:51,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:57:51,362 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:51,362 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:51,364 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,365 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:51,367 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,367 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:57:51,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:57:51,370 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:51,370 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:51,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,373 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:51,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:57:51,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:51,380 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:51,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:51,386 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:51,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:51,392 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:51,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:57:51,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:51,396 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:57:51,396 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:51,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,408 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:57:51,409 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:51,409 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:51,409 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:57:51,409 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:51,410 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:51,412 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,412 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:57:51,415 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:57:51,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:51,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:51,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:57:51,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:51,427 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:51,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:51,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:57:51,434 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:51,434 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:51,434 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:51,434 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:57:51,435 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:51,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:57:51,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,438 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:51,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,449 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:57:51,449 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:51,450 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:51,450 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 16:57:51,450 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:51,451 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:51,453 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,453 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:57:51,456 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:57:51,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:51,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:51,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:57:51,466 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:51,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:51,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:51,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:57:51,475 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:51,475 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:51,475 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:57:51,476 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:57:51,476 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:51,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:57:51,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,479 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:51,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,490 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:57:51,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:57:51,495 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:57:51,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:57:51,500 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:57:51,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:57:51,505 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:57:51,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:57:51,510 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:57:51,513 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,513 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:57:51,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:57:51,516 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:51,516 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:51,518 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,518 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:51,521 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,521 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:57:51,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:57:51,524 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:51,524 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:51,527 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,527 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:51,530 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,530 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:57:51,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:57:51,533 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:51,533 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:51,536 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,536 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:51,538 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:51,538 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:57:51,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:57:51,541 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:51,541 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:51,544 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,544 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:51,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:57:51,548 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:51,551 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:51,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:51,557 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:51,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:51,564 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:51,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:51,570 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:51,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:57:51,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:51,574 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:57:51,575 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:51,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,587 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:57:51,588 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,588 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:51,588 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 16:57:51,589 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,589 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:51,592 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,592 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:57:51,594 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:57:51,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:51,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:51,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:57:51,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:51,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:51,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:51,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:57:51,614 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,614 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:51,614 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:57:51,614 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:57:51,614 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:51,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:57:51,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,618 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:51,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,629 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:57:51,629 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,630 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:51,630 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 16:57:51,630 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,631 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:51,634 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,634 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:57:51,636 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:57:51,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:51,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:51,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:57:51,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:51,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:51,652 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:51,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:57:51,656 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,656 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:51,656 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:57:51,657 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:57:51,657 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:57:51,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,660 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,671 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:57:51,672 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,673 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:57:51,673 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 16:57:51,673 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,674 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:57:51,676 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,676 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:57:51,679 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:57:51,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:51,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:51,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:57:51,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:51,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:51,695 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:51,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:57:51,698 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,699 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:57:51,699 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:51,699 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:57:51,699 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:51,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:57:51,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,703 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:51,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:51,714 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:57:51,715 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,716 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:57:51,716 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 16:57:51,716 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,717 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:57:51,719 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,719 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:57:51,722 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:57:51,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:51,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:51,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:57:51,732 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:57:51,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:51,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:51,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:57:51,742 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:51,742 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:57:51,743 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:51,743 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:57:51,743 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:51,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:57:51,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:57:51,746 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:51,748 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:51,749 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:51,750 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:51,750 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:51,752 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:51,755 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:51,757 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:51,760 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:51,760 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:51,763 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:51,763 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 0x7f7e5004d0e0> 2024-03-01 16:57:51,763 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:51,795 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:51,795 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:51,796 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:51,796 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:51,796 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:51,797 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:51,797 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:51,797 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:51,798 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:51,798 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:51,798 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:51,799 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:51,799 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:51,799 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:51,799 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:51,800 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:51,800 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:51,801 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:51,801 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:51,801 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,802 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,802 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:51,803 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:51,803 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:51,803 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:51,804 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:51,804 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:51,804 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:51,805 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:51,805 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:51,806 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:51,806 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:51,806 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:51,807 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:51,807 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:51,807 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:51,808 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:51,808 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:51,809 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:51,809 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:51,811 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:51,814 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:57:51,814 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:57:51,820 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,846 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,858 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,858 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:51,862 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:51,864 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:57:51,864 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:57:51,869 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,893 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,893 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,905 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,905 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:51,909 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:51,911 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:57:51,911 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:57:51,916 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,917 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,942 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,954 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,955 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:51,958 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:51,961 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:57:51,961 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:57:51,965 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,966 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,991 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,003 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,003 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:52,007 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:52,009 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:57:52,009 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:57:52,014 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,014 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,037 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,037 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,049 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,049 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:52,053 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:52,056 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:57:52,056 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:57:52,060 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,061 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,085 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,097 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,097 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:52,101 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:52,103 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:57:52,103 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 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,133 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,145 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,146 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:52,149 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:52,152 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:57:52,152 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:57:52,156 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,157 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,180 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,192 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,192 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:52,196 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:52,198 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:57:52,198 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:57:52,205 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,228 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,239 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,239 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:52,243 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:52,245 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:57:52,245 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:57:52,252 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,277 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,289 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,289 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:52,293 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,296 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,298 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,298 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:52,298 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:52,299 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:52,336 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 16:57:52,336 INFO program/MainThread: stderr[5]: 2024-03-01 16:57:52,336 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:52,337 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:52,345 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:57:52,346 INFO program/MainThread: stderr[6]: 2024-03-01 16:57:52,346 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:52,346 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 16:57:52,374 INFO program/MainThread: stdout[7]: 2024-03-01 16:57:52,374 INFO program/MainThread: stderr[7]: 2024-03-01 16:57:52,374 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:52,374 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 16:57:52,374 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,386 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,389 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:52,390 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:52,391 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:57:52,399 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,423 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,423 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:52,427 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,429 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,432 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,432 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:52,432 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:52,432 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:52,472 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:57:52,472 INFO program/MainThread: stderr[8]: 2024-03-01 16:57:52,472 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:52,473 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:52,481 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:57:52,481 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:52,481 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:52,481 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 16:57:52,510 INFO program/MainThread: stdout[10]: 2024-03-01 16:57:52,510 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:52,510 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:52,510 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 16:57:52,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,522 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,526 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:52,526 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:52,527 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:57:52,535 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,536 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,559 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,559 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:52,563 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,565 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,568 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,568 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:52,568 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:52,568 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:52,595 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:57:52,595 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:52,596 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:52,596 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:52,612 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:57:52,612 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:52,612 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:52,612 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 16:57:52,643 INFO program/MainThread: stdout[13]: 2024-03-01 16:57:52,643 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:52,643 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:52,643 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 16:57:52,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,655 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,659 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:52,659 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:52,660 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:57:52,669 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,669 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,689 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,689 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:52,693 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,695 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,698 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,698 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:52,698 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:52,698 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:52,737 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:57:52,737 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:52,737 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:52,738 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:52,747 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 16:57:52,747 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:52,747 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:52,747 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 16:57:52,775 INFO program/MainThread: stdout[16]: 2024-03-01 16:57:52,775 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:52,775 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:52,775 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 16:57:52,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,787 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,790 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:52,791 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:52,792 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:57:52,801 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,821 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,821 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:52,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:57:52,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:52,830 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,833 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,835 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,838 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,840 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,843 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,846 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,848 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:57:52,851 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:52,907 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 16:57:52,907 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:52,907 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:52,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:52,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:52,928 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,936 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,942 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,949 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,957 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,963 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,972 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,979 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:52,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,038 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:53,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:53,045 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,058 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,059 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:57:53,066 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,078 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,078 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:53,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:53,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:57:53,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:53,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:53,094 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,097 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,100 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,103 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,106 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,109 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,112 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,127 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:53,131 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:53,162 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:53,162 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:53,162 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:53,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:53,166 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:53,215 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 16:57:53,216 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:53,216 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:53,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:53,233 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:53,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,283 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:53,288 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:53,288 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:53,297 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,314 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,314 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:53,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,321 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:53,324 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:57:53,324 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:57:53,472 INFO program/MainThread: stdout: 2024-03-01 16:57:53,472 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:53,472 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:53,472 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:53,472 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:53,472 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:53,472 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:53,472 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:53,472 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:53,472 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:53,472 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:53,472 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,473 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:57:53,487 INFO program/MainThread: stdout: 2024-03-01 16:57:53,488 INFO program/MainThread: writing all SBs 2024-03-01 16:57:53,488 INFO program/MainThread: new label = "" 2024-03-01 16:57:53,488 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,488 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,505 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:53,509 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:53,510 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:53,518 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,534 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,534 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:53,538 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:53,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:57:53,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,544 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:53,571 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:53,571 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:53,571 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:53,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:53,576 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:53,638 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 16:57:53,638 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:53,638 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:53,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:53,659 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:53,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,702 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:53,707 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:53,707 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:53,716 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,716 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,732 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,732 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:53,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,739 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:53,741 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:57:53,741 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:57:54,566 INFO program/MainThread: stdout: 2024-03-01 16:57:54,566 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:54,566 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:54,566 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:54,566 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:54,567 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:54,567 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:54,567 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:54,567 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:54,567 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:54,567 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:54,567 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,567 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:57:54,583 INFO program/MainThread: stdout: 2024-03-01 16:57:54,583 INFO program/MainThread: writing all SBs 2024-03-01 16:57:54,583 INFO program/MainThread: new label = "" 2024-03-01 16:57:54,583 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,609 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:54,613 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:54,614 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:54,623 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,623 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,638 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,638 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:54,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:54,645 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:57:54,648 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,649 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:54,679 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:54,679 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:54,679 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:54,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:54,683 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:54,743 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 16:57:54,743 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:54,743 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:54,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:54,760 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:54,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,801 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,808 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:54,809 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:54,809 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:54,818 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,818 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,834 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,834 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:54,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,841 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:54,843 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:57:54,843 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:57:55,650 INFO program/MainThread: stdout: 2024-03-01 16:57:55,650 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 16:57:55,650 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:55,651 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:55,651 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:55,651 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 16:57:55,651 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:55,651 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:55,651 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:55,651 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:55,651 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:55,651 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,651 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:57:55,664 INFO program/MainThread: stdout: 2024-03-01 16:57:55,664 INFO program/MainThread: writing all SBs 2024-03-01 16:57:55,664 INFO program/MainThread: new label = "" 2024-03-01 16:57:55,664 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,665 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,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:55,686 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:55,694 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,711 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,711 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:55,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:55,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:57:55,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,721 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:55,751 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:55,751 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:55,751 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:55,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:55,755 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:55,809 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 16:57:55,809 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:55,809 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:55,821 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:55,827 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:55,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,863 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,881 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:55,881 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:55,882 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:55,890 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,907 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,907 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:55,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,914 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:55,916 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:57:55,916 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:57:56,734 INFO program/MainThread: stdout: 2024-03-01 16:57:56,734 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 16:57:56,734 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:56,734 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:56,734 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:56,734 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 16:57:56,734 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:56,734 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:56,734 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:56,734 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:56,734 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:56,734 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,735 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:57:56,748 INFO program/MainThread: stdout: 2024-03-01 16:57:56,748 INFO program/MainThread: writing all SBs 2024-03-01 16:57:56,748 INFO program/MainThread: new label = "" 2024-03-01 16:57:56,748 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,765 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:56,769 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:56,770 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:56,779 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,779 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,795 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,795 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:56,799 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,801 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,804 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,804 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:56,804 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:56,804 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:56,842 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:57:56,842 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:56,842 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:56,842 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:56,853 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 16:57:56,853 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:56,853 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:56,853 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 16:57:56,880 INFO program/MainThread: stdout[28]: 2024-03-01 16:57:56,880 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:56,880 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:56,880 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 16:57:56,880 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,894 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,897 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:56,898 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:56,899 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:57:56,907 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,907 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,928 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,928 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:56,932 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,934 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,937 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,937 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:56,937 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:56,937 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:56,973 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:57:56,973 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:56,973 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:56,974 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:56,984 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 16:57:56,984 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:56,984 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:56,984 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 16:57:57,011 INFO program/MainThread: stdout[31]: 2024-03-01 16:57:57,011 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:57,011 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:57,011 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 16:57:57,011 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,023 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,026 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:57,027 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:57,028 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:57:57,036 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,037 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,057 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,057 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:57,061 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,063 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,066 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,066 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:57,066 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:57,066 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:57,100 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:57:57,100 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:57,100 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:57,101 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:57,113 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 16:57:57,113 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:57,113 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:57,113 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 16:57:57,137 INFO program/MainThread: stdout[34]: 2024-03-01 16:57:57,138 INFO program/MainThread: stderr[34]: 2024-03-01 16:57:57,138 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:57,138 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 16:57:57,138 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,150 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,154 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:57,154 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:57,155 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:57:57,164 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,185 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,185 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:57,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:57:57,191 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:57,194 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,196 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,199 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,202 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,204 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,207 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,209 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:57:57,210 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:57,256 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 16:57:57,256 INFO program/MainThread: stderr[35]: 2024-03-01 16:57:57,256 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:57,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:57,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:57,280 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,290 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,300 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,319 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,325 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:57,363 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:57,363 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,375 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,375 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:57:57,383 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,394 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,394 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:57,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:57,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:57:57,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:57,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:57,409 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,415 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,418 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,421 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:57,424 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,436 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:57,440 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:57,470 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:57,471 INFO program/MainThread: stderr[36]: 2024-03-01 16:57:57,471 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:57,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:57,475 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:57,528 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 16:57:57,528 INFO program/MainThread: stderr[37]: 2024-03-01 16:57:57,528 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:57,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:57,550 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:57,550 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,590 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,594 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:57,595 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:57,595 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:57,603 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,620 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,620 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:57,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,627 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:57,629 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:57:57,629 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:57:57,816 INFO program/MainThread: stdout: 2024-03-01 16:57:57,816 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 16:57:57,816 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:57,816 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:57,816 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:57,816 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 16:57:57,816 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:57,817 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:57,817 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:57,817 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:57,817 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:57,817 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,817 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:57:57,831 INFO program/MainThread: stdout: 2024-03-01 16:57:57,831 INFO program/MainThread: writing all SBs 2024-03-01 16:57:57,832 INFO program/MainThread: new label = "" 2024-03-01 16:57:57,832 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,832 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,848 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,852 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:57,852 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:57,853 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:57,861 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,877 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,877 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:57,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:57,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:57:57,887 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:57,887 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:57,919 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:57,919 INFO program/MainThread: stderr[38]: 2024-03-01 16:57:57,919 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:57,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:57,923 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:57,983 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 16:57:57,983 INFO program/MainThread: stderr[39]: 2024-03-01 16:57:57,983 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:57,990 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:58,006 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:58,006 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:58,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,026 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,030 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:58,031 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:58,031 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:58,039 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,055 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,055 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:58,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:58,062 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:58,064 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:57:58,064 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:57:58,898 INFO program/MainThread: stdout: 2024-03-01 16:57:58,898 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:58,898 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:58,898 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:58,898 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:58,898 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:58,898 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:58,899 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:58,899 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:58,899 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:58,899 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:58,899 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,899 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:57:58,914 INFO program/MainThread: stdout: 2024-03-01 16:57:58,914 INFO program/MainThread: writing all SBs 2024-03-01 16:57:58,914 INFO program/MainThread: new label = "" 2024-03-01 16:57:58,914 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,930 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:58,934 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:58,935 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:58,943 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,959 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,959 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:58,963 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:58,965 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:58,968 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:58,968 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:58,968 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:58,968 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:58,998 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:57:58,999 INFO program/MainThread: stderr[40]: 2024-03-01 16:57:58,999 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:58,999 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:59,010 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 16:57:59,010 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:59,011 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:59,011 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:57:59,040 INFO program/MainThread: stdout[42]: 2024-03-01 16:57:59,040 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:59,040 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:59,040 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:57:59,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,052 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,056 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:59,056 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:59,057 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:57:59,065 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,086 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,086 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:59,089 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,092 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,095 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,095 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:59,095 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:59,095 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:59,124 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:57:59,125 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:59,125 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:59,125 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:59,136 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 16:57:59,136 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:59,137 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:59,137 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:57:59,168 INFO program/MainThread: stdout[45]: 2024-03-01 16:57:59,168 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:59,168 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:59,168 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:57:59,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,180 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,183 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:59,184 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:59,185 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:57:59,193 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,214 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,214 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:59,217 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,220 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,223 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,223 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:59,223 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:59,223 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:59,257 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:57:59,257 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:59,257 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:59,257 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:59,269 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 16:57:59,269 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:59,269 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:59,269 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 16:57:59,296 INFO program/MainThread: stdout[48]: 2024-03-01 16:57:59,296 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:59,296 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:59,296 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:57:59,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,308 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,311 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:59,312 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:59,313 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:57:59,321 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,322 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,341 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,341 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:59,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:57:59,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:59,351 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,353 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,356 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,359 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,361 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,364 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:57:59,367 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:59,420 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 16:57:59,420 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:59,420 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:59,428 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:59,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:59,446 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,453 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,459 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,465 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,475 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,482 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,501 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:59,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:59,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,519 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,520 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:57:59,527 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,527 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,535 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,535 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:59,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:59,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:57:59,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:59,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:59,550 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,553 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,556 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,559 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,562 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,565 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,577 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:59,581 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:59,613 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE 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:59,614 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:59,614 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:59,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:59,618 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:59,670 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 16:57:59,670 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:59,670 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:59,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:59,693 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:59,693 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,723 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,727 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:59,728 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:59,728 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:59,737 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,752 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,752 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:59,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:59,759 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:59,761 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:57:59,761 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:58:00,004 INFO program/MainThread: stdout: 2024-03-01 16:58:00,004 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:58:00,004 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:00,005 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:00,005 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:00,005 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:58:00,005 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:00,005 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:00,005 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:00,005 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:00,005 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:00,005 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,005 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:58:00,019 INFO program/MainThread: stdout: 2024-03-01 16:58:00,019 INFO program/MainThread: writing all SBs 2024-03-01 16:58:00,019 INFO program/MainThread: new label = "" 2024-03-01 16:58:00,019 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,035 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:00,039 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:00,040 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:58:00,049 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,065 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,065 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:00,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:00,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:58:00,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:00,075 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:00,105 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE 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:00,105 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:00,105 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:00,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:00,109 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:00,168 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 16:58:00,168 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:00,169 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:00,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:00,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:00,191 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:00,191 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,223 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,227 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:00,228 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:00,228 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:58:00,237 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,237 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,253 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,253 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:00,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:00,260 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:00,262 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:58:00,262 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:58:01,087 INFO program/MainThread: stdout: 2024-03-01 16:58:01,087 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 16:58:01,087 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:01,087 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:01,087 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:01,087 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 16:58:01,087 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:01,088 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:01,088 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:01,088 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:01,088 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:01,088 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,088 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:58:01,103 INFO program/MainThread: stdout: 2024-03-01 16:58:01,103 INFO program/MainThread: writing all SBs 2024-03-01 16:58:01,103 INFO program/MainThread: new label = "" 2024-03-01 16:58:01,103 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,128 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:01,132 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:01,133 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:58:01,142 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,159 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,164 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:01,164 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 0x7f7e501aca90> 2024-03-01 16:58:01,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,170 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:01,170 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:01,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,176 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:01,176 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:01,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,181 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:01,182 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:01,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,187 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:01,187 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:01,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,192 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:01,193 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:01,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,198 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:01,198 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:01,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,203 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:01,204 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:01,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,209 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:01,209 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:01,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,214 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:01,215 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:01,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,220 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:01,220 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:01,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,225 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:01,225 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:01,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,230 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:01,230 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:01,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,236 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:01,236 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:01,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,241 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:01,241 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:01,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,246 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:01,246 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:01,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:01,251 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:01,251 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:29,801 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_lempk6p1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:29,835 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:29,835 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:29,838 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:29,838 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:29,838 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:29,838 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:29,843 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:29,843 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:29,846 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:29,846 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:29,849 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:29,849 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:29,852 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:29,852 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:29,863 INFO program/MainThread: stdout: 2024-03-01 16:58:29,863 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:29,863 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy 2024-03-01 16:58:29,863 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe 2024-03-01 16:58:29,863 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 2024-03-01 16:58:29,863 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe 2024-03-01 16:58:29,863 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c21207e-15e6-4cec-9068-0bfc14db2dc3 2024-03-01 16:58:29,863 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP 2024-03-01 16:58:29,863 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O 2024-03-01 16:58:29,863 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs eb335e17-9c4c-4a4f-84b3-17ae5d3d418b 2024-03-01 16:58:29,863 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5521c72d-f35c-430a-81f6-4c60eb6b608c 2024-03-01 16:58:29,863 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M 2024-03-01 16:58:29,863 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE 2024-03-01 16:58:29,863 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA 2024-03-01 16:58:29,863 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1f9757f7-203c-44ce-82bd-0d351c83ea4b 2024-03-01 16:58:29,863 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs ebf77012-eaa7-48c1-8c82-34d4460b7b19 2024-03-01 16:58:29,863 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 2024-03-01 16:58:29,863 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV 2024-03-01 16:58:29,864 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 2024-03-01 16:58:29,864 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X 2024-03-01 16:58:29,864 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 2024-03-01 16:58:29,864 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 2024-03-01 16:58:29,864 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 2024-03-01 16:58:29,864 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:29,864 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:29,864 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:29,864 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:29,864 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:29,864 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe sdb 1073741824 root disk brw-rw---- LVM2_member cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c21207e-15e6-4cec-9068-0bfc14db2dc3 sdc 1073741824 root disk brw-rw---- LVM2_member VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP sdd 1073741824 root disk brw-rw---- LVM2_member KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O |-test_vg2-lv4 641728512 root disk brw-rw---- xfs eb335e17-9c4c-4a4f-84b3-17ae5d3d418b `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5521c72d-f35c-430a-81f6-4c60eb6b608c sde 1073741824 root disk brw-rw---- LVM2_member 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M sdf 1073741824 root disk brw-rw---- LVM2_member u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE sdg 1073741824 root disk brw-rw---- LVM2_member TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1f9757f7-203c-44ce-82bd-0d351c83ea4b |-test_vg3-lv7 427819008 root disk brw-rw---- xfs ebf77012-eaa7-48c1-8c82-34d4460b7b19 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 sdh 1073741824 root disk brw-rw---- LVM2_member fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 sdi 1073741824 root disk brw-rw---- LVM2_member SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 sdj 1073741824 root disk brw-rw---- LVM2_member wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 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:29,864 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:29,864 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:29,865 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:29,865 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:29,865 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:29,865 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:29,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:29,878 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:29,894 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:29,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/lvm-pv-uuid-B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', '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': 'B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy', 'ID_FS_UUID_ENC': 'B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:58:29,899 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:29,899 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:29,939 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:29,939 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:29,939 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:29,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,950 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:29,952 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:29,957 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:29,957 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:29,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:29,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:29,961 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:29,965 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:29,965 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:29,968 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:29,968 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:29,969 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:29,969 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe53d19b8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:58:29,972 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:29,975 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:29,976 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:29,979 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:29,979 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:29,982 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,982 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:29,985 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,986 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:29,988 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:29,989 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:29,989 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:30,023 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:30,023 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4. WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (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:30,023 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:30,024 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:30,028 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy ; label: None ; device: /dev/sda ; serial: 360014055f23320e64d340179c71cec8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; pe_start: 8 MiB ; 2024-03-01 16:58:30,028 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:30,031 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,042 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:30,075 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:30,075 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4. WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (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:30,075 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:30,075 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:30,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:30,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:30,084 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:30,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:30,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:30,088 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:30,121 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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:30,121 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4. WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (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:30,121 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:30,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:30,126 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:30,128 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:30,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:30,134 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:30,134 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/lvm-pv-uuid-cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8', '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': 'cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4', 'ID_FS_UUID_ENC': 'cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:58:30,137 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:30,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,148 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:30,149 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:30,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:30,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:30,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:30,155 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:30,155 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:30,158 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:30,158 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,158 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:30,158 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe53c065a00) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:58:30,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:30,165 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,165 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:30,168 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,168 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:30,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:30,174 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,174 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:30,176 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:30,176 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:30,177 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:30,213 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:30,213 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (last written to /dev/sdc). 2024-03-01 16:58:30,213 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:30,214 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:30,217 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 ; label: None ; device: /dev/sdb ; serial: 36001405e322c7146a20442ba42ab82f8 ; exists: True ; vg_name: test_vg1 ; vg_uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:58:30,217 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:30,220 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:30,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:30,232 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:30,234 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:30,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:30,240 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:30,272 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:30,272 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (last written to /dev/sdc). 2024-03-01 16:58:30,272 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:30,273 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:30,273 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,277 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:58:30,277 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:30,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,288 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:30,288 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:30,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:30,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:30,291 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:30,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:30,294 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:30,297 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:30,297 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,298 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:30,298 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f87c40) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:58:30,301 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:30,301 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:30,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:58:30,304 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:30,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,315 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:30,315 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:30,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:30,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:30,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:30,321 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:30,321 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:30,324 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:30,324 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,324 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:30,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f87d90) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:58:30,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:30,328 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:30,331 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/lvm-pv-uuid-VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/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': 'VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP', 'ID_FS_UUID_ENC': 'VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:58:30,331 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:30,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,341 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:30,342 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:30,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:30,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:30,345 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:30,348 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:30,348 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:30,351 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:30,351 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,351 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:30,351 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f9c460) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:58:30,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:30,357 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,357 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:30,360 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,360 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:30,363 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,363 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:30,366 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,366 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:30,369 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:30,369 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:30,369 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:30,404 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:30,404 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:30,404 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:30,405 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:30,408 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP ; label: None ; device: /dev/sdc ; serial: 36001405c32ab0b6366441ad9b08abd4d ; exists: True ; vg_name: test_vg1 ; vg_uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:30,409 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:30,411 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:30,420 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:30,423 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:30,426 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:30,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:30,431 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:30,463 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:30,463 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:30,463 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:30,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:30,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:30,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:30,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:30,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:30,486 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:30,489 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:30,490 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:30,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:30,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:30,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:30,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:30,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:30,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:30,502 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:30,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:30,506 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:30,506 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:58:30,506 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:30,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:30,509 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:30,512 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:30,512 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:30,517 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/3c21207e-15e6-4cec-9068-0bfc14db2dc3 ' '/dev/disk/by-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD ' '/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': '22', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD', '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': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', 'ID_FS_UUID_ENC': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', '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': '1153007998'} ; 2024-03-01 16:58:30,517 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:30,517 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:30,520 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:30,520 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:30,520 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:30,520 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:30,523 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:30,523 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:30,523 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:30,523 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:30,525 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:30,525 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:30,525 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:30,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:30,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:30,535 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:30,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:30,536 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:30,532 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f9cf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7fe53c08c6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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:30,536 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:30,539 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:30,539 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:30,539 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:30,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:30,546 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,546 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:30,549 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,549 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:30,552 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,552 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:30,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,556 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:30,557 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:30,557 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:30,561 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:30,561 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:30,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:30,564 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:30,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:30,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:30,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:30,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:30,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:30,585 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:30,588 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:30,589 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:30,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:58:30,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:30,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:30,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:30,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:30,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:30,602 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:30,605 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:30,605 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:30,605 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:58:30,605 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:58:30,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:30,608 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:30,611 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:30,611 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:30,615 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-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/fe773b81-9467-4e78-a347-b7de6d151cbe', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK', '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': 'fe773b81-9467-4e78-a347-b7de6d151cbe', 'ID_FS_UUID_ENC': 'fe773b81-9467-4e78-a347-b7de6d151cbe', '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': '1152514343'} ; 2024-03-01 16:58:30,615 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:30,615 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:30,618 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:58:30,618 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:30,618 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:30,618 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:30,620 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:30,620 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:30,620 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:30,621 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:30,623 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:30,623 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:30,623 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:30,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:58:30,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:30,633 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:30,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:30,634 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:30,630 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f9cdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7fe53c08c6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:30,635 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:30,637 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:30,637 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:30,637 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:30,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:30,645 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,645 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:58:30,648 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,648 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:58:30,651 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,651 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:58:30,654 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,654 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:30,655 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:58:30,657 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:30,658 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:58:30,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:30,661 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:30,661 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/lvm-pv-uuid-KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/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': 'KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O', 'ID_FS_UUID_ENC': 'KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:58:30,664 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:58:30,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,675 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:30,676 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:30,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:30,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:30,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:30,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:30,682 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:30,685 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:58:30,685 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,685 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:58:30,685 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f9b4f0) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:58:30,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:30,691 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,691 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:30,694 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,694 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:30,697 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,697 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:30,700 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,701 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:30,703 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:58:30,703 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:30,703 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:30,735 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:30,735 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M. WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:30,735 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:30,736 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:58:30,739 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O ; label: None ; device: /dev/sdd ; serial: 36001405e1b30555003e4ca3960f7405e ; exists: True ; vg_name: test_vg2 ; vg_uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:58:30,740 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:58:30,743 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,754 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:30,783 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 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=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:30,783 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M. WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:30,783 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:30,783 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:30,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:58:30,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:30,791 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:30,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:58:30,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:30,795 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:30,829 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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:30,829 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M. WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:30,829 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:30,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:58:30,834 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:58:30,837 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:58:30,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:30,843 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:30,843 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,846 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/lvm-pv-uuid-0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M', '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': '0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M', 'ID_FS_UUID_ENC': '0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:58:30,846 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:30,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,857 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:30,858 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:30,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:58:30,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:58:30,861 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:30,864 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:30,864 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:58:30,867 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:30,867 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,867 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:58:30,867 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f872e0) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:58:30,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:30,873 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,874 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:58:30,877 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,877 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:58:30,880 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,880 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:58:30,883 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,883 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:58:30,885 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:58:30,886 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:30,886 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:58:30,922 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:30,922 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:30,922 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:30,923 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:58:30,926 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M ; label: None ; device: /dev/sde ; serial: 36001405b83a821e5a07417daf389f144 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:30,927 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:58:30,929 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:30,938 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:30,941 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:30,943 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:58:30,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:30,949 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:58:30,988 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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:30,989 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:30,989 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:30,989 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:30,989 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,993 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/lvm-pv-uuid-u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE', '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': 'u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE', 'ID_FS_UUID_ENC': 'u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:58:30,994 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:58:30,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,005 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:31,006 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:31,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:58:31,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:58:31,009 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:31,012 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:31,012 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:31,015 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:31,015 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,016 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:58:31,016 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe53d19b820) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:58:31,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:31,022 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,022 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:58:31,025 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,025 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:58:31,028 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,028 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:58:31,031 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,031 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:58:31,033 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:58:31,033 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:31,034 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/sdf,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,065 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:31,065 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:31,065 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:31,066 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:58:31,069 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE ; label: None ; device: /dev/sdf ; serial: 360014056869f680ddd240c9a3ecdded8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:31,070 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:58:31,073 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:31,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:31,084 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:31,087 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:58:31,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:31,092 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/sdf,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,132 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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:31,132 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:31,132 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:31,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:58:31,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:31,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:58:31,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:31,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:31,155 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:31,158 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:31,159 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:31,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:58:31,162 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:31,165 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:31,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:58:31,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:31,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:31,171 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:31,174 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:31,175 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:31,175 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:31,175 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:58:31,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:31,178 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:31,181 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:31,182 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:31,185 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/5521c72d-f35c-430a-81f6-4c60eb6b608c ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H', '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': '5521c72d-f35c-430a-81f6-4c60eb6b608c', 'ID_FS_UUID_ENC': '5521c72d-f35c-430a-81f6-4c60eb6b608c', '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': '1150822237'} ; 2024-03-01 16:58:31,185 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:31,185 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:31,188 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:58:31,188 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:31,188 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:31,188 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:31,191 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:58:31,191 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:31,191 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:31,191 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:31,193 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:58:31,194 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:31,194 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:31,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:58:31,203 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:31,203 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:31,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:31,204 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:31,201 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f40340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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 (0x7fe537fb6c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:31,205 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:31,207 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:58:31,207 INFO program/MainThread: stderr[29]: 2024-03-01 16:58:31,207 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:31,211 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:31,214 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,214 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:58:31,218 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,218 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:58:31,221 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,221 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:58:31,224 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,224 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:58:31,224 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:58:31,228 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:31,228 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:58:31,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:31,231 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:31,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:58:31,246 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:31,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:58:31,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:31,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:31,252 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:31,255 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:31,256 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:31,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:58:31,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:31,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:31,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:31,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:31,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:31,268 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:31,271 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:31,272 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:31,272 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:58:31,272 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:58:31,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:31,275 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:31,278 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:31,278 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:31,282 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/disk/by-uuid/eb335e17-9c4c-4a4f-84b3-17ae5d3d418b ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN ' '/dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN', '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': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', 'ID_FS_UUID_ENC': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', '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': '1150371330'} ; 2024-03-01 16:58:31,282 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:31,282 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:31,284 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:58:31,285 INFO program/MainThread: stderr[30]: 2024-03-01 16:58:31,285 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:31,285 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:31,287 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:58:31,287 INFO program/MainThread: stderr[31]: 2024-03-01 16:58:31,287 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:31,287 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:31,290 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:58:31,290 INFO program/MainThread: stderr[32]: 2024-03-01 16:58:31,290 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:31,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:58:31,299 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:31,300 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:31,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:31,301 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:31,297 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f40bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7fe537fb6c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:31,302 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:31,305 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:58:31,305 INFO program/MainThread: stderr[33]: 2024-03-01 16:58:31,305 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:31,308 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:31,312 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,312 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:58:31,315 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,315 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:58:31,319 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,319 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:58:31,322 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,322 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:58:31,322 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:58:31,325 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:31,325 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:58:31,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:31,328 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:31,329 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,332 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/lvm-pv-uuid-TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA', 'ID_FS_UUID_ENC': 'TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:58:31,332 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:58:31,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,343 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:31,344 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:31,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:58:31,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:58:31,347 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:31,350 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:31,350 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:58:31,353 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:58:31,353 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,354 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:58:31,354 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f9b040) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:58:31,357 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:31,360 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,360 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:58:31,363 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,363 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:58:31,366 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,366 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:58:31,369 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,369 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:58:31,371 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:58:31,372 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:31,372 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,407 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:31,407 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV. WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,408 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:31,408 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:58:31,412 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA ; label: None ; device: /dev/sdg ; serial: 36001405c5fc99c94c224b4fa3bfcd0d4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:58:31,412 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:58:31,415 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,427 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,467 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 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=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:31,467 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV. WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,468 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:31,468 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:31,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:58:31,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:31,475 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:58:31,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:31,479 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,510 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:31,510 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV. WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,510 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:31,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:58:31,515 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:58:31,518 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:58:31,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,523 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:31,523 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,527 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d', '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': 'fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV', 'ID_FS_UUID_ENC': 'fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:58:31,527 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:58:31,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,538 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:31,539 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:31,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:58:31,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:58:31,542 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:31,545 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:31,545 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:58:31,548 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:58:31,548 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,548 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:58:31,548 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f527c0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:58:31,552 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:31,554 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,555 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:58:31,557 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,558 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:58:31,561 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,561 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:58:31,564 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,564 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:58:31,566 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:58:31,567 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:31,567 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdh,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,602 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:31,603 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,603 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:31,603 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:58:31,607 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV ; label: None ; device: /dev/sdh ; serial: 3600140530ed03f19ead49c0961a34425 ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; 2024-03-01 16:58:31,607 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:58:31,610 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:31,621 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,624 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:58:31,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,630 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdh,/dev/sdc,/dev/sda ... 2024-03-01 16:58:31,668 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:31,668 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,668 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:31,669 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:31,669 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,673 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/lvm-pv-uuid-SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7', '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': 'SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X', 'ID_FS_UUID_ENC': 'SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:58:31,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:58:31,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,685 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:31,685 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:31,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:58:31,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:58:31,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:31,691 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:31,692 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:31,694 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:58:31,695 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,695 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:58:31,695 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f55220) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:58:31,698 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:31,701 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,701 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:58:31,704 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,704 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:58:31,707 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,707 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:58:31,710 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,711 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:58:31,713 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:58:31,713 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:31,713 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdh,/dev/sdc,/dev/sda,/dev/sdi ... 2024-03-01 16:58:31,752 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:31,753 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,753 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:31,753 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:58:31,757 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X ; label: None ; device: /dev/sdi ; serial: 3600140560af2662901d4f47896ce0d8b ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; 2024-03-01 16:58:31,757 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:58:31,760 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,769 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:31,772 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,774 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:58:31,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,780 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdh,/dev/sdc,/dev/sda,/dev/sdi ... 2024-03-01 16:58:31,811 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:31,811 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:31,811 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:31,812 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:31,812 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,816 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': 'wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8', 'ID_FS_UUID_ENC': 'wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:58:31,816 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:58:31,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,828 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:31,828 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:31,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:58:31,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:58:31,831 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:31,834 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:31,834 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:58:31,837 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:58:31,838 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,838 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:58:31,838 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f56910) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:58:31,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:31,844 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,844 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:58:31,847 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,847 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:58:31,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:58:31,853 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:58:31,856 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:58:31,856 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:31,856 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdh,/dev/sdc,/dev/sda,/dev/sdi,/dev/sdj ... 2024-03-01 16:58:31,896 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:31,897 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:31,897 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:31,897 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:58:31,901 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 ; label: None ; device: /dev/sdj ; serial: 36001405c1189f9e8c474b3f8309f1759 ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:58:31,901 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:58:31,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:31,916 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,918 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:58:31,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:31,924 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/sdf,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdh,/dev/sdc,/dev/sda,/dev/sdi,/dev/sdj ... 2024-03-01 16:58:31,964 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:31,964 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:31,964 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:31,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:58:31,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:31,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:58:31,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:31,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:31,987 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:31,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:31,991 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:31,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:58:31,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:31,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:31,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:58:32,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:32,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:32,004 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:32,007 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:32,007 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:32,007 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:58:32,007 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:58:32,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:32,010 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:32,013 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:32,014 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:32,017 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4 ' '/dev/disk/by-uuid/c0a0de61-d663-4f8d-9dda-8a3f9947cd80 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4', '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': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', 'ID_FS_UUID_ENC': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', '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': '1148651712'} ; 2024-03-01 16:58:32,017 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:32,017 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,020 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:58:32,020 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:32,020 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:32,020 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,023 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:58:32,023 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:32,023 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:32,023 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,025 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:58:32,026 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:32,026 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:32,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:58:32,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,037 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:32,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,038 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:32,034 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f582b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,038 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,041 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:58:32,041 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:32,041 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:32,045 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:32,048 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,048 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:58:32,051 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,051 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:58:32,055 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,055 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:58:32,058 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,058 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:58:32,058 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:58:32,061 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,061 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:58:32,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:32,064 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:58:32,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:32,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:58:32,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:32,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:32,095 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:32,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:32,099 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:32,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:58:32,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:32,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:32,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:58:32,108 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:32,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:32,112 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:32,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:32,115 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:32,115 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:58:32,115 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:58:32,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:32,118 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:32,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:32,122 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:32,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/fc2d3b72-b7a4-4306-a051-09e4028ae484', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3', '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': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', 'ID_FS_UUID_ENC': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', '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': '1147581147'} ; 2024-03-01 16:58:32,125 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:32,125 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,128 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:58:32,128 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:32,128 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:32,128 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,131 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:58:32,131 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:32,131 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:32,131 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,134 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:58:32,134 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:32,134 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:32,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:58:32,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,145 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:32,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,146 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:32,142 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe53c040160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,147 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,149 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:58:32,149 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:32,149 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:32,153 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:32,156 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,156 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:58:32,159 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,159 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:58:32,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:58:32,166 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,166 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:58:32,166 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:58:32,169 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,169 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:58:32,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:32,172 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:58:32,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:32,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:58:32,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:32,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:32,194 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:32,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:32,197 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:58:32,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:58:32,204 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:32,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:58:32,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:32,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:32,210 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:32,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:32,214 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,214 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:32,214 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:58:32,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:32,217 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:32,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:32,220 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,223 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/ebf77012-eaa7-48c1-8c82-34d4460b7b19 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL', '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': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', 'ID_FS_UUID_ENC': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', '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': '1146472784'} ; 2024-03-01 16:58:32,223 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:32,224 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,226 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:58:32,226 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:32,226 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:32,226 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,229 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:58:32,229 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:32,229 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:32,229 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,231 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:58:32,232 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:32,232 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:32,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:58:32,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,243 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:32,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,244 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:32,239 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f9b2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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 (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,245 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,247 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:58:32,247 INFO program/MainThread: stderr[54]: 2024-03-01 16:58:32,247 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:58:32,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:32,254 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,254 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:58:32,258 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,258 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:58:32,261 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,261 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:58:32,264 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,264 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:58:32,265 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:58:32,268 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,268 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:58:32,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:32,271 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:58:32,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:32,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:58:32,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:32,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:32,292 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:32,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:32,296 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:58:32,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:58:32,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:32,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:58:32,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:32,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:32,309 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:32,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:32,312 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,312 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:32,312 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:58:32,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:32,315 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:32,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:32,319 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/1f9757f7-203c-44ce-82bd-0d351c83ea4b ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1', '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': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', 'ID_FS_UUID_ENC': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', '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': '1146062767'} ; 2024-03-01 16:58:32,322 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:32,322 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,325 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:58:32,325 INFO program/MainThread: stderr[55]: 2024-03-01 16:58:32,325 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:58:32,325 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,328 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:58:32,328 INFO program/MainThread: stderr[56]: 2024-03-01 16:58:32,328 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:58:32,328 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,330 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:58:32,331 INFO program/MainThread: stderr[57]: 2024-03-01 16:58:32,331 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:58:32,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:58:32,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,342 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,344 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,338 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe53c08c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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 (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,344 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,347 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:58:32,347 INFO program/MainThread: stderr[58]: 2024-03-01 16:58:32,347 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:58:32,351 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:32,354 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,354 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:58:32,357 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,357 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:58:32,360 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,360 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:58:32,364 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,364 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:58:32,364 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:58:32,367 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,367 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:58:32,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:32,370 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,371 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:32,373 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': '22661799'} ; 2024-03-01 16:58:32,374 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:32,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,384 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:32,384 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:32,385 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:32,385 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:32,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:58:32,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:58:32,388 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:32,390 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:32,391 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:32,393 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:32,394 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:32,394 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:58:32,394 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe537f40100) -- 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:32,397 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:32,400 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,400 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:58:32,403 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,403 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:58:32,406 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,406 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:58:32,409 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,409 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:58:32,412 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:32,415 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:32,418 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:32,423 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7fe537ffaa00> 2024-03-01 16:58:32,459 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:58:32,463 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:32,463 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:32,467 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': '22663631'} ; 2024-03-01 16:58:32,467 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:32,467 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:32,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,476 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:32,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:32,495 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:32,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:58:32,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:58:32,521 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:32,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:58:32,524 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:32,527 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:32,527 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:32,530 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:32,530 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:32,530 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:32,533 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:32,536 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:32,539 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:32,541 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:32,544 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:32,544 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:32,545 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:58:32,545 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:32,545 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe537f48130) -- 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 0x7fe537f6dc20> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:32,548 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:32,551 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,551 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:58:32,554 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,554 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:58:32,557 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,557 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:58:32,560 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,560 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:58:32,560 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:32,563 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,563 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:58:32,566 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:32,566 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/1f9757f7-203c-44ce-82bd-0d351c83ea4b ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1', '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': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', 'ID_FS_UUID_ENC': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', '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': '1146062767'} ; 2024-03-01 16:58:32,569 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:32,569 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,572 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:58:32,572 INFO program/MainThread: stderr[59]: 2024-03-01 16:58:32,572 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:58:32,572 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,574 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:58:32,575 INFO program/MainThread: stderr[60]: 2024-03-01 16:58:32,575 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:58:32,575 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,577 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:58:32,577 INFO program/MainThread: stderr[61]: 2024-03-01 16:58:32,577 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:58:32,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,584 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:32,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,589 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,591 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,586 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe53c08c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,591 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,594 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:58:32,594 INFO program/MainThread: stderr[62]: 2024-03-01 16:58:32,594 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:58:32,597 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:32,598 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:58:32,600 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/ebf77012-eaa7-48c1-8c82-34d4460b7b19', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL', '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': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', 'ID_FS_UUID_ENC': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', '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': '1146472784'} ; 2024-03-01 16:58:32,600 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:32,601 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,603 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:58:32,603 INFO program/MainThread: stderr[63]: 2024-03-01 16:58:32,603 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:58:32,603 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,606 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:58:32,606 INFO program/MainThread: stderr[64]: 2024-03-01 16:58:32,606 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:58:32,606 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,608 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:58:32,609 INFO program/MainThread: stderr[65]: 2024-03-01 16:58:32,609 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:58:32,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,616 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:32,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,620 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,621 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,616 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f9b2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,622 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,624 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:58:32,624 INFO program/MainThread: stderr[66]: 2024-03-01 16:58:32,624 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:58:32,628 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:32,628 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:58:32,631 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-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/fc2d3b72-b7a4-4306-a051-09e4028ae484 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3', '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': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', 'ID_FS_UUID_ENC': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', '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': '1147581147'} ; 2024-03-01 16:58:32,631 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:32,631 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,634 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:58:32,634 INFO program/MainThread: stderr[67]: 2024-03-01 16:58:32,634 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:58:32,634 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,636 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:58:32,636 INFO program/MainThread: stderr[68]: 2024-03-01 16:58:32,636 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:58:32,637 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,639 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:58:32,639 INFO program/MainThread: stderr[69]: 2024-03-01 16:58:32,639 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:58:32,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,646 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:32,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,650 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,652 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,646 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe53c040160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,652 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,655 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:58:32,655 INFO program/MainThread: stderr[70]: 2024-03-01 16:58:32,655 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:58:32,658 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:32,658 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:58:32,661 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/c0a0de61-d663-4f8d-9dda-8a3f9947cd80', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4', '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': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', 'ID_FS_UUID_ENC': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', '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': '1148651712'} ; 2024-03-01 16:58:32,661 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:32,662 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,664 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:58:32,664 INFO program/MainThread: stderr[71]: 2024-03-01 16:58:32,664 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:58:32,664 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,667 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:58:32,667 INFO program/MainThread: stderr[72]: 2024-03-01 16:58:32,667 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:58:32,667 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,669 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:58:32,670 INFO program/MainThread: stderr[73]: 2024-03-01 16:58:32,670 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:58:32,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,677 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:32,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,680 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,682 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:32,677 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f582b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7fe537f49f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:32,683 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:32,685 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:58:32,685 INFO program/MainThread: stderr[74]: 2024-03-01 16:58:32,685 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:58:32,689 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:32,689 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:58:32,692 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/eb335e17-9c4c-4a4f-84b3-17ae5d3d418b ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN', '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': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', 'ID_FS_UUID_ENC': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', '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': '1150371330'} ; 2024-03-01 16:58:32,692 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:32,692 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:32,694 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:58:32,695 INFO program/MainThread: stderr[75]: 2024-03-01 16:58:32,695 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:58:32,695 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:32,697 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:58:32,697 INFO program/MainThread: stderr[76]: 2024-03-01 16:58:32,697 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:58:32,697 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:32,700 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:58:32,700 INFO program/MainThread: stderr[77]: 2024-03-01 16:58:32,700 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:58:32,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,707 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:32,709 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:32,710 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:32,710 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:32,711 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:32,707 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f40bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7fe537fb6c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:32,712 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:32,714 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:58:32,714 INFO program/MainThread: stderr[78]: 2024-03-01 16:58:32,714 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:58:32,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:32,718 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:58:32,721 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-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H ' '/dev/disk/by-uuid/5521c72d-f35c-430a-81f6-4c60eb6b608c', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H', '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': '5521c72d-f35c-430a-81f6-4c60eb6b608c', 'ID_FS_UUID_ENC': '5521c72d-f35c-430a-81f6-4c60eb6b608c', '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': '1150822237'} ; 2024-03-01 16:58:32,721 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:32,721 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:32,723 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:58:32,723 INFO program/MainThread: stderr[79]: 2024-03-01 16:58:32,724 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:58:32,724 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:32,726 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:58:32,726 INFO program/MainThread: stderr[80]: 2024-03-01 16:58:32,726 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:58:32,726 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:32,729 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:58:32,729 INFO program/MainThread: stderr[81]: 2024-03-01 16:58:32,729 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:58:32,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,736 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:32,738 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:32,739 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:32,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:32,740 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:32,736 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f40340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe537fb6c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:32,741 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:32,743 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:58:32,743 INFO program/MainThread: stderr[82]: 2024-03-01 16:58:32,743 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:58:32,747 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:32,747 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:58:32,750 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/fe773b81-9467-4e78-a347-b7de6d151cbe', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK', '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': 'fe773b81-9467-4e78-a347-b7de6d151cbe', 'ID_FS_UUID_ENC': 'fe773b81-9467-4e78-a347-b7de6d151cbe', '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': '1152514343'} ; 2024-03-01 16:58:32,750 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:32,750 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:32,752 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:58:32,752 INFO program/MainThread: stderr[83]: 2024-03-01 16:58:32,753 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:58:32,753 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:32,755 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:58:32,755 INFO program/MainThread: stderr[84]: 2024-03-01 16:58:32,755 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:58:32,755 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:32,758 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:58:32,758 INFO program/MainThread: stderr[85]: 2024-03-01 16:58:32,758 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:58:32,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,765 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:32,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:32,768 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:32,768 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:32,769 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:32,765 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f9cdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7fe53c08c6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:32,769 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:32,772 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:58:32,772 INFO program/MainThread: stderr[86]: 2024-03-01 16:58:32,772 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:58:32,775 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:32,775 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:58:32,778 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/3c21207e-15e6-4cec-9068-0bfc14db2dc3 ' '/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-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD', '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': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', 'ID_FS_UUID_ENC': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', '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': '1153007998'} ; 2024-03-01 16:58:32,778 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:32,779 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:32,781 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:58:32,781 INFO program/MainThread: stderr[87]: 2024-03-01 16:58:32,781 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:58:32,781 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:32,784 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:58:32,784 INFO program/MainThread: stderr[88]: 2024-03-01 16:58:32,784 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:58:32,784 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:32,786 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:58:32,787 INFO program/MainThread: stderr[89]: 2024-03-01 16:58:32,787 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:58:32,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,793 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:32,796 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:32,796 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:32,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:32,797 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:32,794 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe537f9cf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7fe53c08c6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:32,798 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:32,800 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:58:32,800 INFO program/MainThread: stderr[90]: 2024-03-01 16:58:32,801 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:58:32,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:32,804 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:32,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:32,816 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:32,833 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:32,834 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:32,837 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:32,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,843 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:32,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:32,846 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:32,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,854 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:32,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:32,857 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:32,859 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:32,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,864 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:32,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:32,867 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:32,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,875 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:32,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:32,878 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:32,881 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:32,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,886 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:32,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:32,889 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:32,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,897 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:32,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:32,900 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:35,917 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xmasa7en/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:35,952 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,953 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:35,956 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:35,956 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:58:35,956 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:35,956 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:35,960 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:35,961 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:35,964 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,964 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:35,967 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,967 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:35,970 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,970 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:35,980 INFO program/MainThread: stdout: 2024-03-01 16:58:35,981 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:35,981 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe 2024-03-01 16:58:35,981 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 2024-03-01 16:58:35,981 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c21207e-15e6-4cec-9068-0bfc14db2dc3 2024-03-01 16:58:35,981 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP 2024-03-01 16:58:35,981 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O 2024-03-01 16:58:35,981 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs eb335e17-9c4c-4a4f-84b3-17ae5d3d418b 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5521c72d-f35c-430a-81f6-4c60eb6b608c 2024-03-01 16:58:35,981 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M 2024-03-01 16:58:35,981 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE 2024-03-01 16:58:35,981 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA 2024-03-01 16:58:35,981 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1f9757f7-203c-44ce-82bd-0d351c83ea4b 2024-03-01 16:58:35,981 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs ebf77012-eaa7-48c1-8c82-34d4460b7b19 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 2024-03-01 16:58:35,981 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 2024-03-01 16:58:35,981 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 2024-03-01 16:58:35,981 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 2024-03-01 16:58:35,981 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 2024-03-01 16:58:35,981 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,981 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,981 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:35,981 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:35,981 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:35,982 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe sdb 1073741824 root disk brw-rw---- LVM2_member cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs fe773b81-9467-4e78-a347-b7de6d151cbe `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c21207e-15e6-4cec-9068-0bfc14db2dc3 sdc 1073741824 root disk brw-rw---- LVM2_member VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP sdd 1073741824 root disk brw-rw---- LVM2_member KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O |-test_vg2-lv4 641728512 root disk brw-rw---- xfs eb335e17-9c4c-4a4f-84b3-17ae5d3d418b `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5521c72d-f35c-430a-81f6-4c60eb6b608c sde 1073741824 root disk brw-rw---- LVM2_member 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M sdf 1073741824 root disk brw-rw---- LVM2_member u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE sdg 1073741824 root disk brw-rw---- LVM2_member TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1f9757f7-203c-44ce-82bd-0d351c83ea4b |-test_vg3-lv7 427819008 root disk brw-rw---- xfs ebf77012-eaa7-48c1-8c82-34d4460b7b19 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 sdh 1073741824 root disk brw-rw---- LVM2_member fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs fc2d3b72-b7a4-4306-a051-09e4028ae484 sdi 1073741824 root disk brw-rw---- LVM2_member SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 sdj 1073741824 root disk brw-rw---- LVM2_member wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs c0a0de61-d663-4f8d-9dda-8a3f9947cd80 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:35,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:35,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:35,982 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:35,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:35,982 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:35,983 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:35,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:35,995 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:36,012 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:36,016 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/lvm-pv-uuid-B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy', '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': 'B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy', 'ID_FS_UUID_ENC': 'B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:58:36,016 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:36,016 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:36,059 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:36,059 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:36,059 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:36,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,070 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:36,072 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:36,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:36,077 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:36,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:36,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:36,081 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:36,084 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:36,084 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:58:36,087 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:36,088 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,088 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:36,088 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679bddc8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:58:36,091 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:36,095 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,095 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:36,098 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,098 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:36,101 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,101 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:36,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,105 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:36,107 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:36,108 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:36,108 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:36,140 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:36,140 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4. WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (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:36,140 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:36,141 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:36,145 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy ; label: None ; device: /dev/sda ; serial: 360014055f23320e64d340179c71cec8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; pe_start: 8 MiB ; 2024-03-01 16:58:36,145 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:36,148 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:36,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:36,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,159 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:36,195 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:36,195 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4. WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (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:36,196 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:36,196 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:36,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:36,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:36,205 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:36,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:36,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:36,208 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:36,244 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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:36,245 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4. WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (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:36,245 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:36,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:36,249 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:36,252 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:36,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:36,258 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:36,258 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:36,261 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8', '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': 'cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4', 'ID_FS_UUID_ENC': 'cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:58:36,261 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:36,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,272 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:36,272 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:36,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:36,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:36,275 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:36,278 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:36,278 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:36,281 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:36,281 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,282 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:36,282 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679aca5a00) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:58:36,285 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:36,288 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,288 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:36,291 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,291 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:36,293 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,294 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:36,296 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,297 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:36,299 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:36,299 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:36,299 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:36,336 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:36,337 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (last written to /dev/sdc). 2024-03-01 16:58:36,337 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:36,337 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:36,341 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 ; label: None ; device: /dev/sdb ; serial: 36001405e322c7146a20442ba42ab82f8 ; exists: True ; vg_name: test_vg1 ; vg_uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:58:36,341 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:36,344 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:36,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:36,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:36,355 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:36,358 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:36,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:36,363 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:36,397 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:36,398 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP. WARNING: VG test_vg1 is missing PV VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP (last written to /dev/sdc). 2024-03-01 16:58:36,398 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:36,398 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:36,398 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:36,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:58:36,402 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:36,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,413 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:36,413 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:36,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:36,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:36,416 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:36,419 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:36,419 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:36,422 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:36,423 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,423 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:36,423 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679ac06c40) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:58:36,426 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:36,426 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:36,429 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:58:36,429 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:36,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,439 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:36,440 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:36,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:36,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:36,443 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:36,445 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:36,446 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:36,448 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:36,449 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,449 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:36,449 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679ac06d90) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:58:36,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:36,452 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:36,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/lvm-pv-uuid-VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/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': 'VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP', 'ID_FS_UUID_ENC': 'VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:58:36,455 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:36,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:36,466 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:36,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:36,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:36,468 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:36,471 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:36,472 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:36,474 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:36,475 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,475 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:36,475 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679ac1b460) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:58:36,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:36,481 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,481 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:36,484 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,484 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:36,487 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,487 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:36,490 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,490 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:36,492 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:36,492 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:36,492 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 16:58:36,526 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=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:36,526 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:36,526 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:36,527 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:36,530 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP ; label: None ; device: /dev/sdc ; serial: 36001405c32ab0b6366441ad9b08abd4d ; exists: True ; vg_name: test_vg1 ; vg_uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:36,531 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:36,533 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:36,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:36,542 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:36,545 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:36,547 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:36,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:36,553 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 16:58:36,588 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:36,588 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:36,588 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:36,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:36,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:36,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:36,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:36,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:36,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:36,611 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:36,614 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:36,614 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:36,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:36,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:36,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:36,620 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:36,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:36,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:36,626 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:36,629 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:36,630 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:36,630 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:58:36,630 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:36,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:36,633 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:36,636 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:36,636 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:36,640 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/3c21207e-15e6-4cec-9068-0bfc14db2dc3 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD', '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': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', 'ID_FS_UUID_ENC': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', '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': '1153007998'} ; 2024-03-01 16:58:36,640 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:36,641 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,644 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:36,644 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:36,644 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:36,644 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,646 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:36,646 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:36,646 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:36,647 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,649 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:36,649 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:36,649 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:36,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:36,658 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:36,659 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:36,659 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:36,659 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:36,656 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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:36,660 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,662 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:36,663 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:36,663 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:36,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:36,669 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:36,673 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,673 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:36,676 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,676 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:36,679 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,679 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:36,680 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:36,681 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:36,684 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:36,684 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:36,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:36,687 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:36,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:36,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:36,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:36,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:36,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:36,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:36,708 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:36,711 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:36,711 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:36,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:58:36,715 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:36,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:36,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:36,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:36,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:36,724 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:36,727 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:36,727 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:36,727 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:58:36,727 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:58:36,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:36,730 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:36,733 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:36,734 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:36,737 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/fe773b81-9467-4e78-a347-b7de6d151cbe ' '/dev/disk/by-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK', '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': 'fe773b81-9467-4e78-a347-b7de6d151cbe', 'ID_FS_UUID_ENC': 'fe773b81-9467-4e78-a347-b7de6d151cbe', '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': '1152514343'} ; 2024-03-01 16:58:36,737 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:36,737 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:36,740 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:58:36,740 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:36,740 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:36,740 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:36,743 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:36,743 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:36,743 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:36,743 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:36,745 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:36,745 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:36,745 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:36,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:58:36,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:36,755 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:36,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:36,756 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:36,752 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:36,757 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:36,759 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:36,759 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:36,759 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:36,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:36,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:58:36,769 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,770 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:58:36,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:58:36,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:36,776 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:58:36,779 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:36,779 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:58:36,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:36,782 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:36,782 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:36,785 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/lvm-pv-uuid-KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e', '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': 'KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O', 'ID_FS_UUID_ENC': 'KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:58:36,785 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:36,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,797 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:36,797 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:36,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:36,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:36,800 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:36,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:36,803 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:36,806 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:36,806 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,806 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:58:36,806 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679ac1a4f0) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:58:36,809 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:36,812 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,812 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:36,815 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,815 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:36,818 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,818 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:36,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:36,824 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:58:36,824 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:36,824 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdc,/dev/sdb ... 2024-03-01 16:58:36,857 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:36,858 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M. WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:36,858 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:36,858 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:58:36,862 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O ; label: None ; device: /dev/sdd ; serial: 36001405e1b30555003e4ca3960f7405e ; exists: True ; vg_name: test_vg2 ; vg_uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:58:36,862 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:58:36,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:36,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:36,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,876 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdc,/dev/sdb ... 2024-03-01 16:58:36,910 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 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=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:36,910 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M. WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:36,910 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:36,910 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:36,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:58:36,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:36,918 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:36,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:58:36,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:36,921 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdc,/dev/sdb ... 2024-03-01 16:58:36,954 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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:36,955 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M. WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:36,955 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:36,959 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:58:36,959 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:58:36,962 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:58:36,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:36,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:36,968 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:36,968 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:36,971 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/lvm-pv-uuid-0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', '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': '0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M', 'ID_FS_UUID_ENC': '0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:58:36,971 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:36,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,982 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:36,983 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:36,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:58:36,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:58:36,986 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:36,988 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:36,988 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:36,991 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:36,992 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,992 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:58:36,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679ac062e0) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:58:36,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:36,998 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,998 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:58:37,001 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,001 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:58:37,004 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,004 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:58:37,007 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,007 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:58:37,010 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:58:37,010 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:37,010 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/sde,/dev/sdd,/dev/sdc ... 2024-03-01 16:58:37,048 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:37,048 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:37,048 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:37,048 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:58:37,052 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M ; label: None ; device: /dev/sde ; serial: 36001405b83a821e5a07417daf389f144 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:37,052 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:58:37,055 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:37,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:37,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:37,066 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:37,069 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:58:37,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:37,074 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/sde,/dev/sdd,/dev/sdc ... 2024-03-01 16:58:37,109 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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:37,110 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE. WARNING: VG test_vg2 is missing PV u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE (last written to /dev/sdf). 2024-03-01 16:58:37,110 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:37,110 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:37,110 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:37,114 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/lvm-pv-uuid-u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8', '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': 'u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE', 'ID_FS_UUID_ENC': 'u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:58:37,114 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:37,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,126 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:37,126 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:37,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:58:37,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:58:37,129 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:37,132 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:37,132 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:37,135 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:37,135 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:37,136 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:58:37,136 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679bddc820) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:58:37,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:37,142 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,142 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:58:37,145 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,145 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:58:37,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:58:37,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,151 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:58:37,153 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:58:37,153 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:37,153 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,187 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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:37,187 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:37,187 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:37,187 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:58:37,191 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE ; label: None ; device: /dev/sdf ; serial: 360014056869f680ddd240c9a3ecdded8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:37,192 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:58:37,194 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:37,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:37,203 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:37,205 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:37,208 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:58:37,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:37,214 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,247 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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:37,247 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:37,248 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:37,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:37,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:58:37,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:37,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:58:37,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:37,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:37,270 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:37,273 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:37,273 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:37,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:58:37,276 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:37,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:37,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:58:37,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:37,285 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:37,285 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:37,288 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:37,289 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:37,289 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:37,289 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:58:37,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:37,292 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:37,295 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:37,295 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:37,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/5521c72d-f35c-430a-81f6-4c60eb6b608c ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H', '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': '5521c72d-f35c-430a-81f6-4c60eb6b608c', 'ID_FS_UUID_ENC': '5521c72d-f35c-430a-81f6-4c60eb6b608c', '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': '1150822237'} ; 2024-03-01 16:58:37,299 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:37,299 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,302 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:58:37,302 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:37,302 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:37,302 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,304 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:58:37,304 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:37,304 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:37,305 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,307 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:58:37,307 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:37,307 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:37,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:58:37,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,317 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:37,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,317 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:37,314 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:37,318 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,320 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:58:37,320 INFO program/MainThread: stderr[29]: 2024-03-01 16:58:37,320 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:37,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:37,327 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,327 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:58:37,330 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,330 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:58:37,333 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,333 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:58:37,336 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,337 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:58:37,337 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:58:37,340 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:37,341 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:58:37,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:37,344 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:37,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:37,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:58:37,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:37,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:58:37,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:37,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:37,364 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:37,367 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:37,367 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:37,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:58:37,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:37,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:37,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:37,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:37,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:37,380 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:37,383 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:37,383 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:37,383 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:58:37,383 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:58:37,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:37,386 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:37,389 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:37,389 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:37,393 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/eb335e17-9c4c-4a4f-84b3-17ae5d3d418b ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN', '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': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', 'ID_FS_UUID_ENC': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', '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': '1150371330'} ; 2024-03-01 16:58:37,393 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:37,393 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,396 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:58:37,396 INFO program/MainThread: stderr[30]: 2024-03-01 16:58:37,396 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:37,396 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,398 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:58:37,398 INFO program/MainThread: stderr[31]: 2024-03-01 16:58:37,398 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:37,398 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,401 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:58:37,401 INFO program/MainThread: stderr[32]: 2024-03-01 16:58:37,401 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:37,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:58:37,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,411 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:37,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,412 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:37,408 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:37,412 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,415 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:58:37,415 INFO program/MainThread: stderr[33]: 2024-03-01 16:58:37,415 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:37,418 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:37,422 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,422 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:58:37,425 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,425 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:58:37,428 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,428 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:58:37,431 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,431 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:58:37,432 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:58:37,435 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:37,435 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:58:37,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:37,438 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:37,438 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:37,441 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/lvm-pv-uuid-TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', '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': 'TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA', 'ID_FS_UUID_ENC': 'TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:58:37,441 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:37,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,452 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:37,453 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:37,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:58:37,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:58:37,456 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:37,458 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:37,459 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:37,461 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:37,462 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:37,462 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:58:37,462 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679ac1a040) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:58:37,465 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:37,468 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,468 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:58:37,471 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,471 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:58:37,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:58:37,477 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,477 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:58:37,479 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:58:37,479 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:37,480 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/sdb,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,520 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:37,521 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV. WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,521 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:37,521 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:58:37,525 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA ; label: None ; device: /dev/sdg ; serial: 36001405c5fc99c94c224b4fa3bfcd0d4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:58:37,525 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:58:37,528 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:37,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:37,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,539 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/sdb,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,579 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 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=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:37,580 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV. WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,580 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:37,580 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:37,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:58:37,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:37,587 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:37,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:58:37,590 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:37,591 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/sdb,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,635 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:37,636 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV. WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,636 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:37,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:58:37,641 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:58:37,643 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:58:37,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:37,649 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:37,649 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:37,652 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/lvm-pv-uuid-fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', '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': 'fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV', 'ID_FS_UUID_ENC': 'fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:58:37,652 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:37,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,664 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:37,664 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:37,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:58:37,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:58:37,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:37,670 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:37,670 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:37,673 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:37,673 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:37,673 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:58:37,673 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679abd0370) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:58:37,676 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:37,679 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,679 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:58:37,682 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,682 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:58:37,685 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,685 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:58:37,688 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,688 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:58:37,691 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:58:37,691 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:37,691 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/sda,/dev/sdb,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,723 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:37,723 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,723 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:37,724 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:58:37,728 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV ; label: None ; device: /dev/sdh ; serial: 3600140530ed03f19ead49c0961a34425 ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; 2024-03-01 16:58:37,728 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:58:37,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:37,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:37,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:37,742 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:37,744 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:58:37,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:37,750 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/sda,/dev/sdb,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,790 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:37,791 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X. WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,791 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:37,791 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:37,791 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:37,795 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7', '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': 'SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X', 'ID_FS_UUID_ENC': 'SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:58:37,795 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:37,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,807 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:37,808 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:37,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:58:37,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:58:37,811 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:37,813 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:37,814 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:37,816 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:37,817 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:37,817 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:58:37,817 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679abd3220) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:58:37,820 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:37,823 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,823 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:58:37,826 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,826 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:58:37,829 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,829 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:58:37,832 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,832 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:58:37,835 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:58:37,835 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:37,835 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/sda,/dev/sdb,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,872 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:37,872 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,873 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:37,873 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:58:37,877 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X ; label: None ; device: /dev/sdi ; serial: 3600140560af2662901d4f47896ce0d8b ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; 2024-03-01 16:58:37,877 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:58:37,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:37,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:37,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:37,891 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:37,894 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:58:37,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:37,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:37,899 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/sda,/dev/sdb,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:37,939 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:37,939 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8. WARNING: VG test_vg3 is missing PV wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 (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:37,939 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:37,939 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:37,939 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:37,944 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/lvm-pv-uuid-wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/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': 'wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8', 'ID_FS_UUID_ENC': 'wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:58:37,944 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:37,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:37,956 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:37,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:58:37,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:58:37,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:37,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:37,962 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:37,965 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:37,965 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:37,966 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:58:37,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679abd4910) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:58:37,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:37,971 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:37,972 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:58:37,974 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:37,975 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:58:37,977 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,977 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:58:37,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:37,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:58:37,983 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:58:37,983 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:37,983 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:38,015 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=B0UuXj-uWk7-ZFI1-cGdK-c5gU-xw90-laA1Wy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=cefjHY-fSy6-KeIL-1Y1M-IdPI-1Iat-CkWoX4 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=VrJHfS-O9T0-RFuG-55JL-BPfk-GGz5-Gd8kuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE LVM2_VG_SIZE=3196059648 LVM2_VG_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=KTRoaW-Qj7x-HY6e-gQik-8KIb-qC6i-5pKc8O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=0qwVag-8S1P-zBdb-8U4f-2IpG-aOzg-Q75k7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=u42qpz-IdV2-Z0M1-cz97-mgTD-4h7h-Kdc2PE LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb 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=TdCahU-jdHy-zrpf-QGxt-5qW3-KOwt-nBW8nA LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=fN3X5X-r1Hl-TLaV-2qQ6-Oeea-Rpd3-6i6teV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=SnR5n0-FPvf-sKCO-IL9U-pFiB-eJa4-1sNO2X LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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=wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j 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:38,016 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:38,016 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:38,016 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:58:38,020 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wjTW0I-r4fo-wO3W-eKy5-Tg4E-HOH1-etejl8 ; label: None ; device: /dev/sdj ; serial: 36001405c1189f9e8c474b3f8309f1759 ; exists: True ; vg_name: test_vg3 ; vg_uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:58:38,020 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:58:38,023 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:38,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:38,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:38,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:38,034 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:38,037 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:58:38,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j ; incomplete: True ; hidden: False ; 2024-03-01 16:58:38,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:38,042 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:38,080 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H 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=7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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=hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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=eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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:38,081 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:38,081 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:38,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:38,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:58:38,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:38,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:58:38,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:38,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:38,103 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:38,107 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:38,107 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:38,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:58:38,110 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:38,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:38,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:58:38,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:38,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:38,119 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:38,122 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:38,123 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:38,123 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:58:38,123 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:58:38,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:38,126 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:38,129 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:38,129 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:38,133 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4 ' '/dev/disk/by-uuid/c0a0de61-d663-4f8d-9dda-8a3f9947cd80', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4', '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': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', 'ID_FS_UUID_ENC': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', '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': '1148651712'} ; 2024-03-01 16:58:38,133 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:38,133 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,136 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:58:38,136 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:38,136 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:38,136 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,138 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:58:38,138 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:38,139 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:38,139 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,141 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:58:38,141 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:38,141 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:38,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:58:38,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,152 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:38,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,153 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:38,149 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,154 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,156 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:58:38,156 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:38,156 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:38,160 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:38,163 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:38,163 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:58:38,166 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:38,166 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:58:38,169 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,169 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:58:38,172 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,172 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:58:38,173 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:58:38,176 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:38,176 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:58:38,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:38,179 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:38,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:58:38,203 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:38,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:58:38,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:38,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:38,209 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:38,212 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:38,213 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:38,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:58:38,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:38,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:38,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:58:38,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:38,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:38,225 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:38,228 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:38,228 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:38,229 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:58:38,229 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:58:38,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:38,232 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:38,234 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:38,235 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:38,238 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/fc2d3b72-b7a4-4306-a051-09e4028ae484 ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3', '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': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', 'ID_FS_UUID_ENC': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', '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': '1147581147'} ; 2024-03-01 16:58:38,238 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:38,238 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,241 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:58:38,242 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:38,242 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:38,242 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,244 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:58:38,244 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:38,244 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:38,244 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,247 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:58:38,247 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:38,247 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:38,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:58:38,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,258 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:38,258 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,259 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:38,255 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,260 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,262 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:58:38,262 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:38,262 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:38,266 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:38,269 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:38,269 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:58:38,272 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:38,272 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:58:38,275 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,275 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:58:38,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:58:38,279 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:58:38,282 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:38,282 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:58:38,285 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:38,285 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:38,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:38,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:58:38,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:38,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:58:38,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:38,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:38,306 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:38,309 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:38,309 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:38,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:58:38,313 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:58:38,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:38,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:58:38,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:38,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:38,322 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:38,325 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:38,325 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:38,326 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:38,326 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:58:38,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:38,329 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:38,331 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:38,332 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:38,335 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/ebf77012-eaa7-48c1-8c82-34d4460b7b19', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL', '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': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', 'ID_FS_UUID_ENC': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', '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': '1146472784'} ; 2024-03-01 16:58:38,335 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:38,335 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,338 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:58:38,338 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:38,338 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:38,338 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,341 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:58:38,341 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:38,341 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:38,341 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,343 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:58:38,343 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:38,344 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:38,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:58:38,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,354 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:38,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,356 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:38,351 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,356 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,359 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:58:38,359 INFO program/MainThread: stderr[54]: 2024-03-01 16:58:38,359 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:58:38,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:38,366 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:38,366 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:58:38,369 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:38,369 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:58:38,372 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,372 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:58:38,375 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,375 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:58:38,376 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:58:38,378 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:38,379 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:58:38,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:38,382 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:38,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:38,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:58:38,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:38,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:58:38,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:38,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:38,403 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:38,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:38,406 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:38,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:58:38,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:58:38,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:38,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:58:38,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:38,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:38,418 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:38,421 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:38,422 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:38,422 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:38,422 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:58:38,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:38,425 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:38,428 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:38,428 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:38,432 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1 ' '/dev/disk/by-uuid/1f9757f7-203c-44ce-82bd-0d351c83ea4b ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1', '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': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', 'ID_FS_UUID_ENC': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', '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': '1146062767'} ; 2024-03-01 16:58:38,432 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:38,432 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,435 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:58:38,435 INFO program/MainThread: stderr[55]: 2024-03-01 16:58:38,435 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:58:38,435 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,438 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:58:38,438 INFO program/MainThread: stderr[56]: 2024-03-01 16:58:38,438 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:58:38,438 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,440 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:58:38,440 INFO program/MainThread: stderr[57]: 2024-03-01 16:58:38,440 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:58:38,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:58:38,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,448 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,454 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,456 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:58:38,456 INFO program/MainThread: stderr[58]: 2024-03-01 16:58:38,456 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:58:38,460 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:38,463 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:38,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:58:38,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:38,466 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:58:38,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:58:38,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:58:38,473 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:58:38,476 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:38,476 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:58:38,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:38,479 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:38,479 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:38,482 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': '22661799'} ; 2024-03-01 16:58:38,482 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:38,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,493 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:38,493 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:38,493 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:38,493 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:38,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:58:38,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:58:38,496 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:38,499 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:38,499 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:38,502 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:38,502 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:38,502 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:58:38,502 INFO blivet/MainThread: got device: DiskDevice instance (0x7f679abbe100) -- 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:38,505 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:38,508 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:38,508 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:58:38,511 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:38,511 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:58:38,514 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,514 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:58:38,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:58:38,520 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:38,523 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:38,525 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:38,531 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 0x7f679bd28240> 2024-03-01 16:58:38,570 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:58:38,574 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:38,574 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:38,578 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': '22663631'} ; 2024-03-01 16:58:38,578 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:38,578 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:38,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,588 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:38,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:38,606 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:58:38,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:58:38,632 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:38,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:58:38,635 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:38,638 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:38,638 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:38,641 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:38,642 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:38,642 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:38,644 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:38,647 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:38,650 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:38,653 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:38,656 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:38,656 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:38,656 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:58:38,657 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:38,656 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f679abc6130) -- 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 0x7f679abe3310> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:38,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:38,663 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:38,663 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:58:38,666 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:38,666 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:58:38,669 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,669 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:58:38,672 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:38,672 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:58:38,672 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:38,675 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:38,675 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:58:38,678 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:38,678 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:38,681 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/1f9757f7-203c-44ce-82bd-0d351c83ea4b', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jeGv6bv0gZudiLFx4Oxc4gIrf8EH7zkZ1', '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': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', 'ID_FS_UUID_ENC': '1f9757f7-203c-44ce-82bd-0d351c83ea4b', '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': '1146062767'} ; 2024-03-01 16:58:38,681 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:38,681 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,684 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:58:38,684 INFO program/MainThread: stderr[59]: 2024-03-01 16:58:38,685 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:58:38,685 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,687 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:58:38,687 INFO program/MainThread: stderr[60]: 2024-03-01 16:58:38,687 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:58:38,687 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,690 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:58:38,690 INFO program/MainThread: stderr[61]: 2024-03-01 16:58:38,690 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:58:38,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,697 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:38,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,702 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,704 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,699 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,704 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:38,707 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:58:38,707 INFO program/MainThread: stderr[62]: 2024-03-01 16:58:38,707 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:58:38,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:38,711 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:58:38,714 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/ebf77012-eaa7-48c1-8c82-34d4460b7b19 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jhNJwOnsqUyxyNEqTLCf9SsxHo13Ey3kL', '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': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', 'ID_FS_UUID_ENC': 'ebf77012-eaa7-48c1-8c82-34d4460b7b19', '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': '1146472784'} ; 2024-03-01 16:58:38,714 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:38,714 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,717 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:58:38,717 INFO program/MainThread: stderr[63]: 2024-03-01 16:58:38,717 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:58:38,717 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,720 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:58:38,720 INFO program/MainThread: stderr[64]: 2024-03-01 16:58:38,720 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:58:38,720 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,722 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:58:38,722 INFO program/MainThread: stderr[65]: 2024-03-01 16:58:38,723 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:58:38,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,730 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:38,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,734 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,735 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,730 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,736 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:38,738 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:58:38,738 INFO program/MainThread: stderr[66]: 2024-03-01 16:58:38,739 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:58:38,742 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:38,742 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:58:38,745 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/fc2d3b72-b7a4-4306-a051-09e4028ae484 ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jrC7vI4M5tsudhW0G5pQYgqLQc1FnnkY3', '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': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', 'ID_FS_UUID_ENC': 'fc2d3b72-b7a4-4306-a051-09e4028ae484', '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': '1147581147'} ; 2024-03-01 16:58:38,745 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:38,745 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,748 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:58:38,748 INFO program/MainThread: stderr[67]: 2024-03-01 16:58:38,748 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:58:38,748 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,750 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:58:38,751 INFO program/MainThread: stderr[68]: 2024-03-01 16:58:38,751 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:58:38,751 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,753 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:58:38,753 INFO program/MainThread: stderr[69]: 2024-03-01 16:58:38,753 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:58:38,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,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:38,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,764 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,766 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,761 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,767 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:38,769 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:58:38,769 INFO program/MainThread: stderr[70]: 2024-03-01 16:58:38,769 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:58:38,773 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:38,773 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:58:38,776 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/c0a0de61-d663-4f8d-9dda-8a3f9947cd80 ' '/dev/disk/by-id/dm-uuid-LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rHGboSMVv2TyezWHGw0mhuuo7jdyfm2jHJ3DU40na7fFsN4LUVc2iNh0312nXxy4', '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': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', 'ID_FS_UUID_ENC': 'c0a0de61-d663-4f8d-9dda-8a3f9947cd80', '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': '1148651712'} ; 2024-03-01 16:58:38,776 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:38,776 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,779 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:58:38,779 INFO program/MainThread: stderr[71]: 2024-03-01 16:58:38,779 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:58:38,779 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,781 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:58:38,781 INFO program/MainThread: stderr[72]: 2024-03-01 16:58:38,781 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:58:38,782 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,784 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:58:38,784 INFO program/MainThread: stderr[73]: 2024-03-01 16:58:38,784 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:58:38,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,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:38,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,795 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,797 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:38,792 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38,797 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:38,800 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:58:38,800 INFO program/MainThread: stderr[74]: 2024-03-01 16:58:38,800 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:58:38,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:38,804 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:58:38,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-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN ' '/dev/disk/by-uuid/eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb7OkaH0cftNim3j2IRBYhhlpG6O0ENavN', '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': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', 'ID_FS_UUID_ENC': 'eb335e17-9c4c-4a4f-84b3-17ae5d3d418b', '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': '1150371330'} ; 2024-03-01 16:58:38,807 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:38,807 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:38,810 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:58:38,810 INFO program/MainThread: stderr[75]: 2024-03-01 16:58:38,810 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:58:38,810 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:38,812 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:58:38,812 INFO program/MainThread: stderr[76]: 2024-03-01 16:58:38,812 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:58:38,813 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:38,815 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:58:38,815 INFO program/MainThread: stderr[77]: 2024-03-01 16:58:38,815 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:58:38,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,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:38,825 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,825 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:38,826 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,826 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:38,822 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:38,827 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:38,829 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:58:38,829 INFO program/MainThread: stderr[78]: 2024-03-01 16:58:38,830 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:58:38,833 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:38,833 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:58:38,836 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/5521c72d-f35c-430a-81f6-4c60eb6b608c ' '/dev/disk/by-id/dm-uuid-LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-IIVH43LfNCEEgWjvcDpib7UXmrlrqzfb6uryYewsMUDkF6QUVbbvgiOsul1Iz80H', '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': '5521c72d-f35c-430a-81f6-4c60eb6b608c', 'ID_FS_UUID_ENC': '5521c72d-f35c-430a-81f6-4c60eb6b608c', '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': '1150822237'} ; 2024-03-01 16:58:38,836 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:38,836 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:38,839 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:58:38,839 INFO program/MainThread: stderr[79]: 2024-03-01 16:58:38,839 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:58:38,839 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:38,841 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:58:38,842 INFO program/MainThread: stderr[80]: 2024-03-01 16:58:38,842 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:58:38,842 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:38,844 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:58:38,844 INFO program/MainThread: stderr[81]: 2024-03-01 16:58:38,844 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:58:38,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,852 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:38,854 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,855 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:38,855 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,856 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:38,852 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:38,856 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:38,859 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:58:38,859 INFO program/MainThread: stderr[82]: 2024-03-01 16:58:38,859 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:58:38,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:38,863 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:58:38,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/fe773b81-9467-4e78-a347-b7de6d151cbe ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSEpNyWSCbKDW8aR5ICHrhSHJAVMkQ8d0PK', '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': 'fe773b81-9467-4e78-a347-b7de6d151cbe', 'ID_FS_UUID_ENC': 'fe773b81-9467-4e78-a347-b7de6d151cbe', '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': '1152514343'} ; 2024-03-01 16:58:38,866 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:38,866 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:38,868 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:58:38,868 INFO program/MainThread: stderr[83]: 2024-03-01 16:58:38,869 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:58:38,869 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:38,871 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:58:38,871 INFO program/MainThread: stderr[84]: 2024-03-01 16:58:38,871 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:58:38,871 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:38,874 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:58:38,874 INFO program/MainThread: stderr[85]: 2024-03-01 16:58:38,874 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:58:38,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,881 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:38,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,884 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:38,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,885 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:38,881 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:38,886 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:38,888 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:58:38,888 INFO program/MainThread: stderr[86]: 2024-03-01 16:58:38,888 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:58:38,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:38,892 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:58:38,895 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/3c21207e-15e6-4cec-9068-0bfc14db2dc3 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h3bO4IdetG4OB6TUEaeWIGEZfTqhehSErDUm5ZVzkgsQo0fW13uIAgFYm2erHzjD', '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': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', 'ID_FS_UUID_ENC': '3c21207e-15e6-4cec-9068-0bfc14db2dc3', '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': '1153007998'} ; 2024-03-01 16:58:38,895 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:38,895 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:38,898 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:58:38,898 INFO program/MainThread: stderr[87]: 2024-03-01 16:58:38,898 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:58:38,898 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:38,900 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:58:38,901 INFO program/MainThread: stderr[88]: 2024-03-01 16:58:38,901 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:58:38,901 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:38,903 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:58:38,903 INFO program/MainThread: stderr[89]: 2024-03-01 16:58:38,903 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:58:38,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,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:38,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,913 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:38,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,914 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:38,910 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:38,915 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:38,917 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:58:38,917 INFO program/MainThread: stderr[90]: 2024-03-01 16:58:38,917 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:58:38,921 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:38,921 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:38,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:38,933 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:38,950 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:38,951 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:38,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:38,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,960 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:38,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:38,963 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:38,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:38,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,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:58:38,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:38,974 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:38,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:58:38,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,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:38,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:38,985 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:38,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:38,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:38,996 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:38,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:39,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,004 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:39,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:39,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:39,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:39,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,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:39,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:39,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:39,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,023 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:58:39,023 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,023 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,024 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,024 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,024 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,025 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,025 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,025 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,026 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,026 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,026 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,027 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:39,032 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:58:39,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:58:39,037 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:58:39,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:58:39,042 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:58:39,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,048 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:39,048 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:39,050 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,051 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,052 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,055 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,056 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,059 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,060 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,063 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,064 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,067 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,068 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,071 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,072 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,075 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,076 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,079 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,080 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,080 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,083 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,084 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,087 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,088 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,091 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,092 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,095 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,096 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,100 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,100 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,104 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,104 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,105 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,107 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,108 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,109 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,111 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,112 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,113 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,115 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,116 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,116 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,117 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,119 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,120 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,121 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,124 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,124 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,125 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,127 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,128 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,128 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,129 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,132 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,133 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,135 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,136 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,136 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,137 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,139 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,140 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,140 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,141 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,143 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,144 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,145 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,147 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,148 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,148 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,149 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,151 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,152 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,152 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,153 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,156 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,156 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,157 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,160 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,160 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,161 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,164 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,164 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,165 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,168 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,168 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,169 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,172 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,173 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,175 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,176 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,177 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:39,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rDUm5Z-Vzkg-sQo0-fW13-uIAg-FYm2-erHzjD 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,178 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:58:39,180 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:39,180 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,181 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 16:58:39,184 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:58:39,184 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:39,184 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 16:58:39,187 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:58:39,188 INFO program/MainThread: stderr[91]: 2024-03-01 16:58:39,188 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:58:39,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 16:58:39,192 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:58:39,192 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:39,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,197 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:39,198 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:39,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,200 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,201 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,204 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,205 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,207 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,208 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,210 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,211 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,212 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,214 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,214 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,215 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,217 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,218 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,218 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,219 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,221 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,221 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,222 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,225 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,226 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,229 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,229 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,229 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,232 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,233 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,236 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,236 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,239 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,240 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,242 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,243 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,243 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,240 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,246 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,246 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,246 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,244 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,253 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,254 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,257 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,257 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,260 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,261 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,263 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,264 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,264 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,267 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,268 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,271 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,271 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,274 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,275 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,278 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,278 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,281 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,282 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,285 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,285 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,285 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,288 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,289 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,286 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,295 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,298 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,299 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,299 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,302 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,302 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,302 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,303 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,306 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,306 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,309 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:39,310 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:39,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pNyWSC-bKDW-8aR5-ICHr-hSHJ-AVMk-Q8d0PK 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 (0x7f679accd6d0) -- 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 = h3bO4I-detG-4OB6-TUEa-eWIG-EZfT-qhehSE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:39,310 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:58:39,313 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:39,313 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 16:58:39,317 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:58:39,317 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:39,320 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:39,320 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 16:58:39,320 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:39,320 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 16:58:39,320 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:58:39,323 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:58:39,323 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,326 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:39,329 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:39,331 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:39,331 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:58:39,331 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:39,332 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:58:39,332 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:58:39,334 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,334 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 16:58:39,337 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,337 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:39,337 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:58:39,337 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:58:39,340 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,340 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:58:39,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,343 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:39,343 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:58:39,343 DEBUG blivet/MainThread: removing sda 2024-03-01 16:58:39,345 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,346 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 16:58:39,348 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,348 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:39,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,354 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:58:39,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,355 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,355 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,355 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:39,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 16:58:39,363 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:58:39,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 16:58:39,368 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:58:39,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 16:58:39,373 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:58:39,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,378 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:39,379 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:39,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,381 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,382 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,385 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,385 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,386 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,386 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,389 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,389 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,390 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,390 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,392 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,393 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,393 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,394 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,396 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,397 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,397 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,398 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,400 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,401 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,401 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,402 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,404 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,405 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,405 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,406 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,403 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,408 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,409 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,409 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,410 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,412 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,413 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,413 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,414 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,416 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,417 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,417 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,418 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,420 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,421 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,421 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,422 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,418 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,424 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,425 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,425 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,426 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,428 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,429 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,429 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,430 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,432 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,433 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,433 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,434 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,436 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,437 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,437 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,438 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,440 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,441 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,441 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,442 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,444 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,445 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,445 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,446 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,448 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,449 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,449 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,449 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,452 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,452 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,453 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,453 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,456 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,456 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,457 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,457 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,460 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,460 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,461 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,461 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,464 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,464 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,465 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,465 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,468 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,468 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,469 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,469 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,466 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,472 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,472 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,473 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,473 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,476 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,477 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,477 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,480 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,480 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,481 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,484 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,484 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,485 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,485 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,488 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,488 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,488 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,489 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,492 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,492 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,493 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,495 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,496 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,496 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,497 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,500 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,500 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,501 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,503 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,504 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,505 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:39,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6uryYe-wsMU-DkF6-QUVb-bvgi-Osul-1Iz80H size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,506 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:58:39,508 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:39,508 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 16:58:39,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:58:39,511 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:39,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 16:58:39,515 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 16:58:39,515 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:39,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,520 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:39,520 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:39,522 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,523 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,523 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,523 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,526 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,526 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,527 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,527 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,529 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,530 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,530 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,531 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,533 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,533 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,534 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,534 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,536 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,537 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,537 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,537 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,540 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,540 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,540 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,541 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,543 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,544 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,544 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,544 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,546 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,547 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,548 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,545 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,550 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,551 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,551 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,553 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,554 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,555 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,557 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,557 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,558 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,558 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,555 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,560 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,561 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,562 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,564 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,565 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,567 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,568 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,568 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,571 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,571 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,571 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,572 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,574 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,575 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,575 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,575 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,577 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,578 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,578 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,579 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,581 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,582 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,585 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,586 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,588 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,589 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,589 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,586 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,591 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,592 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,592 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,593 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,595 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,595 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,595 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,596 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,598 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,599 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,599 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,599 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,602 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,603 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,605 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,606 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,606 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,606 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,608 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,609 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,609 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,610 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,612 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,612 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,613 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,613 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,615 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,616 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,616 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,617 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,619 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,619 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,620 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,620 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,622 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,623 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,623 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,624 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,626 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,626 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,626 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,627 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,629 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,630 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,630 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:39,630 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:39,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 7OkaH0-cftN-im3j-2IRB-Yhhl-pG6O-0ENavN 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 (0x7f679ac35c10) -- 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 = IIVH43-LfNC-EEgW-jvcD-pib7-UXmr-lrqzfb size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,631 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:58:39,633 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:39,634 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 16:58:39,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:58:39,637 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:39,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:39,640 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 16:58:39,640 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:39,640 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 16:58:39,640 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:58:39,642 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 16:58:39,643 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,646 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:39,648 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:39,651 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:39,651 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 16:58:39,651 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:39,651 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:58:39,651 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:58:39,654 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,654 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 16:58:39,656 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,656 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:39,657 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:58:39,657 DEBUG blivet/MainThread: removing sde 2024-03-01 16:58:39,659 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,659 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:58:39,662 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,662 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:39,662 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:58:39,662 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:58:39,664 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,665 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 16:58:39,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,667 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:39,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,673 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:58:39,673 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,674 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,674 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,674 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,675 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,675 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,676 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,676 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,676 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,677 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,677 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,678 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:39,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 16:58:39,683 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:58:39,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 16:58:39,688 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:58:39,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 16:58:39,693 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:58:39,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 16:58:39,698 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:58:39,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,703 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:39,704 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:39,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,707 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,708 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,712 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,714 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,718 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,719 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,722 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,723 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,724 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,728 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,729 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,729 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,733 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,735 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,739 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,740 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,744 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,745 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,749 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,750 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,754 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,756 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,759 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,761 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,765 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,766 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,770 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,771 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,775 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,776 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,779 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,780 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,782 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,785 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,787 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,791 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,792 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,796 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,797 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,801 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,802 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,806 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,808 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,811 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,813 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,817 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,818 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,822 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,823 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,827 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,828 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,832 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,833 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,837 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,839 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,842 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,844 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,848 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,849 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,853 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,854 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,858 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,859 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,863 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,864 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,868 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,869 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:39,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679abd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HJ3DU4-0na7-fFsN-4LUV-c2iN-h031-2nXxy4 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,870 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:58:39,873 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:39,873 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 16:58:39,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:58:39,876 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:39,879 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 16:58:39,879 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 16:58:39,879 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:39,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,884 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:39,885 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:39,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,888 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,889 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,893 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,894 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,897 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,899 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,902 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,903 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,907 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,908 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,912 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,913 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,917 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,918 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,921 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,923 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,918 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,926 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,927 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,931 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,932 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,936 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,937 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,941 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,942 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,945 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,947 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,942 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,950 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,951 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,947 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,955 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,956 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,960 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,961 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,964 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,966 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,969 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,970 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,974 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,975 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,979 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,980 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,984 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,985 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,988 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,990 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,992 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,993 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,994 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,998 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,999 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:39,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,003 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,004 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,007 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,009 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,012 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,013 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,013 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,009 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,017 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,017 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,018 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,022 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,023 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,019 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,027 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,028 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,031 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,032 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,036 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,037 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:40,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac82160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rC7vI4-M5ts-udhW-0G5p-QYgq-LQc1-FnnkY3 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 (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,038 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:58:40,040 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:40,041 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 16:58:40,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:58:40,044 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:40,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:58:40,047 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 16:58:40,047 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:40,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,052 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:40,052 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:40,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,055 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,056 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,060 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,061 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,064 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,065 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,068 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,069 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,073 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,074 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,077 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,078 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,081 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,082 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,086 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,087 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,090 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,091 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,095 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,096 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,099 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,100 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,103 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,104 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,104 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,108 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,109 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,112 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,113 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,116 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,117 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,121 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,122 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,125 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,126 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,129 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,131 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,134 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,135 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,138 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,139 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,143 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,144 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,147 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,148 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,151 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,152 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,155 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,156 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,157 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,160 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,160 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,161 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,164 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,166 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,169 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,170 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,173 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,174 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,177 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,179 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,182 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,183 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,186 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,187 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,191 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,192 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:40,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679ac1a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hNJwOn-sqUy-xyNE-qTLC-f9Ss-xHo1-3Ey3kL size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,192 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:58:40,195 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:40,195 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:58:40,198 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:58:40,198 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:40,201 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 16:58:40,201 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,206 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:40,206 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:40,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,209 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,210 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,213 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,214 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,217 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,218 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,221 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,222 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,225 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,226 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,229 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,230 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,233 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,234 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,236 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,237 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,238 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,241 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,242 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,245 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,246 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,249 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,250 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,253 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,253 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,250 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,256 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,257 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,260 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,261 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,264 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,265 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,268 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,269 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,272 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,273 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,276 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,277 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,280 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,281 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,284 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,285 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,288 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,289 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,292 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,293 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,296 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,297 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,300 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,301 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,304 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,304 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,307 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,308 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,311 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,312 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,315 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,316 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,319 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,320 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,323 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,324 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,327 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,328 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,331 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:40,332 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:40,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f679accd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eGv6bv-0gZu-diLF-x4Ox-c4gI-rf8E-H7zkZ1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f679abc7f40) -- 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 = rHGboS-MVv2-Tyez-WHGw-0mhu-uo7j-dyfm2j size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:40,332 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:58:40,335 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:40,335 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:58:40,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:58:40,338 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:58:40,341 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 16:58:40,341 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,342 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 16:58:40,342 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:58:40,344 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 16:58:40,344 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,347 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:40,350 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:40,353 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:40,355 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:40,355 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 16:58:40,355 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:40,355 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:58:40,355 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:58:40,358 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,358 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 16:58:40,361 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,361 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:40,361 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:58:40,361 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:58:40,364 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,364 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 16:58:40,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,367 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:40,367 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 16:58:40,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,372 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:40,372 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:58:40,372 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:58:40,374 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,375 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:58:40,377 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,377 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:40,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,391 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,417 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,436 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,437 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,448 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,467 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:40,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,479 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,498 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:40,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,511 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,530 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:40,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,543 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,562 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:40,563 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,575 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,594 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:40,595 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,606 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,625 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:40,626 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,637 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,656 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:40,657 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:40,659 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:40,659 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:40,659 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:40,659 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:58:40,660 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:58:40,663 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:40,665 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:40,668 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:58:40,668 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:58:40,671 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:40,671 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 0x7f679ab4b950> 2024-03-01 16:58:40,671 INFO blivet/MainThread: sorting actions... 2024-03-01 16:58:40,690 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:40,691 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:40,692 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,693 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,694 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,694 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,694 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,694 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,694 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,700 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:40,700 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:58:40,707 INFO program/MainThread: stdout: 2024-03-01 16:58:40,707 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:40,707 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,707 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,723 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,735 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,736 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:40,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:40,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:58:40,746 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:40,749 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:58:40,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:58:40,752 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:40,787 INFO program/MainThread: stdout[92]: 2024-03-01 16:58:40,788 INFO program/MainThread: stderr[92]: 2024-03-01 16:58:40,788 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:58:40,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:40,795 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,797 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,800 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,803 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,805 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,808 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,811 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,814 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:58:40,817 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:40,848 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 16:58:40,849 INFO program/MainThread: stderr[93]: 2024-03-01 16:58:40,849 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:58:40,850 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,874 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:40,874 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:58:40,888 INFO program/MainThread: stdout: 2024-03-01 16:58:40,888 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:40,889 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,923 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,923 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,936 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,937 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:40,941 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:40,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:58:40,947 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:40,951 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:58:40,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:58:40,954 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:40,989 INFO program/MainThread: stdout[94]: 2024-03-01 16:58:40,989 INFO program/MainThread: stderr[94]: 2024-03-01 16:58:40,989 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:58:40,993 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:40,996 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,999 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,001 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,004 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,007 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,010 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,013 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,015 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,018 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:58:41,018 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,059 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 16:58:41,059 INFO program/MainThread: stderr[95]: 2024-03-01 16:58:41,059 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:58:41,060 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:41,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,075 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:41,076 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:58:41,085 INFO program/MainThread: stdout: 2024-03-01 16:58:41,086 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:41,086 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,086 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,123 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,136 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,137 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:41,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:41,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:58:41,146 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:41,149 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:58:41,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:58:41,152 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,189 INFO program/MainThread: stdout[96]: 2024-03-01 16:58:41,189 INFO program/MainThread: stderr[96]: 2024-03-01 16:58:41,189 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:58:41,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,196 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,198 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,201 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,204 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,207 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,210 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,213 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,216 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,218 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:58:41,218 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,254 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 16:58:41,254 INFO program/MainThread: stderr[97]: 2024-03-01 16:58:41,254 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:58:41,255 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:41,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,270 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:41,271 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:58:41,281 INFO program/MainThread: stdout: 2024-03-01 16:58:41,281 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:41,281 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,326 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,339 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,339 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:41,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:41,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:58:41,350 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:41,353 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:58:41,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:58:41,356 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,393 INFO program/MainThread: stdout[98]: 2024-03-01 16:58:41,394 INFO program/MainThread: stderr[98]: 2024-03-01 16:58:41,394 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:58:41,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,401 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,404 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,407 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,409 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,412 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,415 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,418 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,420 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:58:41,423 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,455 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 16:58:41,456 INFO program/MainThread: stderr[99]: 2024-03-01 16:58:41,456 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:58:41,457 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:41,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:58:41,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:58:41,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,484 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,503 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,514 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,519 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,524 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,527 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,529 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,532 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:41,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:58:41,535 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,569 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 16:58:41,569 INFO program/MainThread: stderr[100]: 2024-03-01 16:58:41,569 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:58:41,570 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,637 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:58:41,637 INFO program/MainThread: stderr[101]: 2024-03-01 16:58:41,638 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:58:41,638 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,685 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 16:58:41,685 INFO program/MainThread: stderr[102]: 2024-03-01 16:58:41,685 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:58:41,686 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:41,694 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,699 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,710 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,710 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/sda,/dev/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,773 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:58:41,773 INFO program/MainThread: stderr[103]: 2024-03-01 16:58:41,774 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:58:41,774 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:58:41,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,787 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,787 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/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,795 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 16:58:41,795 INFO program/MainThread: stderr[104]: 2024-03-01 16:58:41,795 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:58:41,795 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 16:58:41,808 INFO program/MainThread: stdout[105]: 2024-03-01 16:58:41,808 INFO program/MainThread: stderr[105]: 2024-03-01 16:58:41,808 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:58:41,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,820 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,830 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,831 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:41,834 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,837 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,839 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,839 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/sdb,/dev/sdj,/dev/sdg,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,872 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:58:41,872 INFO program/MainThread: stderr[106]: 2024-03-01 16:58:41,872 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:58:41,872 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:58:41,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,888 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,888 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/sdb,/dev/sdj,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,896 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 16:58:41,896 INFO program/MainThread: stderr[107]: 2024-03-01 16:58:41,896 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:58:41,896 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 16:58:41,909 INFO program/MainThread: stdout[108]: 2024-03-01 16:58:41,909 INFO program/MainThread: stderr[108]: 2024-03-01 16:58:41,909 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:58:41,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,921 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,932 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,932 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:41,936 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,939 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,941 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,941 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/sdb,/dev/sdj,/dev/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,966 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:58:41,967 INFO program/MainThread: stderr[109]: 2024-03-01 16:58:41,967 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:58:41,967 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:58:41,967 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,983 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,983 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/sdb,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:41,991 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 16:58:41,991 INFO program/MainThread: stderr[110]: 2024-03-01 16:58:41,991 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:58:41,991 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 16:58:42,003 INFO program/MainThread: stdout[111]: 2024-03-01 16:58:42,003 INFO program/MainThread: stderr[111]: 2024-03-01 16:58:42,003 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:58:42,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,016 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,016 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,028 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,028 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:42,032 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,035 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,037 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,037 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/sdb,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,067 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:58:42,067 INFO program/MainThread: stderr[112]: 2024-03-01 16:58:42,067 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:58:42,067 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:58:42,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,082 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,082 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,090 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 16:58:42,090 INFO program/MainThread: stderr[113]: 2024-03-01 16:58:42,090 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:58:42,090 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 16:58:42,103 INFO program/MainThread: stdout[114]: 2024-03-01 16:58:42,103 INFO program/MainThread: stderr[114]: 2024-03-01 16:58:42,103 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:58:42,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,115 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,127 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,127 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:42,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,134 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:42,135 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:58:42,143 INFO program/MainThread: stdout: 2024-03-01 16:58:42,143 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:42,143 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,160 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,172 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,172 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:42,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:42,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:58:42,182 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:42,185 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:58:42,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:58:42,189 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,222 INFO program/MainThread: stdout[115]: 2024-03-01 16:58:42,223 INFO program/MainThread: stderr[115]: 2024-03-01 16:58:42,223 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:58:42,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:42,229 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,232 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:58:42,235 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:58:42,240 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,243 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:58:42,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:58:42,246 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,280 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 16:58:42,281 INFO program/MainThread: stderr[116]: 2024-03-01 16:58:42,281 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:58:42,281 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:42,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,302 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:42,304 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:58:42,318 INFO program/MainThread: stdout: 2024-03-01 16:58:42,318 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:42,318 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,336 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,349 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,350 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:42,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:42,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:42,360 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:42,363 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:58:42,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:42,366 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,401 INFO program/MainThread: stdout[117]: 2024-03-01 16:58:42,401 INFO program/MainThread: stderr[117]: 2024-03-01 16:58:42,401 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:58:42,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:42,408 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,411 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,414 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,416 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,419 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:58:42,425 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,469 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 16:58:42,470 INFO program/MainThread: stderr[118]: 2024-03-01 16:58:42,471 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:58:42,472 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:42,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:58:42,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:58:42,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:42,505 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,507 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,510 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,512 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,515 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:58:42,520 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,549 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 16:58:42,549 INFO program/MainThread: stderr[119]: 2024-03-01 16:58:42,550 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:58:42,550 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,596 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:58:42,597 INFO program/MainThread: stderr[120]: 2024-03-01 16:58:42,597 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:58:42,597 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,623 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 16:58:42,623 INFO program/MainThread: stderr[121]: 2024-03-01 16:58:42,623 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:58:42,624 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:42,632 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,639 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,644 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,644 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/sdb,/dev/sde,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,695 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:58:42,695 INFO program/MainThread: stderr[122]: 2024-03-01 16:58:42,695 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:58:42,696 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:58:42,696 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,712 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,712 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/sdb,/dev/sde,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,720 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 16:58:42,720 INFO program/MainThread: stderr[123]: 2024-03-01 16:58:42,720 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:58:42,720 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 16:58:42,732 INFO program/MainThread: stdout[124]: 2024-03-01 16:58:42,732 INFO program/MainThread: stderr[124]: 2024-03-01 16:58:42,732 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:58:42,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,744 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,755 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,755 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:42,759 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,762 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,764 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,764 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/sdb,/dev/sde,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:42,792 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:58:42,792 INFO program/MainThread: stderr[125]: 2024-03-01 16:58:42,792 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:58:42,792 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:58:42,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,810 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,810 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:58:42,818 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 16:58:42,818 INFO program/MainThread: stderr[126]: 2024-03-01 16:58:42,818 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:58:42,818 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 16:58:42,831 INFO program/MainThread: stdout[127]: 2024-03-01 16:58:42,831 INFO program/MainThread: stderr[127]: 2024-03-01 16:58:42,831 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:58:42,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,843 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,854 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,854 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:42,858 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,861 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,863 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,863 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:58:42,893 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:58:42,893 INFO program/MainThread: stderr[128]: 2024-03-01 16:58:42,893 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:58:42,893 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:58:42,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,911 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,911 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:42,919 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 16:58:42,919 INFO program/MainThread: stderr[129]: 2024-03-01 16:58:42,919 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:58:42,919 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 16:58:42,931 INFO program/MainThread: stdout[130]: 2024-03-01 16:58:42,932 INFO program/MainThread: stderr[130]: 2024-03-01 16:58:42,932 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:58:42,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,943 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,955 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,956 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:42,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,962 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:42,963 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:58:42,970 INFO program/MainThread: stdout: 2024-03-01 16:58:42,970 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:42,970 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,986 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,998 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,998 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:43,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:43,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:43,008 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:43,011 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:58:43,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:43,014 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:43,045 INFO program/MainThread: stdout[131]: 2024-03-01 16:58:43,045 INFO program/MainThread: stderr[131]: 2024-03-01 16:58:43,045 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:58:43,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:43,052 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,055 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,058 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,061 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,063 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,066 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:58:43,069 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:43,097 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 16:58:43,097 INFO program/MainThread: stderr[132]: 2024-03-01 16:58:43,097 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:58:43,098 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:43,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,114 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:43,114 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:58:43,123 INFO program/MainThread: stdout: 2024-03-01 16:58:43,123 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:43,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,158 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,158 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,168 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,168 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:43,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:43,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:43,178 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:43,181 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:58:43,184 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:43,184 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:43,213 INFO program/MainThread: stdout[133]: 2024-03-01 16:58:43,214 INFO program/MainThread: stderr[133]: 2024-03-01 16:58:43,214 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:58:43,217 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:43,220 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,223 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,226 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,229 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,231 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,234 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:43,237 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:43,265 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 16:58:43,265 INFO program/MainThread: stderr[134]: 2024-03-01 16:58:43,265 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:58:43,266 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:43,272 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:58:43,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:58:43,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:43,301 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,306 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,311 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,317 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,319 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,322 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:58:43,325 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:43,357 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 16:58:43,357 INFO program/MainThread: stderr[135]: 2024-03-01 16:58:43,357 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:58:43,358 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:43,402 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:58:43,402 INFO program/MainThread: stderr[136]: 2024-03-01 16:58:43,402 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:58:43,402 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:43,454 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 16:58:43,455 INFO program/MainThread: stderr[137]: 2024-03-01 16:58:43,455 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:58:43,456 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:43,465 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,470 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,475 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,475 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:43,510 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:58:43,510 INFO program/MainThread: stderr[138]: 2024-03-01 16:58:43,510 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:58:43,511 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:58:43,511 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,527 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,527 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:43,535 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 16:58:43,535 INFO program/MainThread: stderr[139]: 2024-03-01 16:58:43,535 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:58:43,535 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 16:58:43,548 INFO program/MainThread: stdout[140]: 2024-03-01 16:58:43,548 INFO program/MainThread: stderr[140]: 2024-03-01 16:58:43,548 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:58:43,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,560 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,560 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,573 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,573 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:43,577 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,580 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,583 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,583 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:43,611 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:58:43,612 INFO program/MainThread: stderr[141]: 2024-03-01 16:58:43,612 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:58:43,612 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:58:43,612 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,629 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,629 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:43,637 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 16:58:43,637 INFO program/MainThread: stderr[142]: 2024-03-01 16:58:43,637 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:58:43,637 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:58:43,649 INFO program/MainThread: stdout[143]: 2024-03-01 16:58:43,649 INFO program/MainThread: stderr[143]: 2024-03-01 16:58:43,649 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:58:43,649 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,661 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,661 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,672 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,672 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:43,676 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,679 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,681 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,681 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:43,710 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:58:43,710 INFO program/MainThread: stderr[144]: 2024-03-01 16:58:43,710 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:58:43,711 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:58:43,711 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,729 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,729 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:43,737 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 16:58:43,737 INFO program/MainThread: stderr[145]: 2024-03-01 16:58:43,737 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:58:43,737 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:58:43,812 INFO program/MainThread: stdout[146]: 2024-03-01 16:58:43,813 INFO program/MainThread: stderr[146]: 2024-03-01 16:58:43,813 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:58:43,813 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,825 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,825 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,836 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,841 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:43,841 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 0x7f679ab4bbd0> 2024-03-01 16:58:55,409 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vs9f6nby/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:58,440 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_x79eerc_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:02,523 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nb3gpubb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:02,558 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:02,558 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:02,561 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:02,561 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:02,561 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:02,562 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:02,566 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:02,566 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:02,570 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:02,570 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:02,572 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:02,573 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:02,575 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:02,575 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:02,583 INFO program/MainThread: stdout: 2024-03-01 16:59:02,583 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:02,583 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,583 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,583 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,583 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,583 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,583 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,583 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:02,584 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:02,584 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:02,584 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:02,584 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:02,584 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:02,585 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:02,585 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:02,585 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:02,585 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:02,585 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:02,598 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:02,611 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:59:02,615 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:59:02,615 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:02,616 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:02,641 INFO program/MainThread: stdout[3]: 2024-03-01 16:59:02,641 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:02,641 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:02,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,653 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:02,655 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:02,659 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:02,660 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:02,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:02,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:02,664 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:02,667 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:02,667 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:02,670 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:02,670 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,671 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:02,671 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff663d736d0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:59:02,674 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:02,674 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:59:02,677 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:59:02,677 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:02,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,688 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:02,689 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:02,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:59:02,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:59:02,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:02,695 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:02,695 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:02,698 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:02,698 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,699 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:59:02,699 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6629c3700) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:59:02,702 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:02,702 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:59:02,705 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:02,705 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:59:02,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,716 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:02,716 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:02,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:02,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:59:02,719 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:02,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:02,722 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:02,725 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:02,726 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,726 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:59:02,726 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6629c3550) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:59:02,729 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:02,729 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:02,732 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:59:02,732 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:02,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:02,743 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:02,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:02,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:59:02,746 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:02,749 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:02,749 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:02,752 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:02,752 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,753 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:59:02,753 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6629fd4c0) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:59:02,756 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:02,756 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:02,759 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:59:02,759 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:02,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,769 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:02,770 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:02,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:59:02,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:59:02,773 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:02,776 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:02,776 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:02,779 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:02,779 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,779 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:59:02,779 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff66298d760) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:59:02,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:02,783 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:59:02,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:59:02,786 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:02,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:02,797 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:02,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:02,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:59:02,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:02,802 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:02,802 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:02,805 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:02,805 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,806 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:59:02,806 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6629c34f0) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:59:02,809 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:02,809 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:02,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:59:02,812 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:02,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,822 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:02,823 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:02,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:02,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:59:02,826 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:02,828 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:02,829 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:02,831 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:02,832 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,832 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:59:02,832 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff662982790) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:59:02,835 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:02,835 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:02,838 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:59:02,838 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:02,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,848 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:02,849 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:02,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:02,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:59:02,852 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:02,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:02,855 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:02,857 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:02,858 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,858 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:59:02,858 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff662982f10) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:59:02,861 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:02,861 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:02,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:59:02,864 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:02,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:02,875 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:02,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:59:02,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:59:02,878 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:02,881 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:02,881 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:02,884 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:02,884 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,885 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:59:02,885 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff662993be0) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:59:02,888 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:02,888 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:02,891 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:02,891 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:02,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:02,902 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:02,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:59:02,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:02,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:02,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:02,908 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:02,911 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:02,911 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,912 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:59:02,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff662993dc0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:59:02,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:02,915 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:02,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:59:02,918 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:02,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,928 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:02,929 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:02,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:59:02,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:59:02,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:02,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:02,934 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:02,937 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:02,937 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,938 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:59:02,938 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff66298d2e0) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:59:02,941 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:02,941 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:02,944 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:59:02,944 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:02,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,954 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:02,955 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:02,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:59:02,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:02,957 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:02,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:02,960 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:02,963 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:02,963 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:02,964 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:59:02,964 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff66299a2b0) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:59:02,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:02,967 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:02,970 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': '22661799'} ; 2024-03-01 16:59:02,970 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:02,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:02,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:02,979 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:02,979 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:02,979 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:02,979 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:02,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:02,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:59:02,982 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:02,985 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:02,985 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:02,988 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:02,988 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:02,988 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:59:02,988 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff66299c4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:59:02,991 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:02,995 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:02,995 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:59:02,998 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:02,998 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:59:03,001 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:03,001 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:03,004 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:03,004 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:59:03,007 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:03,009 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:03,012 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:03,018 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 0x7ff66298c340> 2024-03-01 16:59:03,061 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:59:03,065 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:03,065 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:03,068 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': '22663631'} ; 2024-03-01 16:59:03,069 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:03,069 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:03,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:03,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,077 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:03,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:03,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,082 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:03,095 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:03,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:03,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:59:03,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:03,118 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:03,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:03,121 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:03,124 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:03,124 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:03,127 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:03,127 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:03,127 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:03,130 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:03,133 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:03,136 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:03,138 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:03,141 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:03,142 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:03,142 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:59:03,142 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:03,142 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff6629a1fd0) -- 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 0x7ff6629b54f0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:03,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:03,148 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:03,148 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:03,152 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:03,152 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:03,155 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:03,155 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:03,158 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:03,158 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:03,159 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:03,159 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:03,162 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:03,163 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:59:03,165 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:03,166 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:03,166 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:03,178 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:03,191 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:03,192 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:03,195 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:03,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,200 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:03,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:03,203 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:03,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:03,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,211 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:03,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:03,213 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:03,216 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:03,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,220 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:03,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:03,223 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:03,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:03,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,230 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:03,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:03,233 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:03,235 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:03,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,240 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:03,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:03,243 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:03,245 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:03,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:03,250 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:03,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:03,253 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:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:59:03,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:59:06,235 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2tja_7rj/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:06,271 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:06,271 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:06,274 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:06,274 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:06,274 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:06,275 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:06,279 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:06,280 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:06,283 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:06,284 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:06,287 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:06,287 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:06,289 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:06,290 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:06,298 INFO program/MainThread: stdout: 2024-03-01 16:59:06,299 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:06,299 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:06,299 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:06,299 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:06,299 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:06,299 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:06,300 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:06,300 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:06,300 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:06,300 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:06,301 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:06,301 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:06,314 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:06,327 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:59:06,332 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:59:06,332 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:06,333 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:06,361 INFO program/MainThread: stdout[3]: 2024-03-01 16:59:06,362 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:06,362 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:06,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,373 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:06,375 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:06,380 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:06,380 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:06,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:06,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:06,384 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:06,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:06,388 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:06,391 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:06,391 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,391 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:06,392 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf5751b700) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:59:06,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:06,395 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:59:06,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:59:06,398 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:06,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,409 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:06,410 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:06,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:59:06,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:59:06,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:06,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:06,416 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:59:06,420 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:06,420 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,420 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:59:06,420 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf56403700) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:59:06,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:06,424 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:59:06,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:06,427 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:06,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:06,438 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:06,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:06,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:59:06,441 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:06,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:06,445 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:06,448 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:06,448 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,448 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:59:06,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf56403550) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:59:06,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:06,452 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:06,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:59:06,455 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:06,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:06,466 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:06,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:06,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:59:06,469 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:06,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:06,472 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:06,475 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:06,475 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,476 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:59:06,476 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf5643d4c0) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:59:06,479 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:06,479 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:06,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:59:06,482 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:06,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,492 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:06,493 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:06,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:59:06,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:59:06,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:06,499 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:06,499 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:06,502 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:06,502 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,502 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:59:06,502 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563cd760) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:59:06,505 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:06,506 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:59:06,509 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:59:06,509 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:06,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,519 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:06,520 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:06,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:06,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:59:06,523 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:06,526 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:06,526 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:06,529 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:06,529 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,529 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:59:06,529 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf564034f0) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:59:06,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:06,532 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:06,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:59:06,535 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:06,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,546 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:06,546 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:06,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:06,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:59:06,549 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:06,552 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:06,552 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:06,555 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:06,556 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,556 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:59:06,556 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563c6790) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:59:06,559 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:06,559 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:06,562 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:59:06,562 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:06,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:06,573 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:06,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:06,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:59:06,576 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:06,579 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:06,579 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:06,582 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:06,582 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,583 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:59:06,583 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563c6f10) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:59:06,586 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:06,586 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:06,589 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:59:06,589 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:06,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,600 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:06,600 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:06,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:59:06,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:59:06,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:06,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:06,606 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:06,609 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:06,610 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,610 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:59:06,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563d3be0) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:59:06,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:06,613 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:06,616 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:06,616 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:06,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,627 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:06,627 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:06,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:59:06,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:06,630 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:06,633 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:06,633 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:06,636 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:06,637 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,637 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:59:06,637 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563d3dc0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:59:06,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:06,640 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:06,643 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:59:06,643 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:06,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,654 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:06,655 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:06,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:59:06,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:59:06,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:06,660 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:06,661 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:06,663 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:06,664 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,664 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:59:06,664 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563cd2e0) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:59:06,667 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:06,667 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:06,670 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:59:06,670 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:06,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,681 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:06,681 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:06,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:59:06,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:06,684 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:06,687 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:06,687 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:06,690 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:06,690 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:06,691 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:59:06,691 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563d01f0) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:59:06,694 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:06,694 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:06,697 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22661799'} ; 2024-03-01 16:59:06,697 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:06,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,706 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:06,707 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:06,707 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:06,707 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:06,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:06,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:59:06,710 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:06,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:06,713 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:06,716 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:06,716 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:06,717 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:59:06,717 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbf563dc4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:59:06,720 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:06,723 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:06,723 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:59:06,726 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:06,726 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:59:06,729 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:06,729 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:06,733 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:06,733 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:59:06,735 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:06,738 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:06,741 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:06,746 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7fbf563e7a80> 2024-03-01 16:59:06,784 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:59:06,788 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:06,788 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:06,792 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': '22663631'} ; 2024-03-01 16:59:06,792 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:06,792 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:06,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,800 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:06,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:06,818 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:06,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:59:06,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:06,841 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:06,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:06,844 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:06,847 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:06,847 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:06,850 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:06,851 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:06,851 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:06,853 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:06,856 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:06,859 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:06,862 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:06,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:59:06,865 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:06,865 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:59:06,866 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:06,865 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbf563e1fd0) -- 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 0x7fbf563f5450> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:06,869 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:06,872 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:06,872 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:06,875 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:06,875 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:06,878 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:06,878 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:06,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:06,881 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:06,882 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:06,883 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:06,886 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:06,886 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:59:06,889 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:06,889 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:06,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:06,901 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:06,914 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:06,915 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:06,918 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:06,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,923 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:06,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,926 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:06,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,934 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:06,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,936 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:06,939 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:06,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,944 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:06,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,946 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:06,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,953 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:06,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,956 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:06,958 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:06,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,963 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:06,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,965 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:06,968 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:06,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,973 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:06,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,975 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:06,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:06,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:06,985 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:59:06,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:59:06,991 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:06,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:06,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:59:06,996 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:06,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:59:07,001 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:07,003 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,003 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:59:07,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:07,007 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:07,007 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:07,010 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,010 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:07,012 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,012 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:59:07,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:59:07,015 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:07,015 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:07,018 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,018 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:07,021 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,021 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:59:07,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:59:07,024 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:07,024 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:07,026 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,027 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:07,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:07,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:07,034 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:07,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:07,040 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:07,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:07,047 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:07,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:07,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:07,051 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:59:07,051 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:07,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,063 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:59:07,063 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:07,064 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:07,064 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 16:59:07,064 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:07,065 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:07,067 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,067 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:59:07,070 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:59:07,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:07,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:07,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:59:07,080 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:07,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:07,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:07,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:59:07,089 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:07,090 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:07,090 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:59:07,090 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:59:07,093 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:07,093 INFO program/MainThread: stderr[4]: 2024-03-01 16:59:07,093 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:07,094 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:59:07,094 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:07,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:07,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,099 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:07,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,109 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:59:07,110 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:07,111 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:59:07,111 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 16:59:07,111 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:07,112 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:59:07,114 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,114 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:59:07,117 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:59:07,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:07,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:59:07,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:59:07,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:59:07,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:07,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:59:07,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:59:07,137 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:07,137 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:59:07,138 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:59:07,138 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:59:07,138 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:07,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:59:07,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,141 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:07,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,152 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:59:07,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:59:07,157 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:59:07,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:59:07,162 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:59:07,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:59:07,167 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:59:07,170 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,170 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:59:07,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:59:07,173 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:07,173 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:59:07,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,176 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:59:07,178 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,179 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:59:07,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:59:07,181 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:07,182 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:59:07,184 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,184 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:59:07,187 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,187 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:59:07,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:59:07,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:07,190 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:59:07,193 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,193 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:59:07,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:59:07,197 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:59:07,200 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:07,203 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:59:07,206 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:07,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:59:07,213 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:07,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:59:07,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:59:07,217 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:59:07,217 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:59:07,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,229 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:59:07,230 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:59:07,230 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:59:07,230 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:59:07,230 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:59:07,231 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:59:07,233 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,234 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:59:07,236 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:59:07,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:07,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:59:07,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:59:07,246 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:59:07,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:07,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:59:07,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:59:07,256 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:59:07,256 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:59:07,256 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:59:07,256 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:59:07,256 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:07,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:59:07,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,260 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:07,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,271 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:59:07,271 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:59:07,272 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:59:07,272 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 16:59:07,272 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:59:07,273 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:59:07,275 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,275 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:59:07,278 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:59:07,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:07,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:59:07,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:59:07,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:59:07,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:07,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:59:07,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:59:07,297 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:59:07,297 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:59:07,298 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:59:07,298 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:59:07,298 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:07,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:59:07,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,301 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:07,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,312 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:59:07,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:59:07,317 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:59:07,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:59:07,322 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:59:07,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:59:07,327 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:59:07,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:59:07,332 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:59:07,335 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,335 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:59:07,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:59:07,338 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:07,338 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:59:07,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,341 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:59:07,343 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,343 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:59:07,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:59:07,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:07,346 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:59:07,349 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,349 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:59:07,352 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,352 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:59:07,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:59:07,355 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:07,355 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:59:07,358 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,358 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:59:07,360 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:07,361 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:59:07,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:59:07,363 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:07,363 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:59:07,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:59:07,366 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:59:07,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:59:07,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:59:07,373 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:07,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:59:07,380 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:07,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:59:07,386 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:07,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:59:07,393 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:07,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:59:07,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:59:07,397 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:59:07,397 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:59:07,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,410 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:59:07,410 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,411 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:59:07,411 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 16:59:07,411 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,412 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:59:07,414 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,415 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:59:07,417 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:59:07,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:07,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:59:07,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:59:07,427 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:59:07,430 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:07,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:59:07,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:59:07,436 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,437 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:59:07,437 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:59:07,437 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:59:07,437 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:07,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:59:07,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,441 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:07,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,452 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:59:07,452 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,453 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:59:07,453 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 16:59:07,453 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,454 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:59:07,457 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,457 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:59:07,459 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:59:07,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:07,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:59:07,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:59:07,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:59:07,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:07,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:59:07,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:59:07,479 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,479 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:59:07,479 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:59:07,480 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:59:07,480 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:07,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:59:07,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,483 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:07,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,494 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:59:07,495 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,496 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:59:07,496 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 16:59:07,496 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,497 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:59:07,499 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,499 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:59:07,502 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:59:07,506 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:07,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:59:07,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:59:07,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:59:07,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:07,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:59:07,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:59:07,522 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,522 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:59:07,522 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:59:07,523 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:59:07,523 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:07,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:59:07,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,526 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:07,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:07,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:07,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:07,537 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:59:07,538 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,539 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:59:07,539 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 16:59:07,539 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,540 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:59:07,543 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,543 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:59:07,545 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:07,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:59:07,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:07,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:59:07,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:59:07,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:59:07,559 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:07,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:59:07,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:59:07,565 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:59:07,566 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:59:07,566 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:59:07,566 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:59:07,566 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:07,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:59:07,570 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:59:07,570 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:07,571 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:07,571 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:07,571 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:07,571 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:07,571 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:07,572 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:07,573 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:07,574 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:07,574 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:07,574 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:07,576 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:07,578 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:07,581 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:07,583 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:07,583 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:07,586 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:07,586 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 0x7fbf562c60e0> 2024-03-01 16:59:07,586 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:07,618 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:59:07,618 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:59:07,618 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:59:07,619 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:59:07,619 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:59:07,619 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:59:07,620 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:59:07,620 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:07,620 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:07,621 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:07,621 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:59:07,621 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:59:07,622 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:59:07,622 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:59:07,622 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:59:07,623 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:07,623 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:07,623 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:07,624 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:07,624 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:07,624 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:07,625 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:07,625 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:07,626 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:59:07,626 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:59:07,626 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:59:07,627 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:59:07,627 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:07,627 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:07,628 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:07,628 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:07,629 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:07,629 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:07,629 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:07,630 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:07,630 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:07,630 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:07,631 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:07,631 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:07,632 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:59:07,634 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,636 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:59:07,637 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:59:07,644 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,671 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,671 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,683 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,683 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:59:07,687 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,690 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:59:07,690 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:59:07,696 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,722 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,722 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,735 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,735 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:59:07,739 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,742 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:59:07,742 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:59:07,748 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,774 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,786 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,786 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:59:07,790 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,793 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:59:07,793 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:59:07,799 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,800 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,822 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,835 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,835 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:59:07,839 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,842 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:59:07,842 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:59:07,849 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,872 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,884 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,884 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:59:07,888 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,891 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:59:07,891 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:59:07,897 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,923 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,923 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,935 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,935 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:59:07,939 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,942 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:59:07,942 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 16:59:07,948 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,948 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,974 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:07,986 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,987 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:07,990 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:07,993 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:59:07,993 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:59:07,998 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:07,998 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,023 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,023 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,035 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,035 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:08,039 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:08,041 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:59:08,041 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:59:08,048 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,073 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,073 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,085 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,086 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:08,089 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:08,092 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:59:08,092 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:59:08,098 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,123 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,135 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,136 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:59:08,139 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,142 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,144 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,144 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:59:08,144 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:08,145 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:08,174 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 16:59:08,175 INFO program/MainThread: stderr[5]: 2024-03-01 16:59:08,175 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:08,175 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:08,187 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:59:08,187 INFO program/MainThread: stderr[6]: 2024-03-01 16:59:08,187 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:08,187 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 16:59:08,216 INFO program/MainThread: stdout[7]: 2024-03-01 16:59:08,216 INFO program/MainThread: stderr[7]: 2024-03-01 16:59:08,216 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:08,216 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 16:59:08,216 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,229 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:08,233 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:08,234 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:59:08,242 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,263 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,263 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:59:08,267 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,270 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,273 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,273 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:59:08,273 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:08,273 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:08,302 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:59:08,303 INFO program/MainThread: stderr[8]: 2024-03-01 16:59:08,303 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:08,303 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:08,317 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:59:08,318 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:08,318 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:08,318 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 16:59:08,347 INFO program/MainThread: stdout[10]: 2024-03-01 16:59:08,347 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:08,347 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:08,347 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 16:59:08,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,360 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,364 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:08,364 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:59:08,365 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:59:08,374 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,374 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,395 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,395 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:59:08,399 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,401 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,404 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,404 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:59:08,404 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:08,404 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:08,437 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:59:08,437 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:08,437 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:08,438 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:08,450 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:59:08,450 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:08,450 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:08,450 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 16:59:08,475 INFO program/MainThread: stdout[13]: 2024-03-01 16:59:08,475 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:08,475 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:08,475 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 16:59:08,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,487 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,491 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:08,491 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:08,492 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:59:08,501 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,521 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,521 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:59:08,525 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,528 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,530 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,530 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:59:08,530 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:08,531 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:08,562 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:59:08,562 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:08,563 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:08,563 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:59:08,575 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 16:59:08,576 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:08,576 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:08,576 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 16:59:08,603 INFO program/MainThread: stdout[16]: 2024-03-01 16:59:08,603 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:08,603 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:08,603 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 16:59:08,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,615 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,619 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:08,619 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:08,620 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:59:08,629 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,629 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,649 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,650 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:59:08,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:59:08,656 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:59:08,658 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,661 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,664 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,669 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,671 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,674 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:59:08,679 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:59:08,730 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 16:59:08,730 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:08,730 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:08,738 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:08,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:59:08,752 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,761 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,771 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,782 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,787 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,795 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,804 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,810 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,868 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:59:08,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:59:08,876 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,889 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,890 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:59:08,898 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,909 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,909 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:08,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:59:08,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:59:08,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:08,922 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:59:08,925 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,928 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,931 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,934 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,937 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,940 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,943 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:08,946 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:08,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:08,958 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:08,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:59:08,963 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:59:08,995 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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:59:08,996 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:08,996 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:08,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:59:09,000 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:59:09,056 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 16:59:09,056 INFO program/MainThread: stderr[19]: 2024-03-01 16:59:09,056 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:09,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:09,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:09,078 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:09,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:09,119 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,123 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:09,124 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:09,124 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:59:09,133 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:09,148 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,148 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:59:09,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:09,155 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:09,158 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:59:09,158 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:59:09,284 INFO program/MainThread: stdout: 2024-03-01 16:59:09,284 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:59:09,284 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:09,284 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:09,284 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:09,284 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:59:09,284 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:09,284 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:09,285 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:09,285 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:09,285 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:09,285 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,285 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:59:09,298 INFO program/MainThread: stdout: 2024-03-01 16:59:09,299 INFO program/MainThread: writing all SBs 2024-03-01 16:59:09,299 INFO program/MainThread: new label = "" 2024-03-01 16:59:09,299 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:09,312 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:09,316 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:09,317 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:59:09,326 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:09,342 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,342 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:09,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:59:09,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:59:09,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:09,352 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:59:09,381 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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:59:09,382 INFO program/MainThread: stderr[20]: 2024-03-01 16:59:09,382 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:09,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:59:09,386 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:59:09,441 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 16:59:09,441 INFO program/MainThread: stderr[21]: 2024-03-01 16:59:09,441 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:09,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:09,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:09,459 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:09,459 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:09,503 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,507 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:09,508 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:09,508 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:59:09,517 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,517 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:09,532 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:09,532 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:59:09,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:09,539 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:09,541 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:59:09,541 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:59:10,348 INFO program/MainThread: stdout: 2024-03-01 16:59:10,349 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:59:10,349 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:10,349 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:10,349 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:10,351 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:59:10,351 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:10,351 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:10,351 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:10,352 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:10,352 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:10,352 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,352 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:59:10,365 INFO program/MainThread: stdout: 2024-03-01 16:59:10,365 INFO program/MainThread: writing all SBs 2024-03-01 16:59:10,365 INFO program/MainThread: new label = "" 2024-03-01 16:59:10,365 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:10,388 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:10,392 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:10,393 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:59:10,402 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:10,418 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,418 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:10,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:59:10,426 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:59:10,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:10,429 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:59:10,458 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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:59:10,459 INFO program/MainThread: stderr[22]: 2024-03-01 16:59:10,459 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:10,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:59:10,463 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:59:10,518 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 16:59:10,518 INFO program/MainThread: stderr[23]: 2024-03-01 16:59:10,518 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:10,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:10,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:10,551 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:10,551 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:10,581 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,591 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:10,591 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:10,592 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:59:10,601 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,601 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:10,617 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:10,617 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:59:10,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:10,624 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:10,627 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:59:10,627 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:59:11,437 INFO program/MainThread: stdout: 2024-03-01 16:59:11,437 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 16:59:11,437 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:11,437 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:11,437 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:11,437 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 16:59:11,437 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:11,437 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:11,437 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:11,438 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:11,438 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:11,438 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,438 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:59:11,451 INFO program/MainThread: stdout: 2024-03-01 16:59:11,452 INFO program/MainThread: writing all SBs 2024-03-01 16:59:11,452 INFO program/MainThread: new label = "" 2024-03-01 16:59:11,452 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:11,470 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:11,474 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:11,475 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:59:11,483 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:11,500 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,500 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:11,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:59:11,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:59:11,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:11,510 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:59:11,540 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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:59:11,540 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:11,540 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:11,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:59:11,545 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:59:11,592 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 16:59:11,593 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:11,593 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:11,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:11,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:11,608 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:11,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:11,648 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,669 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:11,670 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:11,670 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:59:11,679 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:11,695 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:11,695 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:59:11,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:11,702 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:11,705 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:59:11,705 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:59:12,536 INFO program/MainThread: stdout: 2024-03-01 16:59:12,536 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 16:59:12,536 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:12,536 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:12,536 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:12,536 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 16:59:12,536 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:12,536 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:12,536 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:12,536 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:12,536 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:12,537 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,537 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:59:12,550 INFO program/MainThread: stdout: 2024-03-01 16:59:12,550 INFO program/MainThread: writing all SBs 2024-03-01 16:59:12,551 INFO program/MainThread: new label = "" 2024-03-01 16:59:12,551 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,551 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,567 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:12,571 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:12,572 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:59:12,580 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,581 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,596 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,596 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:59:12,600 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:12,602 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:12,605 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:12,605 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:59:12,605 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:12,605 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:12,646 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:59:12,647 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:12,647 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:12,647 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:59:12,658 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 16:59:12,658 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:12,658 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:12,658 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 16:59:12,684 INFO program/MainThread: stdout[28]: 2024-03-01 16:59:12,684 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:12,684 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:12,684 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 16:59:12,684 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,698 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,702 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:12,702 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:12,703 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:59:12,712 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,712 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,733 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,733 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:59:12,737 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:12,739 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:12,742 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:12,742 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:59:12,742 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:12,742 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:12,770 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:59:12,771 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:12,771 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:12,771 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:59:12,788 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 16:59:12,788 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:12,788 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:12,788 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 16:59:12,814 INFO program/MainThread: stdout[31]: 2024-03-01 16:59:12,814 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:12,814 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:12,814 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 16:59:12,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,826 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,830 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:12,830 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:12,831 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:59:12,840 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,861 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,861 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:59:12,865 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:12,867 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:12,870 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:12,870 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:59:12,870 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:12,870 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:12,900 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:59:12,901 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:12,901 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:12,901 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:59:12,914 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 16:59:12,914 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:12,914 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:12,915 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 16:59:12,943 INFO program/MainThread: stdout[34]: 2024-03-01 16:59:12,943 INFO program/MainThread: stderr[34]: 2024-03-01 16:59:12,943 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:59:12,943 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 16:59:12,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,956 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:12,960 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:12,961 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:59:12,969 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,969 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:12,991 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:12,991 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:59:12,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:59:12,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:59:13,000 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,003 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,005 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,008 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,011 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,013 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:59:13,016 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:59:13,078 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 16:59:13,078 INFO program/MainThread: stderr[35]: 2024-03-01 16:59:13,078 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:59:13,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:13,096 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:59:13,099 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,102 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,105 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,108 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,111 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,114 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,114 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,126 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:59:13,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:59:13,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,144 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,144 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:59:13,152 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,163 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:13,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:59:13,170 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:59:13,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:13,176 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:59:13,179 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,182 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,185 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,188 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,191 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,194 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:13,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,206 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:59:13,210 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:59:13,239 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:59:13,239 INFO program/MainThread: stderr[36]: 2024-03-01 16:59:13,239 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:59:13,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:59:13,243 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:59:13,304 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 16:59:13,304 INFO program/MainThread: stderr[37]: 2024-03-01 16:59:13,304 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:59:13,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:13,319 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:13,319 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,343 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,353 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:13,354 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:13,354 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:59:13,363 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,364 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,391 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,391 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:59:13,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,398 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:13,401 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:59:13,401 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:59:13,618 INFO program/MainThread: stdout: 2024-03-01 16:59:13,618 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 16:59:13,618 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:13,619 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:13,619 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:13,619 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 16:59:13,619 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:13,619 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:13,619 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:13,619 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:13,619 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:13,619 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,619 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:59:13,633 INFO program/MainThread: stdout: 2024-03-01 16:59:13,633 INFO program/MainThread: writing all SBs 2024-03-01 16:59:13,633 INFO program/MainThread: new label = "" 2024-03-01 16:59:13,633 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,650 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:13,654 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:13,655 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:59:13,664 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,664 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,680 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,680 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:13,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:59:13,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:59:13,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,691 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:59:13,719 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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:59:13,719 INFO program/MainThread: stderr[38]: 2024-03-01 16:59:13,719 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:59:13,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:59:13,723 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:59:13,788 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 16:59:13,788 INFO program/MainThread: stderr[39]: 2024-03-01 16:59:13,788 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:59:13,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:13,806 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:13,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,829 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,835 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:13,835 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:13,836 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:59:13,844 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:13,861 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:13,861 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:59:13,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:13,868 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:13,871 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:59:13,871 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:59:14,699 INFO program/MainThread: stdout: 2024-03-01 16:59:14,700 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:59:14,700 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:14,700 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:14,700 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:14,700 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:59:14,700 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:14,700 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:14,700 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:14,700 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:14,700 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:14,700 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,701 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:59:14,714 INFO program/MainThread: stdout: 2024-03-01 16:59:14,714 INFO program/MainThread: writing all SBs 2024-03-01 16:59:14,714 INFO program/MainThread: new label = "" 2024-03-01 16:59:14,714 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:14,731 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:14,735 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:14,736 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:59:14,745 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,745 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:14,761 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,761 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:14,765 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:14,767 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:14,770 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:14,770 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:14,770 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:14,770 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:14,809 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:59:14,809 INFO program/MainThread: stderr[40]: 2024-03-01 16:59:14,809 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:59:14,810 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:59:14,819 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 16:59:14,819 INFO program/MainThread: stderr[41]: 2024-03-01 16:59:14,819 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:59:14,820 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:59:14,846 INFO program/MainThread: stdout[42]: 2024-03-01 16:59:14,846 INFO program/MainThread: stderr[42]: 2024-03-01 16:59:14,846 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:59:14,846 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:59:14,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:14,858 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,862 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:14,862 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:14,863 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:59:14,872 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:14,896 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,896 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:14,900 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:14,902 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:14,905 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:14,906 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:14,906 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:14,906 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:14,940 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:59:14,941 INFO program/MainThread: stderr[43]: 2024-03-01 16:59:14,941 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:59:14,941 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:59:14,953 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 16:59:14,953 INFO program/MainThread: stderr[44]: 2024-03-01 16:59:14,953 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:59:14,953 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:59:14,980 INFO program/MainThread: stdout[45]: 2024-03-01 16:59:14,980 INFO program/MainThread: stderr[45]: 2024-03-01 16:59:14,980 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:59:14,980 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:59:14,980 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:14,992 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,996 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:14,996 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:14,997 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:59:15,006 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,030 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,030 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:15,034 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,036 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,039 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,039 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:15,039 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:15,039 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:15,077 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:59:15,077 INFO program/MainThread: stderr[46]: 2024-03-01 16:59:15,077 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:59:15,078 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:59:15,088 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 16:59:15,088 INFO program/MainThread: stderr[47]: 2024-03-01 16:59:15,088 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:59:15,089 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 16:59:15,111 INFO program/MainThread: stdout[48]: 2024-03-01 16:59:15,111 INFO program/MainThread: stderr[48]: 2024-03-01 16:59:15,111 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:59:15,111 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:59:15,111 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,123 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,127 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:15,127 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:59:15,128 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:59:15,137 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,137 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,161 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,161 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:15,165 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:59:15,167 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:15,170 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,173 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,175 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,178 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,181 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,183 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:59:15,186 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:59:15,235 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 16:59:15,235 INFO program/MainThread: stderr[49]: 2024-03-01 16:59:15,235 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:59:15,244 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:15,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:15,269 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,281 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,287 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,294 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,307 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,312 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,313 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,334 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:15,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:15,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,354 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,354 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:59:15,362 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,374 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,374 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:15,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:59:15,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:59:15,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:15,387 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:15,390 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,393 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,396 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,402 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:15,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,417 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:15,421 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:59:15,450 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:59:15,450 INFO program/MainThread: stderr[50]: 2024-03-01 16:59:15,450 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:59:15,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:59:15,455 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:59:15,510 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 16:59:15,510 INFO program/MainThread: stderr[51]: 2024-03-01 16:59:15,510 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:59:15,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:15,532 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:15,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,566 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,570 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:15,571 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:15,571 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:59:15,580 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,595 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,595 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:59:15,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,602 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:15,604 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:59:15,605 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:59:15,784 INFO program/MainThread: stdout: 2024-03-01 16:59:15,784 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:59:15,784 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:15,784 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:15,784 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:15,784 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:59:15,784 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:15,785 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:15,785 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:15,785 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:15,785 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:15,785 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,785 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:59:15,799 INFO program/MainThread: stdout: 2024-03-01 16:59:15,799 INFO program/MainThread: writing all SBs 2024-03-01 16:59:15,799 INFO program/MainThread: new label = "" 2024-03-01 16:59:15,799 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,816 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:15,820 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:15,822 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:59:15,830 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,847 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,847 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:15,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:15,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:59:15,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,857 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:59:15,888 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 16:59:15,888 INFO program/MainThread: stderr[52]: 2024-03-01 16:59:15,888 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:59:15,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:15,892 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:59:15,944 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 16:59:15,944 INFO program/MainThread: stderr[53]: 2024-03-01 16:59:15,944 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:59:15,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:15,967 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:15,967 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,995 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,999 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:16,000 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:16,000 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:59:16,009 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:16,025 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,025 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:16,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:16,032 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:16,035 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:59:16,035 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:59:16,902 INFO program/MainThread: stdout: 2024-03-01 16:59:16,902 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 16:59:16,902 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:16,903 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:16,903 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:16,903 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 16:59:16,903 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:16,903 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:16,903 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:16,903 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:16,903 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:16,903 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,904 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:59:16,918 INFO program/MainThread: stdout: 2024-03-01 16:59:16,919 INFO program/MainThread: writing all SBs 2024-03-01 16:59:16,919 INFO program/MainThread: new label = "" 2024-03-01 16:59:16,919 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:16,944 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:16,948 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:16,949 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:59:16,958 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:16,976 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,981 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:16,981 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 0x7fbf563ae590> 2024-03-01 16:59:16,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,987 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:59:16,987 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:16,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,993 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:59:16,993 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:59:16,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,999 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:59:16,999 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:59:17,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,004 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:59:17,004 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:59:17,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,010 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:59:17,010 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:59:17,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,015 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:59:17,015 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:59:17,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,021 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:59:17,021 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:59:17,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,026 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:59:17,026 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:59:17,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,032 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:59:17,032 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:17,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,037 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:59:17,037 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:59:17,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,042 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:59:17,043 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:59:17,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,048 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:59:17,048 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:59:17,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,053 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:59:17,053 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:59:17,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,058 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:59:17,058 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:59:17,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,064 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:59:17,064 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:59:17,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:17,069 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:59:17,069 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:59:38,393 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d2cg1exp/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:38,428 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:38,428 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:38,431 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:38,431 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:38,431 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:38,431 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:38,435 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:38,436 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:38,439 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:38,439 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:38,442 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:38,442 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:38,445 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:38,445 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:38,456 INFO program/MainThread: stdout: 2024-03-01 16:59:38,456 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:38,456 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 2024-03-01 16:59:38,456 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI 2024-03-01 16:59:38,456 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2cfe1214-08fc-4e39-9d39-91a507a65fc7 2024-03-01 16:59:38,456 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF 2024-03-01 16:59:38,456 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X 2024-03-01 16:59:38,456 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 1b86f309-fa25-4860-a29d-6a2169c3eb9d 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5d83dc62-1621-4427-9a4b-7bc23f8121f2 2024-03-01 16:59:38,456 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd 2024-03-01 16:59:38,456 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT 2024-03-01 16:59:38,456 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW 2024-03-01 16:59:38,456 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 63781542-d52e-457e-aae0-ed3bd84f883f 2024-03-01 16:59:38,456 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 2024-03-01 16:59:38,456 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 2024-03-01 16:59:38,456 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b 2024-03-01 16:59:38,456 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz 2024-03-01 16:59:38,456 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b 2024-03-01 16:59:38,456 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:38,456 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:38,457 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:38,457 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:38,457 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:38,457 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 sdb 1073741824 root disk brw-rw---- LVM2_member 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2cfe1214-08fc-4e39-9d39-91a507a65fc7 sdc 1073741824 root disk brw-rw---- LVM2_member lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF sdd 1073741824 root disk brw-rw---- LVM2_member TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 1b86f309-fa25-4860-a29d-6a2169c3eb9d `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5d83dc62-1621-4427-9a4b-7bc23f8121f2 sde 1073741824 root disk brw-rw---- LVM2_member EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd sdf 1073741824 root disk brw-rw---- LVM2_member 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT sdg 1073741824 root disk brw-rw---- LVM2_member 2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 63781542-d52e-457e-aae0-ed3bd84f883f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 sdh 1073741824 root disk brw-rw---- LVM2_member 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 sdi 1073741824 root disk brw-rw---- LVM2_member cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b sdj 1073741824 root disk brw-rw---- LVM2_member 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b 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:38,457 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:38,457 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:38,457 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:38,457 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:38,458 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:38,458 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:38,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:38,470 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:38,487 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:38,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed', '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': 'feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57', 'ID_FS_UUID_ENC': 'feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:59:38,491 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:38,491 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:38,532 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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:38,532 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:38,533 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:38,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:38,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:38,544 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:38,546 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:38,550 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:38,551 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:38,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:38,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:38,555 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:38,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:38,558 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:59:38,561 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:59:38,561 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:38,562 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:38,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaec7da8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:59:38,565 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:38,569 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:38,569 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:38,572 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:38,572 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:38,575 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:38,575 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:38,579 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:38,579 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:38,582 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:38,582 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:38,582 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:38,616 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:38,616 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI. WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (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:38,616 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:38,617 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:38,621 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 ; label: None ; device: /dev/sda ; serial: 360014055f23320e64d340179c71cec8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; pe_start: 8 MiB ; 2024-03-01 16:59:38,621 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:38,624 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:38,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:38,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:38,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:38,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:38,636 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:38,671 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:38,671 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI. WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (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:38,672 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:38,672 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:38,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:38,677 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:38,681 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:38,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:38,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:38,684 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:38,719 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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:38,719 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI. WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (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:38,719 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:38,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:38,724 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:38,726 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:38,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:38,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:38,732 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:38,732 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:38,735 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-3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', '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': '3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI', 'ID_FS_UUID_ENC': '3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:59:38,736 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:38,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:38,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:38,746 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:38,747 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:38,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:38,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:38,750 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:38,753 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:38,753 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:59:38,756 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:59:38,756 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:38,757 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:38,757 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb6a5a00) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:59:38,760 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:38,763 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:38,763 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:38,766 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:38,766 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:38,769 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:38,769 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:38,772 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:38,772 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:38,775 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:38,775 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:38,775 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:38,807 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:38,807 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (last written to /dev/sdc). 2024-03-01 16:59:38,807 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:38,808 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:38,811 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI ; label: None ; device: /dev/sdb ; serial: 36001405e322c7146a20442ba42ab82f8 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:59:38,812 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:38,814 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:38,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:38,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:38,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:38,826 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:38,829 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:38,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:38,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:38,834 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:38,863 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:38,863 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (last written to /dev/sdc). 2024-03-01 16:59:38,863 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:38,864 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:38,864 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:38,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', '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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:38,868 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:38,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:38,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:38,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:38,879 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:38,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:38,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:38,883 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:38,885 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:38,886 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:38,888 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:38,889 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:38,889 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:38,889 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb605c40) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:59:38,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:38,893 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:38,896 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:59:38,896 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:38,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:38,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:38,906 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:38,907 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:38,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:38,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:38,909 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:38,912 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:38,912 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:38,915 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:38,916 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:38,916 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:38,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb605d90) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:59:38,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:38,919 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:38,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF ' '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', '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': 'lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF', 'ID_FS_UUID_ENC': 'lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:59:38,922 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:38,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:38,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:38,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:38,933 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:38,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:38,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:38,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:38,939 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:38,939 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:38,942 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:38,942 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:38,943 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:38,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb61b460) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:59:38,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:38,949 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:38,949 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:38,952 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:38,952 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:38,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:38,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:38,958 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:38,958 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:38,961 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:38,961 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:38,961 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:38,991 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:38,992 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:38,992 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:38,992 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:38,996 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF ; label: None ; device: /dev/sdc ; serial: 36001405c32ab0b6366441ad9b08abd4d ; exists: True ; vg_name: test_vg1 ; vg_uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:38,996 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:38,999 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:39,010 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:39,013 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:39,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,019 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:39,051 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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,051 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:39,051 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:39,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:39,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:39,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:39,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:39,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:39,074 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:39,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:59:39,078 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:39,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:39,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:39,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:39,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:39,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:39,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:39,091 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:39,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:39,094 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:39,094 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:59:39,094 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:39,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:39,097 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:39,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:59:39,101 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:39,105 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/2cfe1214-08fc-4e39-9d39-91a507a65fc7 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty', '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': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', 'ID_FS_UUID_ENC': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', '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': '1228790395'} ; 2024-03-01 16:59:39,105 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:39,106 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,109 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:39,109 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:39,109 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:39,109 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,111 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:39,112 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:39,112 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:39,112 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,114 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:39,114 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:39,114 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:39,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:39,124 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,124 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:39,124 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,125 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:39,121 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7faaeb6cd6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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,125 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,128 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:39,128 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:39,128 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:39,132 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:39,135 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,135 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:39,138 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,138 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:39,142 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,142 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:39,145 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,145 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:39,146 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:39,147 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:39,150 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:39,150 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:39,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:39,153 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:39,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:39,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:39,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:39,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:39,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:39,174 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:39,177 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,178 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:39,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:59:39,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:59:39,184 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:39,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:39,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:39,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:39,191 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:39,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:39,194 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:39,194 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:59:39,194 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:59:39,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:39,197 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:39,200 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,201 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:39,204 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/ef47158a-b2a2-4eb7-b3b1-01d184058a01 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ', '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': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', 'ID_FS_UUID_ENC': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', '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': '1228352623'} ; 2024-03-01 16:59:39,204 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:39,204 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,207 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:39,207 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:39,207 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:39,207 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,209 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:39,210 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:39,210 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:39,210 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,212 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:39,212 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:39,212 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:39,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:59:39,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,222 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:39,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,223 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:39,219 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7faaeb6cd6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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,224 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,226 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:39,226 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:39,227 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:39,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:39,234 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,234 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:59:39,237 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,237 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:59:39,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:59:39,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:39,244 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:59:39,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:39,247 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:59:39,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:59:39,250 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:39,250 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/lvm-pv-uuid-TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', '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': 'TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X', 'ID_FS_UUID_ENC': 'TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:59:39,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:59:39,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; 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,265 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:39,265 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:39,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:39,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:39,268 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:39,271 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:39,271 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,274 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,274 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,275 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:59:39,275 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb6194f0) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:59:39,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:39,281 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,281 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:39,284 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,284 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:39,287 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,287 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:39,290 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,290 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:39,292 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:59:39,293 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:59:39,293 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/sda,/dev/sdc ... 2024-03-01 16:59:39,334 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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,334 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd. WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:39,334 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:39,335 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:59:39,338 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X ; label: None ; device: /dev/sdd ; serial: 36001405e1b30555003e4ca3960f7405e ; exists: True ; vg_name: test_vg2 ; vg_uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:59:39,339 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:59:39,342 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,353 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/sda,/dev/sdc ... 2024-03-01 16:59:39,386 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 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=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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,386 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd. WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:39,386 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:39,387 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:39,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:59:39,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:59:39,394 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:39,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:59:39,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:59:39,398 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/sda,/dev/sdc ... 2024-03-01 16:59:39,430 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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:39,430 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd. WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:39,430 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:39,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:59:39,435 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:59:39,437 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:59:39,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:39,444 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:39,444 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,447 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/lvm-pv-uuid-EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144', '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': 'EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd', 'ID_FS_UUID_ENC': 'EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:59:39,447 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:39,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,458 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:39,459 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:39,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:59:39,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:59:39,462 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:39,464 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:39,465 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:39,468 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:39,468 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,468 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:59:39,468 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb6052e0) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:59:39,471 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:39,474 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,474 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:59:39,477 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,477 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:59:39,480 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,481 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:59:39,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:59:39,486 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:59:39,486 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:59:39,487 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/sda,/dev/sdc ... 2024-03-01 16:59:39,517 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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,517 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:39,517 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:39,518 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:59:39,521 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd ; label: None ; device: /dev/sde ; serial: 36001405b83a821e5a07417daf389f144 ; exists: True ; vg_name: test_vg2 ; vg_uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:39,522 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:59:39,524 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:39,533 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:59:39,536 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:39,539 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:59:39,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:39,544 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/sda,/dev/sdc ... 2024-03-01 16:59:39,579 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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:39,579 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:39,579 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:39,580 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:39,580 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8', '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': '5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT', 'ID_FS_UUID_ENC': '5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:59:39,584 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:39,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,596 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:39,596 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:39,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:59:39,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:59:39,599 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:39,602 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:39,603 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:39,605 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:39,606 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,606 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:59:39,606 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaec7da820) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:59:39,609 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:39,612 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,612 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:59:39,615 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,615 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:59:39,618 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,618 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:59:39,621 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,621 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:59:39,624 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:59:39,624 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:59:39,624 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/sdf,/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:39,654 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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,654 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:39,654 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:39,655 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:59:39,658 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT ; label: None ; device: /dev/sdf ; serial: 360014056869f680ddd240c9a3ecdded8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:39,659 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:59:39,662 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:39,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:59:39,673 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:39,676 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:59:39,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:39,681 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/sdf,/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:39,721 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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:39,721 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:39,721 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:39,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:39,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:39,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:39,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:39,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:39,744 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:39,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:39,747 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:39,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:59:39,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:59:39,753 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:39,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:59:39,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:39,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:39,760 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:39,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:39,763 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:39,763 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:59:39,764 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:59:39,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:39,767 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:39,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:39,770 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:39,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/5d83dc62-1621-4427-9a4b-7bc23f8121f2 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme ' '/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': '60', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme', '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': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', 'ID_FS_UUID_ENC': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', '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': '1226622181'} ; 2024-03-01 16:59:39,773 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:39,774 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:39,776 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:59:39,777 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:39,777 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:39,777 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:39,779 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:59:39,779 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:39,779 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:39,779 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:39,782 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:59:39,782 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:39,782 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:39,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:59:39,791 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:39,792 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:39,792 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:39,793 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:39,789 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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 (0x7faaeb634c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,793 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:39,795 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:59:39,796 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:39,796 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:39,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:39,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:59:39,806 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,806 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:59:39,809 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,809 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:59:39,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,812 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:59:39,813 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:59:39,816 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:39,817 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:59:39,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:59:39,820 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:39,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:59:39,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:39,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:59:39,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:39,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:39,841 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:39,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:39,844 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:39,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:59:39,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:59:39,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:39,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:59:39,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:39,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:39,857 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:39,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:39,861 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:39,861 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:59:39,861 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:59:39,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:39,864 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:39,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:39,867 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:39,870 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h ' '/dev/disk/by-uuid/1b86f309-fa25-4860-a29d-6a2169c3eb9d ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h', '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': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', 'ID_FS_UUID_ENC': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', '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': '1226139636'} ; 2024-03-01 16:59:39,870 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:39,871 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:39,873 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:59:39,873 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:39,874 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:39,874 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:39,876 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:59:39,876 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:39,876 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:39,876 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:39,879 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:59:39,879 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:39,879 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:39,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:59:39,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:39,889 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:39,889 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:39,890 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:39,886 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7faaeb634c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:39,890 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:39,893 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:59:39,893 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:39,893 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:39,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:39,900 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,900 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:59:39,903 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,904 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:59:39,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:59:39,910 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,910 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:59:39,910 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:59:39,913 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:39,913 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:59:39,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:59:39,916 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:39,917 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW', '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': '2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW', 'ID_FS_UUID_ENC': '2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:59:39,920 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:59:39,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,931 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:39,932 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:39,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:59:39,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:59:39,935 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:39,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:39,938 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:59:39,941 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:59:39,941 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,941 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:59:39,941 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb619040) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:59:39,944 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:39,947 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,947 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:59:39,950 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,950 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:59:39,953 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,953 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:59:39,956 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,956 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:59:39,959 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:59:39,959 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:59:39,959 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:39,995 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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:39,996 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4. WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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:39,996 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:59:39,996 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:59:40,000 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW ; label: None ; device: /dev/sdg ; serial: 36001405c5fc99c94c224b4fa3bfcd0d4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:59:40,000 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:59:40,003 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,014 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/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,051 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 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=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,052 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4. WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,052 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:59:40,052 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:40,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:59:40,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:59:40,060 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:40,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:59:40,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:59:40,063 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/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,103 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,104 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4. WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,104 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:59:40,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:59:40,108 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:59:40,111 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:59:40,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,117 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:40,117 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,120 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/lvm-pv-uuid-20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/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': '20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4', 'ID_FS_UUID_ENC': '20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:40,120 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,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,132 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:40,132 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:40,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:59:40,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:59:40,135 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:40,138 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:40,138 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,141 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,142 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,142 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:59:40,142 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb5d07c0) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:59:40,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:40,148 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,148 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:59:40,151 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,151 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:59:40,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:59:40,157 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,158 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:59:40,160 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:59:40,160 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:59:40,160 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/sde,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,195 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,195 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,196 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:59:40,196 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:59:40,200 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 ; label: None ; device: /dev/sdh ; serial: 3600140530ed03f19ead49c0961a34425 ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; 2024-03-01 16:59:40,200 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:59:40,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,211 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:59:40,214 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:40,217 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:59:40,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,223 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/sde,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,263 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,264 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,264 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:59:40,264 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:40,264 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,268 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/lvm-pv-uuid-cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig', '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': 'cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig', 'ID_FS_UUID_ENC': 'cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:59:40,268 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,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,280 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:40,281 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:40,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:59:40,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:59:40,284 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:40,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:40,287 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,290 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,290 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,291 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:59:40,291 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb5d3220) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:59:40,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:40,297 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,297 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:59:40,300 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,300 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:59:40,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:59:40,306 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,306 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:59:40,309 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:59:40,309 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:59:40,309 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/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,348 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,349 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,349 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:59:40,349 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:59:40,353 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig ; label: None ; device: /dev/sdi ; serial: 3600140560af2662901d4f47896ce0d8b ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; 2024-03-01 16:59:40,353 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:59:40,356 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:59:40,368 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:40,370 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:59:40,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,376 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/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,414 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,414 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,414 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:59:40,415 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:40,415 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,419 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': '2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz', 'ID_FS_UUID_ENC': '2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:59:40,419 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:40,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,431 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:40,431 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:40,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:59:40,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:59:40,435 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:40,437 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:40,438 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:40,441 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:40,441 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,441 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:59:40,441 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb5d4910) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:59:40,445 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:40,448 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,448 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:59:40,451 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,451 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:59:40,454 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,454 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:59:40,457 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,457 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:59:40,459 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:59:40,459 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:59:40,460 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/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sdj,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,499 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,499 INFO program/MainThread: stderr[41]: 2024-03-01 16:59:40,499 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:59:40,500 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:59:40,504 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz ; label: None ; device: /dev/sdj ; serial: 36001405c1189f9e8c474b3f8309f1759 ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:59:40,504 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:59:40,507 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,516 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:59:40,519 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:40,521 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:59:40,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,527 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/sde,/dev/sdi,/dev/sdd,/dev/sdf,/dev/sdb,/dev/sdg,/dev/sdj,/dev/sda,/dev/sdc ... 2024-03-01 16:59:40,562 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,562 INFO program/MainThread: stderr[42]: 2024-03-01 16:59:40,562 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:59:40,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:59:40,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:40,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:59:40,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:40,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:40,585 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:40,589 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:40,589 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:40,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:59:40,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:59:40,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:40,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:59:40,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:40,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:40,602 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:40,605 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:40,605 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:40,605 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:59:40,605 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:59:40,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:40,608 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:40,611 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:40,612 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:40,615 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/16b9fc8a-c5d6-494a-aad8-8ba74b0a609b ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1', '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': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', 'ID_FS_UUID_ENC': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', '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': '1224441512'} ; 2024-03-01 16:59:40,615 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:40,615 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:40,618 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:59:40,618 INFO program/MainThread: stderr[43]: 2024-03-01 16:59:40,618 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:59:40,618 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:40,621 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:59:40,621 INFO program/MainThread: stderr[44]: 2024-03-01 16:59:40,621 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:59:40,621 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:40,624 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:59:40,624 INFO program/MainThread: stderr[45]: 2024-03-01 16:59:40,624 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:59:40,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:59:40,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,635 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:40,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,636 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:40,632 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,637 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:40,639 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:59:40,639 INFO program/MainThread: stderr[46]: 2024-03-01 16:59:40,639 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:59:40,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:40,646 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,646 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:59:40,649 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,650 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:59:40,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:59:40,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:59:40,656 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:59:40,659 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:40,659 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:59:40,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:59:40,663 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:40,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:59:40,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:40,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:59:40,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:40,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:40,694 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:40,697 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:40,697 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:40,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:59:40,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:59:40,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:40,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:59:40,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:40,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:40,710 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:40,713 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:40,713 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:40,714 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:59:40,714 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:59:40,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:40,717 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:40,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:59:40,720 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:40,723 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-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC ' '/dev/disk/by-uuid/de1c112c-d81f-42dd-83af-70cc6bf16de9 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC', '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': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', 'ID_FS_UUID_ENC': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', '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': '1223360867'} ; 2024-03-01 16:59:40,723 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:40,724 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:40,727 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:59:40,727 INFO program/MainThread: stderr[47]: 2024-03-01 16:59:40,727 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:59:40,727 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:40,729 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:59:40,729 INFO program/MainThread: stderr[48]: 2024-03-01 16:59:40,729 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:59:40,730 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:40,732 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:59:40,732 INFO program/MainThread: stderr[49]: 2024-03-01 16:59:40,732 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:59:40,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:59:40,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,743 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:40,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,744 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:40,740 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,745 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:40,747 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:59:40,747 INFO program/MainThread: stderr[50]: 2024-03-01 16:59:40,748 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:59:40,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:40,755 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,755 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:59:40,758 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,758 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:59:40,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:59:40,764 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,764 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:59:40,765 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:59:40,768 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:40,768 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:59:40,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:59:40,771 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:40,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:59:40,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:40,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:59:40,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:40,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:40,792 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:40,796 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:40,796 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:40,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:59:40,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:59:40,802 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:40,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:59:40,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:40,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:40,809 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:40,812 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:40,812 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:40,812 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:59:40,813 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:59:40,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:40,816 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:40,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:59:40,819 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:40,822 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-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3', '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': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', 'ID_FS_UUID_ENC': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', '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': '1222282228'} ; 2024-03-01 16:59:40,822 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:40,822 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:40,825 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:59:40,825 INFO program/MainThread: stderr[51]: 2024-03-01 16:59:40,825 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:59:40,825 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:40,828 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:59:40,828 INFO program/MainThread: stderr[52]: 2024-03-01 16:59:40,828 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:59:40,828 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:40,830 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:59:40,830 INFO program/MainThread: stderr[53]: 2024-03-01 16:59:40,830 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:59:40,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:59:40,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,842 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:40,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,843 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:40,838 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb619a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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 (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,844 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:40,846 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:59:40,846 INFO program/MainThread: stderr[54]: 2024-03-01 16:59:40,846 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:59:40,850 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:40,853 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,853 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:59:40,856 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,856 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:59:40,860 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,860 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:59:40,863 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,863 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:59:40,863 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:59:40,866 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:40,866 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:59:40,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:59:40,870 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:40,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:59:40,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:40,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:59:40,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:40,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:40,891 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:40,894 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:40,895 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:40,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:59:40,898 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:59:40,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:40,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:59:40,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:40,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:40,908 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:40,911 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:40,911 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:40,911 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:59:40,911 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:59:40,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:40,914 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:40,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:59:40,918 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:40,921 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/63781542-d52e-457e-aae0-ed3bd84f883f ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh', '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': '63781542-d52e-457e-aae0-ed3bd84f883f', 'ID_FS_UUID_ENC': '63781542-d52e-457e-aae0-ed3bd84f883f', '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': '1221898508'} ; 2024-03-01 16:59:40,921 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:40,922 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:40,924 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:59:40,924 INFO program/MainThread: stderr[55]: 2024-03-01 16:59:40,924 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:59:40,924 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:40,927 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:59:40,927 INFO program/MainThread: stderr[56]: 2024-03-01 16:59:40,927 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:59:40,927 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:40,930 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:59:40,930 INFO program/MainThread: stderr[57]: 2024-03-01 16:59:40,930 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:59:40,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:59:40,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,941 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:40,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:40,943 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:40,937 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5c7460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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 (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:40,943 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:40,946 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:59:40,946 INFO program/MainThread: stderr[58]: 2024-03-01 16:59:40,946 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:59:40,950 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:40,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:59:40,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,956 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:59:40,959 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,959 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:59:40,963 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,963 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:59:40,963 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:59:40,966 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:40,966 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:59:40,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:59:40,969 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:40,970 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,973 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': '22661799'} ; 2024-03-01 16:59:40,973 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:40,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,983 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:40,984 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:40,984 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:40,984 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:40,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:59:40,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:59:40,987 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:40,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:40,990 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:40,993 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:40,993 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:40,993 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:59:40,993 INFO blivet/MainThread: got device: DiskDevice instance (0x7faaeb5be880) -- 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:40,996 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:40,999 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,999 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:59:41,002 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,002 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:59:41,005 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,006 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:59:41,009 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,009 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:59:41,011 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:41,014 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:41,017 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:41,022 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 0x7faaeb5d6100> 2024-03-01 16:59:41,059 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:59:41,063 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:41,063 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:41,067 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': '22663631'} ; 2024-03-01 16:59:41,067 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:41,067 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:41,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,077 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:41,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,083 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,091 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,114 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,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:59:41,117 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:41,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:59:41,120 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:41,123 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:41,123 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:41,126 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,126 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:41,126 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:41,129 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:41,132 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:41,135 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:41,138 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:41,140 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,141 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:41,141 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:59:41,142 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:41,141 INFO blivet/MainThread: got device: PartitionDevice instance (0x7faaeb5c6250) -- 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 0x7faaeb5ec9a0> 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,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:41,148 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,148 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:59:41,151 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,151 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:59:41,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:59:41,157 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,157 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:59:41,157 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:41,160 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,160 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:59:41,163 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:41,163 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,166 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/63781542-d52e-457e-aae0-ed3bd84f883f ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh ' '/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': '55', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh', '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': '63781542-d52e-457e-aae0-ed3bd84f883f', 'ID_FS_UUID_ENC': '63781542-d52e-457e-aae0-ed3bd84f883f', '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': '1221898508'} ; 2024-03-01 16:59:41,166 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:41,166 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,169 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:59:41,169 INFO program/MainThread: stderr[59]: 2024-03-01 16:59:41,169 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:59:41,169 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,172 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:59:41,172 INFO program/MainThread: stderr[60]: 2024-03-01 16:59:41,172 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:59:41,172 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,174 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:59:41,174 INFO program/MainThread: stderr[61]: 2024-03-01 16:59:41,175 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:59:41,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,182 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,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,186 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,188 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,183 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5c7460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,189 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,191 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:59:41,191 INFO program/MainThread: stderr[62]: 2024-03-01 16:59:41,191 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:59:41,195 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:41,195 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:59:41,198 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3', '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': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', 'ID_FS_UUID_ENC': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', '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': '1222282228'} ; 2024-03-01 16:59:41,198 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:41,198 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,200 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:59:41,201 INFO program/MainThread: stderr[63]: 2024-03-01 16:59:41,201 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:59:41,201 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,203 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:59:41,203 INFO program/MainThread: stderr[64]: 2024-03-01 16:59:41,203 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:59:41,203 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,206 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:59:41,206 INFO program/MainThread: stderr[65]: 2024-03-01 16:59:41,206 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:59:41,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,213 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,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,217 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,218 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,213 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb619a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,219 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,222 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:59:41,222 INFO program/MainThread: stderr[66]: 2024-03-01 16:59:41,222 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:59:41,225 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:41,225 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:59:41,228 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/de1c112c-d81f-42dd-83af-70cc6bf16de9 ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC', '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': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', 'ID_FS_UUID_ENC': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', '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': '1223360867'} ; 2024-03-01 16:59:41,228 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:41,229 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,231 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:59:41,231 INFO program/MainThread: stderr[67]: 2024-03-01 16:59:41,231 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:59:41,231 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,234 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:59:41,234 INFO program/MainThread: stderr[68]: 2024-03-01 16:59:41,234 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:59:41,234 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,236 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:59:41,236 INFO program/MainThread: stderr[69]: 2024-03-01 16:59:41,237 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:59:41,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,244 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,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,247 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,249 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,244 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,250 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,252 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:59:41,252 INFO program/MainThread: stderr[70]: 2024-03-01 16:59:41,252 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:59:41,256 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:41,256 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:59:41,259 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/16b9fc8a-c5d6-494a-aad8-8ba74b0a609b ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1', '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': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', 'ID_FS_UUID_ENC': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', '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': '1224441512'} ; 2024-03-01 16:59:41,259 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:41,259 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,261 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:59:41,262 INFO program/MainThread: stderr[71]: 2024-03-01 16:59:41,262 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:59:41,262 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,264 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:59:41,264 INFO program/MainThread: stderr[72]: 2024-03-01 16:59:41,264 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:59:41,264 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,267 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:59:41,267 INFO program/MainThread: stderr[73]: 2024-03-01 16:59:41,267 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:59:41,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,274 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,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,278 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,279 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,274 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7faaeb5c7f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,280 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,282 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:59:41,283 INFO program/MainThread: stderr[74]: 2024-03-01 16:59:41,283 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:59:41,286 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:41,286 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:59:41,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/1b86f309-fa25-4860-a29d-6a2169c3eb9d ' '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h', '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': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', 'ID_FS_UUID_ENC': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', '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': '1226139636'} ; 2024-03-01 16:59:41,289 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:41,290 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,292 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:59:41,292 INFO program/MainThread: stderr[75]: 2024-03-01 16:59:41,292 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:59:41,292 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,294 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:59:41,295 INFO program/MainThread: stderr[76]: 2024-03-01 16:59:41,295 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:59:41,295 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,297 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:59:41,297 INFO program/MainThread: stderr[77]: 2024-03-01 16:59:41,297 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:59:41,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,304 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,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:41,307 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:41,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:41,308 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:41,304 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7faaeb634c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,309 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,311 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:59:41,311 INFO program/MainThread: stderr[78]: 2024-03-01 16:59:41,311 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:59:41,315 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:41,315 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:59:41,318 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-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme ' '/dev/disk/by-uuid/5d83dc62-1621-4427-9a4b-7bc23f8121f2', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme', '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': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', 'ID_FS_UUID_ENC': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', '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': '1226622181'} ; 2024-03-01 16:59:41,318 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:41,318 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:41,321 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:59:41,321 INFO program/MainThread: stderr[79]: 2024-03-01 16:59:41,321 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:59:41,321 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:41,323 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:59:41,323 INFO program/MainThread: stderr[80]: 2024-03-01 16:59:41,323 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:59:41,323 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:41,326 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:59:41,326 INFO program/MainThread: stderr[81]: 2024-03-01 16:59:41,326 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:59:41,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,333 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:41,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:41,336 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:41,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:41,337 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:41,333 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7faaeb634c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:41,338 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:41,340 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:59:41,340 INFO program/MainThread: stderr[82]: 2024-03-01 16:59:41,340 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:59:41,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:41,344 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:59:41,347 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/ef47158a-b2a2-4eb7-b3b1-01d184058a01 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ ' '/dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ', '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': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', 'ID_FS_UUID_ENC': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', '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': '1228352623'} ; 2024-03-01 16:59:41,347 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:41,347 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:41,349 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:59:41,350 INFO program/MainThread: stderr[83]: 2024-03-01 16:59:41,350 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:59:41,350 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:41,352 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:59:41,352 INFO program/MainThread: stderr[84]: 2024-03-01 16:59:41,352 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:59:41,352 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:41,355 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:59:41,355 INFO program/MainThread: stderr[85]: 2024-03-01 16:59:41,355 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:59:41,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:59:41,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:41,365 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:41,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:41,366 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:41,362 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7faaeb6cd6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:41,366 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:41,369 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:59:41,369 INFO program/MainThread: stderr[86]: 2024-03-01 16:59:41,369 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:59:41,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:41,373 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:59:41,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/2cfe1214-08fc-4e39-9d39-91a507a65fc7 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty', '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': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', 'ID_FS_UUID_ENC': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', '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': '1228790395'} ; 2024-03-01 16:59:41,375 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:41,376 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:41,378 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:59:41,378 INFO program/MainThread: stderr[87]: 2024-03-01 16:59:41,378 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:59:41,378 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:41,381 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:59:41,381 INFO program/MainThread: stderr[88]: 2024-03-01 16:59:41,381 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:59:41,381 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:41,383 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:59:41,384 INFO program/MainThread: stderr[89]: 2024-03-01 16:59:41,384 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:59:41,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:41,393 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:41,394 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:41,394 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:41,394 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:41,391 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faaeb61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7faaeb6cd6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:41,395 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:41,397 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:59:41,398 INFO program/MainThread: stderr[90]: 2024-03-01 16:59:41,398 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:59:41,401 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:41,401 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:41,401 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,414 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,431 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:41,432 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:41,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,444 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:41,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,455 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:41,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,466 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:41,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,477 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:41,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,488 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:59:41,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,498 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:44,484 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_i51ic5g8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:44,519 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:44,519 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:44,521 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:44,522 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:44,522 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:44,522 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:44,526 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:44,526 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:44,530 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:44,530 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:44,533 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:44,533 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:44,536 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:44,536 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:44,546 INFO program/MainThread: stdout: 2024-03-01 16:59:44,546 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:44,546 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 2024-03-01 16:59:44,546 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 2024-03-01 16:59:44,546 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI 2024-03-01 16:59:44,546 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 2024-03-01 16:59:44,546 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2cfe1214-08fc-4e39-9d39-91a507a65fc7 2024-03-01 16:59:44,546 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF 2024-03-01 16:59:44,546 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X 2024-03-01 16:59:44,546 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 1b86f309-fa25-4860-a29d-6a2169c3eb9d 2024-03-01 16:59:44,546 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5d83dc62-1621-4427-9a4b-7bc23f8121f2 2024-03-01 16:59:44,547 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd 2024-03-01 16:59:44,547 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT 2024-03-01 16:59:44,547 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW 2024-03-01 16:59:44,547 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 63781542-d52e-457e-aae0-ed3bd84f883f 2024-03-01 16:59:44,547 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1 2024-03-01 16:59:44,547 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 2024-03-01 16:59:44,547 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 2024-03-01 16:59:44,547 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 2024-03-01 16:59:44,547 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig 2024-03-01 16:59:44,547 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b 2024-03-01 16:59:44,547 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz 2024-03-01 16:59:44,547 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b 2024-03-01 16:59:44,547 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:44,547 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:44,547 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:44,547 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:44,547 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:44,547 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 sdb 1073741824 root disk brw-rw---- LVM2_member 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs ef47158a-b2a2-4eb7-b3b1-01d184058a01 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2cfe1214-08fc-4e39-9d39-91a507a65fc7 sdc 1073741824 root disk brw-rw---- LVM2_member lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF sdd 1073741824 root disk brw-rw---- LVM2_member TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 1b86f309-fa25-4860-a29d-6a2169c3eb9d `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5d83dc62-1621-4427-9a4b-7bc23f8121f2 sde 1073741824 root disk brw-rw---- LVM2_member EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd sdf 1073741824 root disk brw-rw---- LVM2_member 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT sdg 1073741824 root disk brw-rw---- LVM2_member 2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 63781542-d52e-457e-aae0-ed3bd84f883f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 sdh 1073741824 root disk brw-rw---- LVM2_member 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs de1c112c-d81f-42dd-83af-70cc6bf16de9 sdi 1073741824 root disk brw-rw---- LVM2_member cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b sdj 1073741824 root disk brw-rw---- LVM2_member 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 16b9fc8a-c5d6-494a-aad8-8ba74b0a609b 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:44,547 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:44,548 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:44,548 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:44,548 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:44,548 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:44,548 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:44,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:44,561 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:44,577 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:44,582 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/wwn-0x60014055f23320e64d340179c71cec8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed ' '/dev/disk/by-id/scsi-360014055f23320e64d340179c71cec8e ' '/dev/disk/by-id/lvm-pv-uuid-feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57', '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': 'feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57', 'ID_FS_UUID_ENC': 'feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57', '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': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'ID_SERIAL': '360014055f23320e64d340179c71cec8e', 'ID_SERIAL_SHORT': '60014055f23320e64d340179c71cec8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055f23320e6', 'ID_WWN_VENDOR_EXTENSION': '0x4d340179c71cec8e', 'ID_WWN_WITH_EXTENSION': '0x60014055f23320e64d340179c71cec8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055f23320e64d340179c71cec8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5f23320e-64d3-4017-9c71-cec8efc372ed', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810615784'} ; 2024-03-01 16:59:44,582 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:44,582 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:44,621 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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:44,621 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:44,621 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:44,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:44,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:44,633 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:44,635 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:44,639 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:44,640 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:44,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:44,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:44,644 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:44,647 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:44,647 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:44,650 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:44,650 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:44,651 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:44,651 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802d37c8e0) -- 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 = 60014055f23320e64d340179c71cec8e 2024-03-01 16:59:44,654 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:44,658 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:44,658 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:44,661 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:44,661 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:44,664 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:44,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:44,668 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:44,668 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:44,671 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:44,671 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:44,671 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:44,706 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:44,706 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI. WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (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:44,707 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:44,707 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:44,711 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 ; label: None ; device: /dev/sda ; serial: 360014055f23320e64d340179c71cec8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; pe_start: 8 MiB ; 2024-03-01 16:59:44,711 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:44,714 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:44,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:44,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:44,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:44,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:44,725 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:44,758 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:44,758 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI. WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (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:44,758 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:44,759 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:44,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:44,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:44,767 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:44,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:44,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:44,771 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:44,807 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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:44,807 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI. WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (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:44,807 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:44,811 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:44,812 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:44,815 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:44,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:44,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:44,820 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:44,820 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:44,824 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/wwn-0x6001405e322c7146a20442ba42ab82f8 ' '/dev/disk/by-id/lvm-pv-uuid-3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e322c714-6a20-442b-a42a-b82f845f14c9 ' '/dev/disk/by-id/scsi-36001405e322c7146a20442ba42ab82f8', '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': '3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI', 'ID_FS_UUID_ENC': '3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI', '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': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'ID_SERIAL': '36001405e322c7146a20442ba42ab82f8', 'ID_SERIAL_SHORT': '6001405e322c7146a20442ba42ab82f8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e322c7146', 'ID_WWN_VENDOR_EXTENSION': '0xa20442ba42ab82f8', 'ID_WWN_WITH_EXTENSION': '0x6001405e322c7146a20442ba42ab82f8', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e322c7146a20442ba42ab82f8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e322c714-6a20-442b-a42a-b82f845f14c9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810598135'} ; 2024-03-01 16:59:44,824 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:44,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:44,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:44,834 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:44,835 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:44,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:44,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:44,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:44,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:44,841 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:44,844 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:44,844 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:44,845 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:44,845 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c246a00) -- 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 = 6001405e322c7146a20442ba42ab82f8 2024-03-01 16:59:44,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:44,851 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:44,851 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:44,854 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:44,854 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:44,857 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:44,857 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:44,860 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:44,860 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:44,863 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:44,863 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:44,863 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:44,897 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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:44,897 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (last written to /dev/sdc). 2024-03-01 16:59:44,898 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:44,898 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:44,901 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI ; label: None ; device: /dev/sdb ; serial: 36001405e322c7146a20442ba42ab82f8 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:59:44,902 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:44,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:44,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:44,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:44,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:44,916 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:44,919 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:44,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:44,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:44,924 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:44,958 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:44,958 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF. WARNING: VG test_vg1 is missing PV lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF (last written to /dev/sdc). 2024-03-01 16:59:44,958 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:44,959 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:44,959 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:44,963 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-36001405407280070dc74038982f913c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_40728007-0dc7-4038-982f-913c79fa80f7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7 ' '/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': '40728007-0dc7-4038-982f-913c79fa80f7', 'ID_SERIAL': '36001405407280070dc74038982f913c7', 'ID_SERIAL_SHORT': '6001405407280070dc74038982f913c7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405407280070', 'ID_WWN_VENDOR_EXTENSION': '0xdc74038982f913c7', 'ID_WWN_WITH_EXTENSION': '0x6001405407280070dc74038982f913c7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405407280070dc74038982f913c7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '40728007-0dc7-4038-982f-913c79fa80f7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:44,963 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:44,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:44,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:44,974 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:44,974 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:44,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:44,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:44,977 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:44,980 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:44,980 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:44,983 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:44,983 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:44,984 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:44,984 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c1a6c40) -- 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 = 6001405407280070dc74038982f913c7 2024-03-01 16:59:44,987 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:44,987 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:44,990 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405793dda67e22c4ca1ad31784ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_793dda67-e22c-4ca1-ad31-784eddc05fb0 ' '/dev/disk/by-id/scsi-36001405793dda67e22c4ca1ad31784ed', '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': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'ID_SERIAL': '36001405793dda67e22c4ca1ad31784ed', 'ID_SERIAL_SHORT': '6001405793dda67e22c4ca1ad31784ed', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405793dda67e', 'ID_WWN_VENDOR_EXTENSION': '0x22c4ca1ad31784ed', 'ID_WWN_WITH_EXTENSION': '0x6001405793dda67e22c4ca1ad31784ed', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405793dda67e22c4ca1ad31784ed', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '793dda67-e22c-4ca1-ad31-784eddc05fb0', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811247895'} ; 2024-03-01 16:59:44,990 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:44,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:44,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,001 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:45,001 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:45,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:45,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:45,004 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:45,007 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:45,007 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,010 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,010 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,011 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:45,011 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c1a6d90) -- 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 = 6001405793dda67e22c4ca1ad31784ed 2024-03-01 16:59:45,014 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:45,014 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:45,017 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/wwn-0x6001405c32ab0b6366441ad9b08abd4d ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c32ab0b6-3664-41ad-9b08-abd4d7b91c1e ' '/dev/disk/by-id/lvm-pv-uuid-lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF', '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': 'lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF', 'ID_FS_UUID_ENC': 'lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF', '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': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'ID_SERIAL': '36001405c32ab0b6366441ad9b08abd4d', 'ID_SERIAL_SHORT': '6001405c32ab0b6366441ad9b08abd4d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c32ab0b63', 'ID_WWN_VENDOR_EXTENSION': '0x66441ad9b08abd4d', 'ID_WWN_WITH_EXTENSION': '0x6001405c32ab0b6366441ad9b08abd4d', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c32ab0b6366441ad9b08abd4d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c32ab0b6-3664-41ad-9b08-abd4d7b91c1e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810760450'} ; 2024-03-01 16:59:45,017 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,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,027 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:45,028 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:45,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:45,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:45,031 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:45,034 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:45,034 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,037 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,037 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,037 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:45,037 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c1bb460) -- 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 = 6001405c32ab0b6366441ad9b08abd4d 2024-03-01 16:59:45,040 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:45,043 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,043 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:45,046 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,046 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:45,049 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,049 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:45,052 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,053 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:45,055 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:45,055 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:45,055 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:45,088 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=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,088 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:45,088 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:45,089 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:45,092 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF ; label: None ; device: /dev/sdc ; serial: 36001405c32ab0b6366441ad9b08abd4d ; exists: True ; vg_name: test_vg1 ; vg_uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:45,093 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:45,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:45,107 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:45,110 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:45,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,115 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:45,144 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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,144 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:45,144 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:45,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:45,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:45,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:45,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:45,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:45,167 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:45,170 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,170 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:45,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:45,174 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:45,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:45,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:45,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:45,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:45,183 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:45,186 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,187 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:45,187 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:59:45,187 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:45,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:45,190 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:45,193 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,193 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:45,198 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty ' '/dev/disk/by-uuid/2cfe1214-08fc-4e39-9d39-91a507a65fc7 ' '/dev/mapper/test_vg1-lv1 /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': '62', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty', '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': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', 'ID_FS_UUID_ENC': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', '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': '1228790395'} ; 2024-03-01 16:59:45,198 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:45,198 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,201 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:45,201 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:45,201 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:45,201 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,203 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:45,204 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:45,204 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:45,204 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,206 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:45,206 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:45,206 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:45,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:45,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:45,216 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:45,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:45,217 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:45,213 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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,217 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,220 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:45,220 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:45,220 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:45,224 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:45,227 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,227 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:45,230 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,230 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:45,233 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,233 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:45,237 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,237 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:45,238 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:45,238 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:45,242 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:45,242 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:45,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:45,245 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:45,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:45,260 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:45,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:45,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:45,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:45,266 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:45,269 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:45,270 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:45,270 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:59:45,273 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:59:45,276 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:45,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:45,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:45,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:45,282 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:45,285 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:45,286 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:45,286 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:59:45,286 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:59:45,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:45,289 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:45,292 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:45,292 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:45,295 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/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/ef47158a-b2a2-4eb7-b3b1-01d184058a01', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ', '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': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', 'ID_FS_UUID_ENC': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', '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': '1228352623'} ; 2024-03-01 16:59:45,296 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:45,296 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:45,298 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:45,298 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:45,298 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:45,299 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:45,301 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:45,301 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:45,301 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:45,301 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:45,304 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:45,304 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:45,304 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:45,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:59:45,313 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:45,314 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:45,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:45,315 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:45,311 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:45,315 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:45,318 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:45,318 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:45,318 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:45,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:45,325 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,325 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:59:45,328 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,328 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:59:45,332 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,332 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:59:45,335 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,335 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:45,335 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:59:45,338 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:45,338 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:59:45,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:59:45,341 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:45,342 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:45,345 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405e1b30555003e4ca3960f7405e ' '/dev/disk/by-id/lvm-pv-uuid-TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X ' '/dev/disk/by-id/scsi-36001405e1b30555003e4ca3960f7405e', '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': 'TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X', 'ID_FS_UUID_ENC': 'TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X', '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': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'ID_SERIAL': '36001405e1b30555003e4ca3960f7405e', 'ID_SERIAL_SHORT': '6001405e1b30555003e4ca3960f7405e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e1b305550', 'ID_WWN_VENDOR_EXTENSION': '0x03e4ca3960f7405e', 'ID_WWN_WITH_EXTENSION': '0x6001405e1b30555003e4ca3960f7405e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e1b30555003e4ca3960f7405e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e1b30555-003e-4ca3-960f-7405ed7aa7b1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810753703'} ; 2024-03-01 16:59:45,345 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:45,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,356 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:45,356 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:45,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:45,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:45,359 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:45,362 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:45,362 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:45,365 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:45,366 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,366 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:59:45,366 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c1ba4f0) -- 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 = 6001405e1b30555003e4ca3960f7405e 2024-03-01 16:59:45,369 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:45,372 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,372 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:45,375 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,375 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:45,378 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:45,381 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,381 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:45,384 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:59:45,384 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:59:45,384 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/sdb,/dev/sdd,/dev/sda ... 2024-03-01 16:59:45,416 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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:45,416 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd. WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:45,416 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:45,416 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:59:45,420 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X ; label: None ; device: /dev/sdd ; serial: 36001405e1b30555003e4ca3960f7405e ; exists: True ; vg_name: test_vg2 ; vg_uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:59:45,421 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:59:45,423 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,434 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/sdb,/dev/sdd,/dev/sda ... 2024-03-01 16:59:45,468 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 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=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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:45,468 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd. WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:45,468 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:45,469 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:45,469 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:59:45,473 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:59:45,476 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:45,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:59:45,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:59:45,479 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/sdb,/dev/sdd,/dev/sda ... 2024-03-01 16:59:45,506 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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:45,506 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd. WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:45,506 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:45,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:59:45,511 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:59:45,514 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:59:45,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:45,520 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:45,520 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:45,523 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_b83a821e-5a07-417d-af38-9f144c388856 ' '/dev/disk/by-id/lvm-pv-uuid-EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd ' '/dev/disk/by-id/scsi-36001405b83a821e5a07417daf389f144 ' '/dev/disk/by-id/wwn-0x6001405b83a821e5a07417daf389f144', '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': 'EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd', 'ID_FS_UUID_ENC': 'EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd', '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': 'b83a821e-5a07-417d-af38-9f144c388856', 'ID_SERIAL': '36001405b83a821e5a07417daf389f144', 'ID_SERIAL_SHORT': '6001405b83a821e5a07417daf389f144', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b83a821e5', 'ID_WWN_VENDOR_EXTENSION': '0xa07417daf389f144', 'ID_WWN_WITH_EXTENSION': '0x6001405b83a821e5a07417daf389f144', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b83a821e5a07417daf389f144', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b83a821e-5a07-417d-af38-9f144c388856', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810893729'} ; 2024-03-01 16:59:45,523 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:45,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,534 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:45,535 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:45,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:59:45,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:59:45,538 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:45,540 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:45,541 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:59:45,543 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:45,544 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,544 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:59:45,544 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c1a62e0) -- 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 = 6001405b83a821e5a07417daf389f144 2024-03-01 16:59:45,547 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:45,550 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,550 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:59:45,553 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,553 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:59:45,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,556 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:59:45,560 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,560 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:59:45,562 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:59:45,562 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:59:45,562 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda ... 2024-03-01 16:59:45,592 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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:45,592 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:45,592 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:45,593 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:59:45,596 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd ; label: None ; device: /dev/sde ; serial: 36001405b83a821e5a07417daf389f144 ; exists: True ; vg_name: test_vg2 ; vg_uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:45,596 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:59:45,599 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:45,608 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:59:45,611 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:45,613 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:59:45,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:45,619 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda ... 2024-03-01 16:59:45,653 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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:45,654 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT. WARNING: VG test_vg2 is missing PV 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT (last written to /dev/sdf). 2024-03-01 16:59:45,654 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:45,654 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:45,654 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:45,658 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-360014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/wwn-0x60014056869f680ddd240c9a3ecdded8 ' '/dev/disk/by-id/lvm-pv-uuid-5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6869f680-ddd2-40c9-a3ec-dded855ec83a', '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': '5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT', 'ID_FS_UUID_ENC': '5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT', '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': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'ID_SERIAL': '360014056869f680ddd240c9a3ecdded8', 'ID_SERIAL_SHORT': '60014056869f680ddd240c9a3ecdded8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056869f680d', 'ID_WWN_VENDOR_EXTENSION': '0xdd240c9a3ecdded8', 'ID_WWN_WITH_EXTENSION': '0x60014056869f680ddd240c9a3ecdded8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056869f680ddd240c9a3ecdded8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6869f680-ddd2-40c9-a3ec-dded855ec83a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '810934491'} ; 2024-03-01 16:59:45,658 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:59:45,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,670 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:45,671 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:45,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:59:45,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:59:45,674 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:45,677 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:45,677 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:45,680 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:45,680 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,680 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:59:45,680 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802d37c820) -- 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 = 60014056869f680ddd240c9a3ecdded8 2024-03-01 16:59:45,683 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:45,686 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,686 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:59:45,689 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,689 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:59:45,692 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,692 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:59:45,695 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:59:45,698 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:59:45,698 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:59:45,698 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:45,731 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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:45,732 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:45,732 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:45,732 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:59:45,736 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT ; label: None ; device: /dev/sdf ; serial: 360014056869f680ddd240c9a3ecdded8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:45,736 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:59:45,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:45,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:59:45,750 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:45,753 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:59:45,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:45,759 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:45,792 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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:45,792 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:45,792 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:45,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:45,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:45,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:45,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:45,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:45,815 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:45,818 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:45,819 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:45,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:59:45,822 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:59:45,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:45,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:59:45,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:45,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:45,832 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:45,835 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:45,835 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:45,835 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:59:45,835 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:59:45,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:45,838 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:45,841 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:45,842 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:45,845 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/5d83dc62-1621-4427-9a4b-7bc23f8121f2 ' '/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': '60', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme', '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': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', 'ID_FS_UUID_ENC': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', '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': '1226622181'} ; 2024-03-01 16:59:45,845 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:45,845 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:45,848 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:59:45,848 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:45,848 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:45,849 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:45,851 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:59:45,851 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:45,851 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:45,851 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:45,854 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:59:45,854 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:45,854 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:45,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:59:45,863 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:45,864 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:45,864 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:45,865 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:45,861 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:45,865 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:45,867 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:59:45,868 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:45,868 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:45,871 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:45,875 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,875 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:59:45,878 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,878 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:59:45,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,881 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:59:45,884 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,884 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:59:45,885 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:59:45,888 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:45,888 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:59:45,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:59:45,892 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:45,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:59:45,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:45,906 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:59:45,909 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:45,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:45,913 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:45,916 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:45,916 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:45,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:59:45,920 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:59:45,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:45,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:59:45,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:45,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:45,929 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:45,932 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:45,932 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:45,933 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:59:45,933 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:59:45,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:45,936 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:45,939 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:45,939 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:45,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/1b86f309-fa25-4860-a29d-6a2169c3eb9d', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h', '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': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', 'ID_FS_UUID_ENC': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', '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': '1226139636'} ; 2024-03-01 16:59:45,942 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:45,943 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:45,945 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:59:45,945 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:45,945 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:45,945 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:45,948 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:59:45,948 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:45,948 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:45,948 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:45,950 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:59:45,950 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:45,950 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:45,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:59:45,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:45,961 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:45,961 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:45,962 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:45,958 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:45,962 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:45,964 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:59:45,965 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:45,965 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:45,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:45,972 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,972 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:59:45,975 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,975 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:59:45,978 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,978 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:59:45,982 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,982 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:59:45,982 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:59:45,985 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:45,985 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:59:45,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:59:45,988 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:45,988 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:45,991 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW ' '/dev/disk/by-id/wwn-0x6001405c5fc99c94c224b4fa3bfcd0d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54 ' '/dev/disk/by-id/scsi-36001405c5fc99c94c224b4fa3bfcd0d4', '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': '2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW', 'ID_FS_UUID_ENC': '2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW', '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': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'ID_SERIAL': '36001405c5fc99c94c224b4fa3bfcd0d4', 'ID_SERIAL_SHORT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5fc99c94', 'ID_WWN_VENDOR_EXTENSION': '0xc224b4fa3bfcd0d4', 'ID_WWN_WITH_EXTENSION': '0x6001405c5fc99c94c224b4fa3bfcd0d4', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5fc99c94c224b4fa3bfcd0d4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5fc99c9-4c22-4b4f-a3bf-cd0d433fac54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811144713'} ; 2024-03-01 16:59:45,991 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:45,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,003 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:46,003 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:46,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:59:46,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:59:46,007 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:46,009 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:46,010 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,012 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,013 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,013 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:59:46,013 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c1ba040) -- 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 = 6001405c5fc99c94c224b4fa3bfcd0d4 2024-03-01 16:59:46,016 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:46,019 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,019 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:59:46,022 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,022 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:59:46,025 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,025 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:59:46,028 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,028 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:59:46,031 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:59:46,031 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:59:46,031 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,072 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,072 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4. WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,072 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:59:46,073 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:59:46,077 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW ; label: None ; device: /dev/sdg ; serial: 36001405c5fc99c94c224b4fa3bfcd0d4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:59:46,077 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:59:46,079 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,091 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,122 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 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=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,122 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4. WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,122 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:59:46,123 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:46,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:59:46,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:59:46,130 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:46,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:59:46,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:59:46,133 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,167 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,167 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4. WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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,167 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:59:46,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:59:46,172 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:59:46,175 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:59:46,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,180 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:46,181 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d ' '/dev/disk/by-id/scsi-3600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/wwn-0x600140530ed03f19ead49c0961a34425 ' '/dev/disk/by-id/lvm-pv-uuid-20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_30ed03f1-9ead-49c0-961a-34425105c72d ' '/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': '20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4', 'ID_FS_UUID_ENC': '20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4', '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': '30ed03f1-9ead-49c0-961a-34425105c72d', 'ID_SERIAL': '3600140530ed03f19ead49c0961a34425', 'ID_SERIAL_SHORT': '600140530ed03f19ead49c0961a34425', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140530ed03f19', 'ID_WWN_VENDOR_EXTENSION': '0xead49c0961a34425', 'ID_WWN_WITH_EXTENSION': '0x600140530ed03f19ead49c0961a34425', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140530ed03f19ead49c0961a34425', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '30ed03f1-9ead-49c0-961a-34425105c72d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811209995'} ; 2024-03-01 16:59:46,184 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,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,196 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:46,196 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:46,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:59:46,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:59:46,199 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:46,202 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:46,202 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,205 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,205 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,206 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:59:46,206 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c171370) -- 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 = 600140530ed03f19ead49c0961a34425 2024-03-01 16:59:46,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:46,212 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,212 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:59:46,215 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,215 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:59:46,218 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,218 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:59:46,221 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,221 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:59:46,224 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:59:46,224 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:59:46,224 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,260 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,261 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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:46,261 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:59:46,261 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:59:46,265 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 ; label: None ; device: /dev/sdh ; serial: 3600140530ed03f19ead49c0961a34425 ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; 2024-03-01 16:59:46,265 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:59:46,268 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,276 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:59:46,279 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:46,282 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:59:46,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,288 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,317 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,317 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig. WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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:46,317 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:59:46,318 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:46,318 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7 ' '/dev/disk/by-id/lvm-pv-uuid-cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-3600140560af2662901d4f47896ce0d8b ' '/dev/disk/by-id/wwn-0x600140560af2662901d4f47896ce0d8b', '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': 'cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig', 'ID_FS_UUID_ENC': 'cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig', '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': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'ID_SERIAL': '3600140560af2662901d4f47896ce0d8b', 'ID_SERIAL_SHORT': '600140560af2662901d4f47896ce0d8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140560af26629', 'ID_WWN_VENDOR_EXTENSION': '0x01d4f47896ce0d8b', 'ID_WWN_WITH_EXTENSION': '0x600140560af2662901d4f47896ce0d8b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140560af2662901d4f47896ce0d8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '60af2662-901d-4f47-896c-e0d8b47b45d7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811120599'} ; 2024-03-01 16:59:46,322 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:46,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,334 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:46,334 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:46,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:59:46,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:59:46,338 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:46,340 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:46,341 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:46,343 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:46,344 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,344 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:59:46,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c172220) -- 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 = 600140560af2662901d4f47896ce0d8b 2024-03-01 16:59:46,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:46,350 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,350 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:59:46,353 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,353 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:59:46,356 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,356 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:59:46,359 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,359 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:59:46,362 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:59:46,362 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:59:46,362 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,401 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,402 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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:46,402 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:59:46,402 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:59:46,406 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig ; label: None ; device: /dev/sdi ; serial: 3600140560af2662901d4f47896ce0d8b ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; 2024-03-01 16:59:46,406 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:59:46,410 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:59:46,421 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:46,424 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:59:46,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,429 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,461 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,461 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz. WARNING: VG test_vg3 is missing PV 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz (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:46,462 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:59:46,462 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:46,462 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/wwn-0x6001405c1189f9e8c474b3f8309f1759 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_c1189f9e-8c47-4b3f-8309-f17599142e4c ' '/dev/disk/by-id/lvm-pv-uuid-2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', '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': '2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz', 'ID_FS_UUID_ENC': '2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz', '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': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'ID_SERIAL': '36001405c1189f9e8c474b3f8309f1759', 'ID_SERIAL_SHORT': '6001405c1189f9e8c474b3f8309f1759', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1189f9e8', 'ID_WWN_VENDOR_EXTENSION': '0xc474b3f8309f1759', 'ID_WWN_WITH_EXTENSION': '0x6001405c1189f9e8c474b3f8309f1759', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1189f9e8c474b3f8309f1759', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_PORT_NAME': 'naa.500140573a5b25d3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1189f9e-8c47-4b3f-8309-f17599142e4c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140573a5b25d3', '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': '811294926'} ; 2024-03-01 16:59:46,466 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:46,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,478 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:46,479 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:46,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:59:46,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:59:46,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:46,484 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:46,485 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:46,488 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:46,488 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,488 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:59:46,489 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c175910) -- 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 = 6001405c1189f9e8c474b3f8309f1759 2024-03-01 16:59:46,492 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:46,495 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,495 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:59:46,498 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,498 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:59:46,501 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,501 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:59:46,504 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,504 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:59:46,506 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:59:46,506 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:59:46,507 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,540 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=feIyF4-1B39-o45o-9Z5n-LeOJ-h03W-hExl57 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=3LemF0-ytwz-fwUO-OAiP-h19N-w4XV-yQu9OI LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=lFEDaH-rnzp-5Ots-utn8-oVCB-JLjx-v3uTKF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ LVM2_VG_SIZE=3196059648 LVM2_VG_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=TJcuCa-Fm6M-1Gqq-DAWk-15db-Trvx-4rOi9X LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=EtZoeM-vz4h-1bmK-huK1-mDtx-YTBR-WO40Qd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=5hDLgq-Ue0f-BRIH-Kktr-1DlW-eFSt-8DPLvT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt 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=2y7374-s2fE-iHZP-BVZo-iwAi-raim-F64lcW LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=20KE2b-Zgp6-ZNNk-kqKE-LN9E-pFWG-cOdqI4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=cxDayR-whbm-1v8L-zM0c-ZfO3-PIK1-wkwLig LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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=2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL 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,540 INFO program/MainThread: stderr[41]: 2024-03-01 16:59:46,541 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:59:46,541 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:59:46,545 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2nz5xV-nmAg-HDM9-tdOR-EP1u-96dV-zP3jGz ; label: None ; device: /dev/sdj ; serial: 36001405c1189f9e8c474b3f8309f1759 ; exists: True ; vg_name: test_vg3 ; vg_uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:59:46,545 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:59:46,548 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:59:46,560 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:46,562 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:59:46,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,568 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,602 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme 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=GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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=I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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=eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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,603 INFO program/MainThread: stderr[42]: 2024-03-01 16:59:46,603 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:59:46,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:59:46,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:46,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:59:46,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:46,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:46,625 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:46,629 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:46,629 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:46,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:59:46,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:59:46,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:46,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:59:46,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:46,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:46,642 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:46,645 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:46,645 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:46,645 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:59:46,645 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:59:46,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:46,648 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:46,651 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:46,652 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:46,655 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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1', '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': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', 'ID_FS_UUID_ENC': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', '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': '1224441512'} ; 2024-03-01 16:59:46,655 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:46,655 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:46,658 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:59:46,658 INFO program/MainThread: stderr[43]: 2024-03-01 16:59:46,658 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:59:46,658 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:46,661 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:59:46,661 INFO program/MainThread: stderr[44]: 2024-03-01 16:59:46,661 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:59:46,661 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:46,663 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:59:46,664 INFO program/MainThread: stderr[45]: 2024-03-01 16:59:46,664 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:59:46,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:59:46,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,675 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:46,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,676 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:46,672 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:46,677 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:46,680 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:59:46,680 INFO program/MainThread: stderr[46]: 2024-03-01 16:59:46,680 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:59:46,684 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:46,687 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,688 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:59:46,691 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,691 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:59:46,694 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,694 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:59:46,697 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,697 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:59:46,698 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:59:46,701 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:46,701 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:59:46,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:59:46,704 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:46,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:59:46,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:46,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:59:46,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:46,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:46,735 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:46,738 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:46,739 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:46,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:59:46,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:59:46,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:46,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:59:46,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:46,751 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:46,751 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:46,754 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:46,755 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:46,755 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:59:46,755 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:59:46,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:46,758 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:46,761 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:46,761 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:46,765 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/de1c112c-d81f-42dd-83af-70cc6bf16de9 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC', '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': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', 'ID_FS_UUID_ENC': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', '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': '1223360867'} ; 2024-03-01 16:59:46,765 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:46,765 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:46,768 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:59:46,768 INFO program/MainThread: stderr[47]: 2024-03-01 16:59:46,768 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:59:46,768 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:46,771 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:59:46,771 INFO program/MainThread: stderr[48]: 2024-03-01 16:59:46,771 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:59:46,771 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:46,773 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:59:46,773 INFO program/MainThread: stderr[49]: 2024-03-01 16:59:46,774 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:59:46,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:59:46,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,785 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:46,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,786 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:46,781 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:46,786 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:46,789 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:59:46,789 INFO program/MainThread: stderr[50]: 2024-03-01 16:59:46,789 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:59:46,793 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:46,796 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,796 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:59:46,799 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,799 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:59:46,802 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,802 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:59:46,806 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,806 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:59:46,806 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:59:46,809 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:46,809 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:59:46,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:59:46,812 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:46,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:59:46,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:46,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:59:46,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:46,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:46,834 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:46,837 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:46,838 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:46,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:59:46,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:59:46,844 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:46,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:59:46,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:46,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:46,851 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:46,854 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:46,854 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:46,855 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:59:46,855 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:59:46,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:46,858 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:46,861 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:46,861 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:46,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1 ' '/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': '56', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3', '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': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', 'ID_FS_UUID_ENC': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', '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': '1222282228'} ; 2024-03-01 16:59:46,865 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:46,865 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:46,868 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:59:46,868 INFO program/MainThread: stderr[51]: 2024-03-01 16:59:46,868 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:59:46,868 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:46,871 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:59:46,871 INFO program/MainThread: stderr[52]: 2024-03-01 16:59:46,871 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:59:46,871 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:46,873 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:59:46,873 INFO program/MainThread: stderr[53]: 2024-03-01 16:59:46,873 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:59:46,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:59:46,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,885 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:46,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,886 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:46,881 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:46,887 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:46,889 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:59:46,890 INFO program/MainThread: stderr[54]: 2024-03-01 16:59:46,890 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:59:46,893 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:46,897 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,897 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:59:46,900 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,900 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:59:46,903 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,904 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:59:46,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:59:46,907 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:59:46,910 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:46,910 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:59:46,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:59:46,913 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:46,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:59:46,928 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:46,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:59:46,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:46,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:46,935 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:46,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:46,939 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:46,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:59:46,942 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:59:46,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:46,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:59:46,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:46,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:46,952 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:46,955 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:46,955 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:46,955 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:59:46,955 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:59:46,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:46,958 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:46,961 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:46,962 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:46,965 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/63781542-d52e-457e-aae0-ed3bd84f883f ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh', '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': '63781542-d52e-457e-aae0-ed3bd84f883f', 'ID_FS_UUID_ENC': '63781542-d52e-457e-aae0-ed3bd84f883f', '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': '1221898508'} ; 2024-03-01 16:59:46,965 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:46,965 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:46,968 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:59:46,968 INFO program/MainThread: stderr[55]: 2024-03-01 16:59:46,968 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:59:46,968 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:46,971 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:59:46,971 INFO program/MainThread: stderr[56]: 2024-03-01 16:59:46,971 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:59:46,971 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:46,973 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:59:46,973 INFO program/MainThread: stderr[57]: 2024-03-01 16:59:46,973 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:59:46,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:59:46,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,985 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:46,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:46,986 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:46,981 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:46,987 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:46,989 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:59:46,990 INFO program/MainThread: stderr[58]: 2024-03-01 16:59:46,990 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:59:46,993 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 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 221 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 222 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 223 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 224 2024-03-01 16:59:47,007 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:59:47,010 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,010 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:59:47,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:59:47,013 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,013 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,016 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': '22661799'} ; 2024-03-01 16:59:47,016 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:47,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,027 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:47,027 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:47,027 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:47,027 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:47,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:59:47,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:59:47,030 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:47,033 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:47,033 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:47,036 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,036 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:47,037 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:59:47,037 INFO blivet/MainThread: got device: DiskDevice instance (0x7f802c160880) -- 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,040 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:47,043 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,043 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:59:47,046 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,046 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:59:47,049 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,049 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:59:47,052 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,052 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:59:47,055 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:47,057 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:47,060 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:47,066 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 0x7f802d741f80> 2024-03-01 16:59:47,102 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:59:47,106 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:47,106 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:47,109 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': '22663631'} ; 2024-03-01 16:59:47,109 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:47,110 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:47,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,119 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:47,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:47,137 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:47,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,160 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,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:59:47,163 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:47,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:59:47,166 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:47,169 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:47,169 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:47,172 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:47,173 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:47,173 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:47,175 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:47,178 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:47,181 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:47,184 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:47,186 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:47,187 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:47,187 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:59:47,188 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:47,187 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f802c167250) -- 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 0x7f802ea33180> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:47,191 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:47,194 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,194 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:59:47,197 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,197 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:59:47,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:59:47,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:59:47,203 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:47,206 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,206 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:59:47,209 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:47,209 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,212 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/63781542-d52e-457e-aae0-ed3bd84f883f ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLeEPIFGjjgePBnb1AiaA47z5ZdP0b2Pgh', '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': '63781542-d52e-457e-aae0-ed3bd84f883f', 'ID_FS_UUID_ENC': '63781542-d52e-457e-aae0-ed3bd84f883f', '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': '1221898508'} ; 2024-03-01 16:59:47,212 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:47,212 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,215 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:59:47,215 INFO program/MainThread: stderr[59]: 2024-03-01 16:59:47,215 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:59:47,215 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,217 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:59:47,217 INFO program/MainThread: stderr[60]: 2024-03-01 16:59:47,218 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:59:47,218 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,220 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:59:47,220 INFO program/MainThread: stderr[61]: 2024-03-01 16:59:47,220 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:59:47,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,227 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:47,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,232 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,234 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,228 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:47,234 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,237 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:59:47,237 INFO program/MainThread: stderr[62]: 2024-03-01 16:59:47,237 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:59:47,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:47,240 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:59:47,243 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3 ' '/dev/disk/by-uuid/5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLI8ZEUgPPboFCMuJputM1YQ0U9kRgRRE3', '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': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', 'ID_FS_UUID_ENC': '5819d9fe-6cf7-4665-8d3c-8afb5f53f9e1', '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': '1222282228'} ; 2024-03-01 16:59:47,243 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:47,244 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,246 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:59:47,246 INFO program/MainThread: stderr[63]: 2024-03-01 16:59:47,246 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:59:47,246 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,249 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:59:47,249 INFO program/MainThread: stderr[64]: 2024-03-01 16:59:47,249 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:59:47,249 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,251 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:59:47,252 INFO program/MainThread: stderr[65]: 2024-03-01 16:59:47,252 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:59:47,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,259 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:47,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,263 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,264 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,259 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:47,265 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,267 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:59:47,267 INFO program/MainThread: stderr[66]: 2024-03-01 16:59:47,267 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:59:47,271 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:47,271 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:59:47,274 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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/de1c112c-d81f-42dd-83af-70cc6bf16de9 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLG36XytijXCVoohKOZilCcDoQWNmXH0xC', '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': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', 'ID_FS_UUID_ENC': 'de1c112c-d81f-42dd-83af-70cc6bf16de9', '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': '1223360867'} ; 2024-03-01 16:59:47,274 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:47,274 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,276 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:59:47,277 INFO program/MainThread: stderr[67]: 2024-03-01 16:59:47,277 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:59:47,277 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,279 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:59:47,279 INFO program/MainThread: stderr[68]: 2024-03-01 16:59:47,279 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:59:47,280 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,282 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:59:47,282 INFO program/MainThread: stderr[69]: 2024-03-01 16:59:47,282 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:59:47,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,289 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:47,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,293 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,294 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,289 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:47,295 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,298 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:59:47,298 INFO program/MainThread: stderr[70]: 2024-03-01 16:59:47,298 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:59:47,301 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:47,301 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:59:47,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/16b9fc8a-c5d6-494a-aad8-8ba74b0a609b ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-xVdWgNzu12Unl2ZA9KkErd49Hfh3aWdLTe6SG1sZ5kvWBUQlckeQwVsRYeWSDjy1', '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': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', 'ID_FS_UUID_ENC': '16b9fc8a-c5d6-494a-aad8-8ba74b0a609b', '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': '1224441512'} ; 2024-03-01 16:59:47,304 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:47,305 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,307 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:59:47,307 INFO program/MainThread: stderr[71]: 2024-03-01 16:59:47,307 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:59:47,307 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,310 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:59:47,310 INFO program/MainThread: stderr[72]: 2024-03-01 16:59:47,310 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:59:47,310 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,312 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:59:47,312 INFO program/MainThread: stderr[73]: 2024-03-01 16:59:47,312 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:59:47,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,319 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:47,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,323 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,325 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,320 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:47,326 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,328 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:59:47,328 INFO program/MainThread: stderr[74]: 2024-03-01 16:59:47,328 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:59:47,332 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:47,332 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:59:47,335 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/1b86f309-fa25-4860-a29d-6a2169c3eb9d', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtGsreeWLD3rgaeqMvONUtykeVZOtTRP3h', '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': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', 'ID_FS_UUID_ENC': '1b86f309-fa25-4860-a29d-6a2169c3eb9d', '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': '1226139636'} ; 2024-03-01 16:59:47,335 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:47,335 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:47,337 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:59:47,337 INFO program/MainThread: stderr[75]: 2024-03-01 16:59:47,338 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:59:47,338 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:47,340 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:59:47,340 INFO program/MainThread: stderr[76]: 2024-03-01 16:59:47,340 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:59:47,340 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:47,343 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:59:47,343 INFO program/MainThread: stderr[77]: 2024-03-01 16:59:47,343 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:59:47,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,350 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:47,352 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,353 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,353 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,354 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,350 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,354 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:47,357 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:59:47,357 INFO program/MainThread: stderr[78]: 2024-03-01 16:59:47,357 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:59:47,360 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:47,361 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:59:47,363 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme ' '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/5d83dc62-1621-4427-9a4b-7bc23f8121f2 ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GcIo1Vg5PiRDoitJycuJY3XUJprjP8MtX4QUgDr17dIqV2OemYCHUheFIduyBCme', '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': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', 'ID_FS_UUID_ENC': '5d83dc62-1621-4427-9a4b-7bc23f8121f2', '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': '1226622181'} ; 2024-03-01 16:59:47,363 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:47,364 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:47,366 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:59:47,366 INFO program/MainThread: stderr[79]: 2024-03-01 16:59:47,366 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:59:47,366 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:47,369 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:59:47,369 INFO program/MainThread: stderr[80]: 2024-03-01 16:59:47,369 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:59:47,369 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:47,371 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:59:47,372 INFO program/MainThread: stderr[81]: 2024-03-01 16:59:47,372 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:59:47,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,379 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:47,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,382 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,383 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,379 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,383 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:47,386 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:59:47,386 INFO program/MainThread: stderr[82]: 2024-03-01 16:59:47,386 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:59:47,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:47,390 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:59:47,392 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/ef47158a-b2a2-4eb7-b3b1-01d184058a01', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZuQ8MCopejaJxKYy8PCQiqpnXCZZmNjzJ', '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': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', 'ID_FS_UUID_ENC': 'ef47158a-b2a2-4eb7-b3b1-01d184058a01', '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': '1228352623'} ; 2024-03-01 16:59:47,393 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:47,393 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:47,395 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:59:47,395 INFO program/MainThread: stderr[83]: 2024-03-01 16:59:47,395 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:59:47,396 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:47,398 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:59:47,398 INFO program/MainThread: stderr[84]: 2024-03-01 16:59:47,398 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:59:47,398 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:47,401 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:59:47,401 INFO program/MainThread: stderr[85]: 2024-03-01 16:59:47,401 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:59:47,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,408 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:47,410 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,411 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,412 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,408 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,412 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:47,415 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:59:47,415 INFO program/MainThread: stderr[86]: 2024-03-01 16:59:47,415 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:59:47,419 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:47,419 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:59:47,422 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/2cfe1214-08fc-4e39-9d39-91a507a65fc7 ' '/dev/disk/by-id/dm-uuid-LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OE2WI0lAR5n6vz24k3MwWFAPITS1tReZd2UwrZj2PCeGnIk7raEXXjewudrBxOty', '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': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', 'ID_FS_UUID_ENC': '2cfe1214-08fc-4e39-9d39-91a507a65fc7', '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': '1228790395'} ; 2024-03-01 16:59:47,422 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:47,422 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,424 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:59:47,425 INFO program/MainThread: stderr[87]: 2024-03-01 16:59:47,425 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:59:47,425 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,427 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:59:47,427 INFO program/MainThread: stderr[88]: 2024-03-01 16:59:47,427 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:59:47,427 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,430 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:59:47,430 INFO program/MainThread: stderr[89]: 2024-03-01 16:59:47,430 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:59:47,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,437 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:47,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,440 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,440 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,441 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,437 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,442 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,444 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:59:47,444 INFO program/MainThread: stderr[90]: 2024-03-01 16:59:47,444 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:59:47,448 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:47,448 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:47,448 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:47,461 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:47,479 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:47,479 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:47,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,491 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:47,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,502 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:47,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,513 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:47,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,524 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:47,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,534 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:59:47,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,545 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:47,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,551 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:59:47,551 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,551 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,552 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,552 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,552 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,553 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,553 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,553 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,555 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:59:47,560 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:47,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:59:47,565 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:47,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:59:47,570 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:47,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,575 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:47,576 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:47,578 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,579 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,580 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,583 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,584 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,587 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,588 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,591 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,592 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,594 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,595 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,596 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,599 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,600 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,603 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,604 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,607 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,608 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,611 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,611 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,612 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,615 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,615 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,616 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,619 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,620 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,623 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,624 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,624 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,625 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,628 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,628 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,629 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,631 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,632 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,633 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,636 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,637 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,640 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,641 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,644 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,645 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,648 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,649 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,651 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,652 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,653 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,656 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,659 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,660 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,661 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,664 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,665 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,668 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,669 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,672 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,673 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,676 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,677 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,680 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,681 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,684 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,685 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,688 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,692 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,693 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,696 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,697 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,700 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,701 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,704 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,705 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:47,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = d2UwrZ-j2PC-eGnI-k7ra-EXXj-ewud-rBxOty 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,706 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:59:47,708 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:47,708 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:47,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 16:59:47,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:59:47,712 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:47,712 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 16:59:47,715 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:47,715 INFO program/MainThread: stderr[91]: 2024-03-01 16:59:47,715 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:59:47,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 16:59:47,720 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:59:47,720 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:47,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,725 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:47,725 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:59:47,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,728 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,729 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,732 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,732 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,729 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,735 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,736 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,739 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,739 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,742 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,743 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,746 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,747 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,749 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,750 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,753 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,754 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,756 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,757 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,760 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,761 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,763 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,764 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,764 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,767 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,768 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,765 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,771 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,771 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,774 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,775 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,778 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,778 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,781 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,782 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,785 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,786 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,788 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,788 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,789 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,792 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,792 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,793 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,790 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,795 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,795 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,796 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,796 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,799 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,799 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,800 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,802 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,802 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,803 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,803 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,806 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,806 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,806 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,807 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,810 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,810 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,813 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,814 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,816 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,817 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,817 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,820 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,820 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,821 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,818 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,824 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,825 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,827 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,828 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,830 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,831 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,832 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,834 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,834 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,835 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,835 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,838 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,839 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:47,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1bbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uQ8MCo-peja-JxKY-y8PC-Qiqp-nXCZ-ZmNjzJ 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 (0x7f802c26d6d0) -- 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 = OE2WI0-lAR5-n6vz-24k3-MwWF-APIT-S1tReZ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:47,839 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:59:47,842 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:47,842 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:47,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 16:59:47,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:59:47,845 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:47,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:47,848 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 16:59:47,848 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:47,848 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 16:59:47,849 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:59:47,851 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:59:47,851 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:47,854 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:47,857 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:47,860 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:47,860 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:59:47,860 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:47,860 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:59:47,860 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:59:47,862 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:47,863 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:47,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 16:59:47,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:59:47,866 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:47,866 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:59:47,866 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:59:47,868 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:47,868 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:47,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:59:47,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:59:47,871 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:47,871 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:59:47,871 DEBUG blivet/MainThread: removing sda 2024-03-01 16:59:47,874 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:47,874 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:47,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 16:59:47,877 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:59:47,877 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:47,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,882 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:59:47,882 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,883 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,883 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,883 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,884 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,884 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,884 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,885 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,885 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,885 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,886 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,886 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:47,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 16:59:47,891 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:59:47,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 16:59:47,896 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:59:47,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 16:59:47,901 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:59:47,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,906 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:47,907 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:59:47,909 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,909 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,910 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,910 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,913 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,913 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,914 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,914 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,911 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,917 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,917 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,918 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,921 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,921 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,922 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,922 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,919 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,925 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,925 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,926 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,926 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,929 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,929 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,930 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,930 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,933 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,933 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,934 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,934 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,937 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,937 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,938 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,938 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,941 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,941 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,942 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,942 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,945 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,946 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,946 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,949 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,950 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,947 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,953 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,954 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,957 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,957 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,958 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,958 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,961 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,961 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,962 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,962 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,965 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,965 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,966 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,966 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,969 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,969 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,970 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,970 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,973 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,973 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,974 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,977 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,977 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,978 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,981 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,982 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,985 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,985 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,986 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,986 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,989 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,989 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,990 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,993 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,993 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,994 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,994 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:47,997 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,997 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,998 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:47,998 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,001 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,001 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,002 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,002 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:47,999 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,005 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,006 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,006 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,009 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,009 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,010 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,013 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,014 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,017 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,018 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,021 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,021 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,022 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,022 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,019 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,025 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,025 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,026 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,026 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,029 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,029 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,030 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,033 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,033 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,034 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,034 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = X4QUgD-r17d-IqV2-OemY-CHUh-eFId-uyBCme size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,035 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:59:48,038 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,038 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 16:59:48,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:59:48,041 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:48,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 16:59:48,044 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 16:59:48,044 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:48,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,049 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,050 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:59:48,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,052 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,052 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,053 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,055 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,056 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,056 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,056 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,059 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,059 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,060 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,060 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,063 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,063 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,064 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,066 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,067 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,067 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,064 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,070 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,071 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,073 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,074 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,074 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,076 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,077 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,078 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,081 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,081 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,084 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,084 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,084 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,085 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,087 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,088 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,088 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,088 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,091 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,092 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,095 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,096 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,098 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,099 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,099 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,102 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,103 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,105 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,106 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,106 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,109 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,110 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,112 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,112 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,113 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,116 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,116 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,117 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,120 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,120 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,120 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,123 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,124 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,126 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,127 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,127 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,128 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,130 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,131 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,134 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,135 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,137 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,138 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,140 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,141 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,142 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,144 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,144 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,145 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,147 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,148 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,149 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,151 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,151 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,152 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,154 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,155 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,155 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,156 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,158 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,158 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,159 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,159 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,162 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,163 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c160bb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = GsreeW-LD3r-gaeq-MvON-Utyk-eVZO-tTRP3h 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 (0x7f802c1d5c10) -- 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 = GcIo1V-g5Pi-RDoi-tJyc-uJY3-XUJp-rjP8Mt size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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,163 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:59:48,166 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,166 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 16:59:48,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:59:48,169 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:48,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:48,172 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 16:59:48,173 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:48,173 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 16:59:48,173 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:59:48,175 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 16:59:48,176 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,178 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:59:48,181 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:59:48,184 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:59:48,184 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 16:59:48,184 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:48,184 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:59:48,184 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:59:48,187 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,187 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 16:59:48,189 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,190 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:48,190 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:59:48,190 DEBUG blivet/MainThread: removing sde 2024-03-01 16:59:48,192 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,192 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:59:48,195 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,195 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:48,195 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:59:48,195 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:59:48,198 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,198 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,198 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 16:59:48,201 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,201 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:48,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,206 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:59:48,207 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,207 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,208 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,208 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,208 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,209 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,209 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,210 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,210 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,210 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,211 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,211 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:48,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 16:59:48,216 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:59:48,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 16:59:48,222 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:59:48,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 16:59:48,227 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:59:48,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 16:59:48,232 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:59:48,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,237 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,237 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:59:48,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,240 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,242 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,246 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,247 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,251 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,252 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,248 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,256 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,258 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,262 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,263 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,267 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,268 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,272 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,274 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,277 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,279 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,283 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,284 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,288 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,289 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,293 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,295 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,299 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,300 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,304 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,305 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,309 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,311 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,314 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,316 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,320 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,321 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,325 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,326 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,330 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,332 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,336 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,337 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,341 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,342 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,345 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,346 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,348 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,352 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,353 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,357 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,358 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,354 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,361 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,362 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,363 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,367 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,369 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,372 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,373 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,374 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,378 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,379 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,383 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,385 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,388 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,390 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,394 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,395 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,399 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,400 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,404 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,406 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1792b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Te6SG1-sZ5k-vWBU-Qlck-eQwV-sRYe-WSDjy1 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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,406 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:59:48,409 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:48,409 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 16:59:48,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:59:48,412 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:48,415 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 16:59:48,415 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 16:59:48,415 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:48,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,421 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,421 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:59:48,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,424 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,424 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,425 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,421 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,429 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,430 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,434 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,435 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,439 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,440 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,444 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,445 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,449 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,450 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,453 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,455 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,458 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,460 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,463 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,464 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,464 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,468 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,469 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,465 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,472 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,473 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,474 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,478 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,479 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,475 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,483 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,484 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,488 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,489 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,492 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,494 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,497 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,498 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,502 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,503 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,507 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,508 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,512 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,513 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,517 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,518 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,514 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,521 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,523 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,518 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,526 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,528 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,531 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,532 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,536 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,537 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,541 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,542 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,546 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,547 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,551 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,552 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,555 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,557 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,560 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,561 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,565 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,566 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,570 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,571 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,575 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,576 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:48,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c222160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = G36Xyt-ijXC-Vooh-KOZi-lCcD-oQWN-mXH0xC 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 (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:48,577 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:59:48,579 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:48,580 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 16:59:48,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:59:48,583 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:48,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:59:48,586 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 16:59:48,586 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:48,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,591 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,591 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:59:48,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,594 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,595 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,599 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,600 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,603 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,603 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,604 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,608 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,609 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,612 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,613 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,616 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,618 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,621 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,622 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,625 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,626 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,630 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,631 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,633 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,634 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,635 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,638 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,640 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,643 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,644 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,647 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,648 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,652 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,653 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,656 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,657 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,660 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,661 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,665 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,666 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,669 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,670 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,670 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,674 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,675 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,678 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,679 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,683 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,684 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,687 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,688 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,684 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,691 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,692 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,696 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,697 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,700 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,701 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,705 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,706 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,709 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,710 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,713 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,714 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,718 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,719 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,722 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,723 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,719 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,727 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,728 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,731 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,732 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:48,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c1baa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = I8ZEUg-PPbo-FCMu-Jput-M1YQ-0U9k-RgRRE3 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,733 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:59:48,735 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:48,735 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:59:48,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:59:48,739 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:48,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:48,742 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 16:59:48,742 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:48,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,747 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,747 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:59:48,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,750 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,751 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,754 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,755 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,759 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,762 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,763 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,766 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,767 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,770 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,771 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,774 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,775 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,778 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,779 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,782 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,783 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,783 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,786 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,787 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,787 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,790 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,791 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,794 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,795 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,798 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,799 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,802 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,803 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,806 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,807 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,810 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,811 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,814 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,815 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,815 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,818 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,819 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,822 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,823 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,827 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,827 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,831 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,832 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,835 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,835 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,839 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,839 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,843 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,843 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,847 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,848 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,851 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,852 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,855 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,856 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,859 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,860 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,863 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,864 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,866 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,867 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,868 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,864 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,871 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,872 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,875 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,876 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:48,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f802c168460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eEPIFG-jjge-PBnb-1Aia-A47z-5ZdP-0b2Pgh size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f802c168f40) -- 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 = xVdWgN-zu12-Unl2-ZA9K-kErd-49Hf-h3aWdL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:48,876 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:59:48,879 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:48,879 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,879 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:59:48,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:59:48,882 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:48,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:59:48,885 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 16:59:48,885 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:48,885 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 16:59:48,885 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:59:48,888 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 16:59:48,888 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,891 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:48,894 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:48,896 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:48,899 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:48,899 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 16:59:48,899 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:48,899 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:59:48,899 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:59:48,902 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,902 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 16:59:48,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,905 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:48,905 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:59:48,905 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:59:48,907 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,907 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 16:59:48,910 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,910 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:48,910 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:59:48,910 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:59:48,913 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,913 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 16:59:48,916 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,916 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:48,916 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:59:48,916 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:59:48,918 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,919 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:59:48,921 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,921 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:48,922 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:48,936 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:48,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:48,965 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:48,985 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:48,985 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:48,997 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,017 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:49,017 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,029 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,049 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:49,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,061 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,080 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:49,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,092 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,111 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:49,112 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,144 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:49,144 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,156 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,176 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:49,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,188 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,208 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:49,208 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:49,209 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:49,210 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:49,211 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:49,211 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:49,211 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:49,212 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:49,215 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:49,217 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:49,220 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:49,220 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:49,223 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:49,223 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 0x7f802c0eb5e0> 2024-03-01 16:59:49,223 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:49,243 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,243 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,243 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,243 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,243 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:49,244 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:49,246 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:49,247 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:49,247 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,252 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:49,253 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:59:49,260 INFO program/MainThread: stdout: 2024-03-01 16:59:49,260 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:49,260 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,274 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,274 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,285 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,285 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:49,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:59:49,295 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:49,298 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:59:49,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:59:49,302 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,344 INFO program/MainThread: stdout[92]: 2024-03-01 16:59:49,344 INFO program/MainThread: stderr[92]: 2024-03-01 16:59:49,344 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:59:49,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:49,351 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,354 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,356 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,359 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,362 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,364 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,367 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,370 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:59:49,373 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,410 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 16:59:49,410 INFO program/MainThread: stderr[93]: 2024-03-01 16:59:49,410 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:59:49,411 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,427 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:49,428 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:59:49,439 INFO program/MainThread: stdout: 2024-03-01 16:59:49,439 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:49,439 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,473 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,474 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,490 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,491 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,494 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:49,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:59:49,500 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:49,503 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:59:49,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:59:49,506 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,545 INFO program/MainThread: stdout[94]: 2024-03-01 16:59:49,545 INFO program/MainThread: stderr[94]: 2024-03-01 16:59:49,546 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:59:49,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:49,552 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,555 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,558 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,561 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,563 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,566 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,569 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,572 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:59:49,575 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,609 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 16:59:49,610 INFO program/MainThread: stderr[95]: 2024-03-01 16:59:49,610 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:59:49,610 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,624 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:49,625 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:59:49,634 INFO program/MainThread: stdout: 2024-03-01 16:59:49,634 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:49,634 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,635 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,677 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,692 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,692 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:49,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:59:49,703 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:49,706 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:59:49,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:59:49,709 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,745 INFO program/MainThread: stdout[96]: 2024-03-01 16:59:49,745 INFO program/MainThread: stderr[96]: 2024-03-01 16:59:49,746 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:59:49,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:49,753 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,755 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,758 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,761 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,764 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,767 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,770 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,772 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:59:49,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:59:49,775 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,844 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 16:59:49,845 INFO program/MainThread: stderr[97]: 2024-03-01 16:59:49,845 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:59:49,845 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:49,863 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:49,863 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:59:49,873 INFO program/MainThread: stdout: 2024-03-01 16:59:49,873 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:49,873 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,874 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,920 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,933 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,933 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:49,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:59:49,944 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:49,947 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:59:49,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:59:49,950 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:49,990 INFO program/MainThread: stdout[98]: 2024-03-01 16:59:49,991 INFO program/MainThread: stderr[98]: 2024-03-01 16:59:49,991 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:59:49,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:49,998 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,000 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,003 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,006 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,009 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,012 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,014 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,017 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,020 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:59:50,020 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,053 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 16:59:50,054 INFO program/MainThread: stderr[99]: 2024-03-01 16:59:50,054 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:59:50,055 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:50,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:59:50,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:59:50,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:50,084 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,094 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,099 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,105 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,110 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,121 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,128 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:59:50,135 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,165 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 16:59:50,165 INFO program/MainThread: stderr[100]: 2024-03-01 16:59:50,165 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:59:50,166 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,224 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:59:50,224 INFO program/MainThread: stderr[101]: 2024-03-01 16:59:50,224 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:59:50,225 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,268 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 16:59:50,269 INFO program/MainThread: stderr[102]: 2024-03-01 16:59:50,269 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:59:50,270 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:50,276 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,284 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,289 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,289 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,354 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:59:50,354 INFO program/MainThread: stderr[103]: 2024-03-01 16:59:50,354 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:59:50,355 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:59:50,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,371 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,371 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,379 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 16:59:50,379 INFO program/MainThread: stderr[104]: 2024-03-01 16:59:50,379 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:59:50,379 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 16:59:50,392 INFO program/MainThread: stdout[105]: 2024-03-01 16:59:50,392 INFO program/MainThread: stderr[105]: 2024-03-01 16:59:50,392 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:59:50,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,404 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,416 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,416 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:50,420 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,423 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,425 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,425 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,456 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:59:50,456 INFO program/MainThread: stderr[106]: 2024-03-01 16:59:50,456 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:59:50,457 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:59:50,457 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,476 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,476 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,484 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 16:59:50,484 INFO program/MainThread: stderr[107]: 2024-03-01 16:59:50,484 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:59:50,484 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 16:59:50,497 INFO program/MainThread: stdout[108]: 2024-03-01 16:59:50,498 INFO program/MainThread: stderr[108]: 2024-03-01 16:59:50,498 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:59:50,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,510 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,522 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,522 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:50,526 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,529 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,531 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,531 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,564 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:59:50,564 INFO program/MainThread: stderr[109]: 2024-03-01 16:59:50,564 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:59:50,564 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:59:50,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,578 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,578 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,585 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 16:59:50,585 INFO program/MainThread: stderr[110]: 2024-03-01 16:59:50,585 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:59:50,585 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 16:59:50,599 INFO program/MainThread: stdout[111]: 2024-03-01 16:59:50,599 INFO program/MainThread: stderr[111]: 2024-03-01 16:59:50,599 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:59:50,599 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,611 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,611 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,623 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,623 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:50,627 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,630 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,632 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:59:50,632 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdj,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,662 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:59:50,662 INFO program/MainThread: stderr[112]: 2024-03-01 16:59:50,663 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:59:50,663 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:59:50,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,680 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,680 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,688 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 16:59:50,688 INFO program/MainThread: stderr[113]: 2024-03-01 16:59:50,688 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:59:50,688 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 16:59:50,702 INFO program/MainThread: stdout[114]: 2024-03-01 16:59:50,702 INFO program/MainThread: stderr[114]: 2024-03-01 16:59:50,702 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:59:50,702 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,714 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,726 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,726 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:50,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,733 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:50,734 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:59:50,741 INFO program/MainThread: stdout: 2024-03-01 16:59:50,741 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:50,741 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,758 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,758 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,770 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,770 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:50,774 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:50,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:59:50,781 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:50,784 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:59:50,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:59:50,787 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,823 INFO program/MainThread: stdout[115]: 2024-03-01 16:59:50,823 INFO program/MainThread: stderr[115]: 2024-03-01 16:59:50,824 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:59:50,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:59:50,830 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,833 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,836 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,839 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,841 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,844 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:59:50,847 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,876 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 16:59:50,877 INFO program/MainThread: stderr[116]: 2024-03-01 16:59:50,877 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:59:50,877 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:50,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,892 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:50,893 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:59:50,909 INFO program/MainThread: stdout: 2024-03-01 16:59:50,909 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:50,909 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,935 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,945 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,945 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:50,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:50,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:59:50,955 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:50,958 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:59:50,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:59:50,961 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,001 INFO program/MainThread: stdout[117]: 2024-03-01 16:59:51,002 INFO program/MainThread: stderr[117]: 2024-03-01 16:59:51,002 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:59:51,006 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:59:51,009 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,011 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,014 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,017 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,020 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,022 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:59:51,025 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,063 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 16:59:51,063 INFO program/MainThread: stderr[118]: 2024-03-01 16:59:51,063 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:59:51,064 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:51,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:59:51,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:59:51,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:59:51,093 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,098 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,103 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,108 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,112 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,117 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:59:51,117 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,146 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 16:59:51,146 INFO program/MainThread: stderr[119]: 2024-03-01 16:59:51,146 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:59:51,147 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,194 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:59:51,195 INFO program/MainThread: stderr[120]: 2024-03-01 16:59:51,195 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:59:51,195 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,220 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 16:59:51,220 INFO program/MainThread: stderr[121]: 2024-03-01 16:59:51,220 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:59:51,221 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:51,228 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,237 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,242 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,242 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,295 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:59:51,295 INFO program/MainThread: stderr[122]: 2024-03-01 16:59:51,295 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:59:51,295 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:59:51,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,310 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,310 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,317 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 16:59:51,317 INFO program/MainThread: stderr[123]: 2024-03-01 16:59:51,317 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:59:51,317 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 16:59:51,330 INFO program/MainThread: stdout[124]: 2024-03-01 16:59:51,331 INFO program/MainThread: stderr[124]: 2024-03-01 16:59:51,331 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:59:51,331 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,343 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,355 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:51,359 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,362 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,364 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,364 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,393 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:59:51,393 INFO program/MainThread: stderr[125]: 2024-03-01 16:59:51,393 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:59:51,393 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:59:51,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,410 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,410 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:51,417 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 16:59:51,417 INFO program/MainThread: stderr[126]: 2024-03-01 16:59:51,418 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:59:51,418 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 16:59:51,429 INFO program/MainThread: stdout[127]: 2024-03-01 16:59:51,429 INFO program/MainThread: stderr[127]: 2024-03-01 16:59:51,430 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:59:51,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,442 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,454 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,454 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:51,458 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,461 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,463 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,463 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:51,492 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:59:51,493 INFO program/MainThread: stderr[128]: 2024-03-01 16:59:51,493 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:59:51,493 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:59:51,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,510 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,510 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:51,517 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 16:59:51,518 INFO program/MainThread: stderr[129]: 2024-03-01 16:59:51,518 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:59:51,518 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 16:59:51,531 INFO program/MainThread: stdout[130]: 2024-03-01 16:59:51,531 INFO program/MainThread: stderr[130]: 2024-03-01 16:59:51,531 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:59:51,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,543 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,555 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,555 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:51,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,562 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:51,562 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:59:51,569 INFO program/MainThread: stdout: 2024-03-01 16:59:51,569 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:51,569 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,586 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,598 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,599 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:51,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:51,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:59:51,609 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:51,612 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:59:51,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:59:51,615 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:51,652 INFO program/MainThread: stdout[131]: 2024-03-01 16:59:51,653 INFO program/MainThread: stderr[131]: 2024-03-01 16:59:51,653 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:59:51,657 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:51,659 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,662 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:59:51,665 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,668 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:59:51,671 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,673 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:59:51,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:59:51,676 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:51,713 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 16:59:51,714 INFO program/MainThread: stderr[132]: 2024-03-01 16:59:51,714 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:59:51,715 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:51,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,730 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:51,730 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:59:51,747 INFO program/MainThread: stdout: 2024-03-01 16:59:51,747 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:51,747 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,769 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,769 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,781 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,781 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:51,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:51,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:51,791 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:51,794 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:59:51,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:51,798 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:51,833 INFO program/MainThread: stdout[133]: 2024-03-01 16:59:51,833 INFO program/MainThread: stderr[133]: 2024-03-01 16:59:51,834 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:59:51,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:51,840 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,843 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,846 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,849 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,851 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,854 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:51,857 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:51,886 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 16:59:51,886 INFO program/MainThread: stderr[134]: 2024-03-01 16:59:51,886 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:59:51,887 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:51,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:59:51,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:59:51,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:51,917 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,922 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,936 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,941 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,945 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,948 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:59:51,950 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:51,988 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 16:59:51,988 INFO program/MainThread: stderr[135]: 2024-03-01 16:59:51,988 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:59:51,989 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,033 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:59:52,033 INFO program/MainThread: stderr[136]: 2024-03-01 16:59:52,034 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:59:52,034 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,060 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 16:59:52,060 INFO program/MainThread: stderr[137]: 2024-03-01 16:59:52,060 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:59:52,061 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:52,069 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,076 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,081 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,081 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,123 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:59:52,123 INFO program/MainThread: stderr[138]: 2024-03-01 16:59:52,123 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:59:52,123 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:59:52,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,136 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,136 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,143 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 16:59:52,144 INFO program/MainThread: stderr[139]: 2024-03-01 16:59:52,144 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:59:52,144 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 16:59:52,158 INFO program/MainThread: stdout[140]: 2024-03-01 16:59:52,158 INFO program/MainThread: stderr[140]: 2024-03-01 16:59:52,158 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:59:52,158 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,170 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,182 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,183 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:52,186 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,189 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,192 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,192 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:52,218 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:59:52,218 INFO program/MainThread: stderr[141]: 2024-03-01 16:59:52,218 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:59:52,218 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:59:52,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,236 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,236 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:52,243 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 16:59:52,243 INFO program/MainThread: stderr[142]: 2024-03-01 16:59:52,243 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:59:52,243 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:59:52,256 INFO program/MainThread: stdout[143]: 2024-03-01 16:59:52,256 INFO program/MainThread: stderr[143]: 2024-03-01 16:59:52,256 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:59:52,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,268 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,268 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,279 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,279 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:52,283 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,286 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,288 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,288 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:52,314 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:59:52,315 INFO program/MainThread: stderr[144]: 2024-03-01 16:59:52,315 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:59:52,315 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:59:52,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,330 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,330 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:52,337 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 16:59:52,337 INFO program/MainThread: stderr[145]: 2024-03-01 16:59:52,337 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:59:52,338 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:59:52,350 INFO program/MainThread: stdout[146]: 2024-03-01 16:59:52,350 INFO program/MainThread: stderr[146]: 2024-03-01 16:59:52,350 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:59:52,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,362 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,374 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,379 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:52,379 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 0x7f802c0eb6d0> to retry, use: --limit @/tmp/tests_multi_snapsets.retry PLAY RECAP ********************************************************************* sut : ok=142 changed=6 unreachable=0 failed=1 skipped=111 rescued=0 ignored=0 Friday 01 March 2024 16:59:56 +0000 (0:00:00.970) 0:01:04.359 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.21s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.28s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 3.48s /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.69s /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.62s /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.60s /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.10s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.04s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 0.99s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.99s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 0.99s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_multi_snapsets.yml:2 -- Debug why list of unused disks has changed ------------------------------ 0.97s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 -------- fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.92s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.91s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.90s /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.90s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 ------ 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 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---