# 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-failures92yy11th/.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_umount_verify.yml ********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml PLAY [Basic umount verify snapshot test] *************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:2 Friday 01 March 2024 21:17:59 +0000 (0:00:00.032) 0:00:00.032 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:46 Friday 01 March 2024 21:18:00 +0000 (0:00:00.897) 0:00:00.929 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:10 Friday 01 March 2024 21:18:00 +0000 (0:00:00.013) 0:00:00.943 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:15 Friday 01 March 2024 21:18:00 +0000 (0:00:00.246) 0:00:01.189 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:19 Friday 01 March 2024 21:18:00 +0000 (0:00:00.018) 0:00:01.208 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:18:00 +0000 (0:00:00.016) 0:00:01.224 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:18:00 +0000 (0:00:00.013) 0:00:01.238 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:18:00 +0000 (0:00:00.019) 0:00:01.257 ********** 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-failures92yy11th/.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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:18:00 +0000 (0:00:00.025) 0:00:01.283 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:18:00 +0000 (0:00:00.197) 0:00:01.480 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:18:00 +0000 (0:00:00.014) 0:00:01.495 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:18:00 +0000 (0:00:00.009) 0:00:01.504 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:18:00 +0000 (0:00:00.010) 0:00:01.515 ********** 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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:18:00 +0000 (0:00:00.025) 0:00:01.540 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: mdadm-4.2-10.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-27.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-27.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-117.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: lvm2-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:18:59 +0000 (0:00:58.575) 0:01:00.115 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:18:59 +0000 (0:00:00.011) 0:01:00.127 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:18:59 +0000 (0:00:00.010) 0:01:00.138 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:18:59 +0000 (0:00:00.565) 0:01:00.704 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:18:59 +0000 (0:00:00.020) 0:01:00.724 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:18:59 +0000 (0:00:00.016) 0:01:00.741 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:18:59 +0000 (0:00:00.016) 0:01:00.757 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:18:59 +0000 (0:00:00.015) 0:01:00.772 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:19:00 +0000 (0:00:00.951) 0:01:01.723 ********** 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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:19:02 +0000 (0:00:01.857) 0:01:03.581 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:19:02 +0000 (0:00:00.030) 0:01:03.612 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:19:02 +0000 (0:00:00.009) 0:01:03.621 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:19:03 +0000 (0:00:00.376) 0:01:03.997 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:19:03 +0000 (0:00:00.018) 0:01:04.016 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:19:03 +0000 (0:00:00.009) 0:01:04.025 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:19:03 +0000 (0:00:00.013) 0:01:04.038 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:19:03 +0000 (0:00:00.013) 0:01:04.051 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:19:03 +0000 (0:00:00.012) 0:01:04.063 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:19:03 +0000 (0:00:00.017) 0:01:04.081 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:19:03 +0000 (0:00:00.009) 0:01:04.091 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:19:03 +0000 (0:00:00.018) 0:01:04.109 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:19:03 +0000 (0:00:00.018) 0:01:04.128 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:19:03 +0000 (0:00:00.010) 0:01:04.139 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327715.3043187, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:19:03 +0000 (0:00:00.199) 0:01:04.338 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:19:03 +0000 (0:00:00.009) 0:01:04.347 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:23 Friday 01 March 2024 21:19:04 +0000 (0:00:00.810) 0:01:05.158 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:19:04 +0000 (0:00:00.018) 0:01:05.177 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:19:04 +0000 (0:00:00.192) 0:01:05.370 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:19:04 +0000 (0:00:00.015) 0:01:05.385 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:19:05 +0000 (0:00:00.929) 0:01:06.314 ********** 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-failures92yy11th/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:19:05 +0000 (0:00:00.288) 0:01:06.603 ********** 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-failures92yy11th/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:19:05 +0000 (0:00:00.013) 0:01:06.616 ********** 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-failures92yy11th/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:19:05 +0000 (0:00:00.011) 0:01:06.627 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:19:05 +0000 (0:00:00.018) 0:01:06.646 ********** 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-failures92yy11th/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:19:05 +0000 (0:00:00.018) 0:01:06.665 ********** 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-failures92yy11th/tests/tasks/setup.yml:29 Friday 01 March 2024 21:19:05 +0000 (0:00:00.018) 0:01:06.683 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:19:05 +0000 (0:00:00.025) 0:01:06.708 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:05 +0000 (0:00:00.016) 0:01:06.725 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:19:05 +0000 (0:00:00.020) 0:01:06.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-failures92yy11th/.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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:19:05 +0000 (0:00:00.029) 0:01:06.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:19:06 +0000 (0:00:00.027) 0:01:06.803 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:19:06 +0000 (0:00:00.013) 0:01:06.816 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:19:06 +0000 (0:00:00.011) 0:01:06.828 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:19:06 +0000 (0:00:00.011) 0:01:06.839 ********** 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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:19:06 +0000 (0:00:00.027) 0:01:06.866 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:19:07 +0000 (0:00:00.919) 0:01:07.786 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "fs_type": "xfs", "name": "lv1", "size": "15%" }, { "fs_type": "xfs", "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "fs_type": "xfs", "name": "lv3", "size": "10%" }, { "fs_type": "xfs", "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "fs_type": "xfs", "name": "lv5", "size": "30%" }, { "fs_type": "xfs", "name": "lv6", "size": "25%" }, { "fs_type": "xfs", "name": "lv7", "size": "10%" }, { "fs_type": "xfs", "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:19:07 +0000 (0:00:00.025) 0:01:07.812 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:19:07 +0000 (0:00:00.012) 0:01:07.824 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:19:08 +0000 (0:00:01.441) 0:01:09.266 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:19:08 +0000 (0:00:00.023) 0:01:09.289 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:19:08 +0000 (0:00:00.017) 0:01:09.306 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:19:08 +0000 (0:00:00.018) 0:01:09.325 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:19:08 +0000 (0:00:00.017) 0:01:09.342 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:19:09 +0000 (0:00:00.929) 0:01:10.271 ********** 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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:19:11 +0000 (0:00:01.679) 0:01:11.951 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:19:11 +0000 (0:00:00.029) 0:01:11.981 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:19:11 +0000 (0:00:00.009) 0:01:11.990 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:19:22 +0000 (0:00:11.410) 0:01:23.401 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.022821", "end": "2024-03-01 21:19:22.887294", "rc": 0, "start": "2024-03-01 21:19:22.864473" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:19:22 +0000 (0:00:00.298) 0:01:23.699 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:19:22 +0000 (0:00:00.009) 0:01:23.709 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:19:22 +0000 (0:00:00.021) 0:01:23.730 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:19:22 +0000 (0:00:00.018) 0:01:23.749 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:19:22 +0000 (0:00:00.013) 0:01:23.762 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:19:23 +0000 (0:00:00.021) 0:01:23.784 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:19:23 +0000 (0:00:00.010) 0:01:23.794 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:19:23 +0000 (0:00:00.019) 0:01:23.814 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:19:23 +0000 (0:00:00.019) 0:01:23.834 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:19:23 +0000 (0:00:00.011) 0:01:23.845 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327715.3043187, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:19:23 +0000 (0:00:00.259) 0:01:24.104 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:19:23 +0000 (0:00:00.011) 0:01:24.116 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:49 Friday 01 March 2024 21:19:24 +0000 (0:00:00.817) 0:01:24.933 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:24 +0000 (0:00:00.025) 0:01:24.958 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:24 +0000 (0:00:00.017) 0:01:24.976 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:24 +0000 (0:00:00.022) 0:01:24.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 flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:24 +0000 (0:00:00.013) 0:01:25.012 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:24 +0000 (0:00:00.013) 0:01:25.025 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:24 +0000 (0:00:00.024) 0:01:25.050 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:25 +0000 (0:00:00.921) 0:01:25.971 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:25 +0000 (0:00:00.026) 0:01:25.998 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:27 +0000 (0:00:02.419) 0:01:28.417 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:27 +0000 (0:00:00.014) 0:01:28.432 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:27 +0000 (0:00:00.023) 0:01:28.455 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:27 +0000 (0:00:00.011) 0:01:28.467 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:58 Friday 01 March 2024 21:19:27 +0000 (0:00:00.014) 0:01:28.482 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:27 +0000 (0:00:00.043) 0:01:28.525 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:27 +0000 (0:00:00.017) 0:01:28.542 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:27 +0000 (0:00:00.021) 0:01:28.564 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:27 +0000 (0:00:00.014) 0:01:28.579 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:27 +0000 (0:00:00.013) 0:01:28.592 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:27 +0000 (0:00:00.024) 0:01:28.617 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:28 +0000 (0:00:00.922) 0:01:29.539 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -a -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:28 +0000 (0:00:00.026) 0:01:29.565 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:30 +0000 (0:00:01.658) 0:01:31.224 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:30 +0000 (0:00:00.014) 0:01:31.238 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:30 +0000 (0:00:00.024) 0:01:31.262 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:30 +0000 (0:00:00.010) 0:01:31.273 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv1] ********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:67 Friday 01 March 2024 21:19:30 +0000 (0:00:00.015) 0:01:31.289 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:30 +0000 (0:00:00.029) 0:01:31.318 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:30 +0000 (0:00:00.017) 0:01:31.336 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:30 +0000 (0:00:00.021) 0:01:31.358 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:30 +0000 (0:00:00.013) 0:01:31.372 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:30 +0000 (0:00:00.013) 0:01:31.385 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:30 +0000 (0:00:00.024) 0:01:31.410 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:31 +0000 (0:00:00.932) 0:01:32.343 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:31 +0000 (0:00:00.026) 0:01:32.370 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:31 +0000 (0:00:00.381) 0:01:32.751 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:31 +0000 (0:00:00.015) 0:01:32.767 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:32 +0000 (0:00:00.024) 0:01:32.791 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:32 +0000 (0:00:00.011) 0:01:32.802 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv2] ********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:78 Friday 01 March 2024 21:19:32 +0000 (0:00:00.014) 0:01:32.817 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:32 +0000 (0:00:00.032) 0:01:32.850 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:32 +0000 (0:00:00.017) 0:01:32.868 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:32 +0000 (0:00:00.021) 0:01:32.890 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:32 +0000 (0:00:00.013) 0:01:32.904 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:32 +0000 (0:00:00.013) 0:01:32.917 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:32 +0000 (0:00:00.025) 0:01:32.943 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:33 +0000 (0:00:00.917) 0:01:33.860 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:33 +0000 (0:00:00.026) 0:01:33.887 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:33 +0000 (0:00:00.347) 0:01:34.235 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:33 +0000 (0:00:00.014) 0:01:34.249 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:33 +0000 (0:00:00.027) 0:01:34.276 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:33 +0000 (0:00:00.011) 0:01:34.287 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv7] ********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:89 Friday 01 March 2024 21:19:33 +0000 (0:00:00.015) 0:01:34.302 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:33 +0000 (0:00:00.054) 0:01:34.357 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:33 +0000 (0:00:00.018) 0:01:34.375 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:33 +0000 (0:00:00.022) 0:01:34.397 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:33 +0000 (0:00:00.014) 0:01:34.411 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:33 +0000 (0:00:00.014) 0:01:34.426 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:33 +0000 (0:00:00.025) 0:01:34.451 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:34 +0000 (0:00:00.924) 0:01:35.376 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:34 +0000 (0:00:00.026) 0:01:35.403 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:34 +0000 (0:00:00.351) 0:01:35.754 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:34 +0000 (0:00:00.014) 0:01:35.769 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:35 +0000 (0:00:00.027) 0:01:35.796 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:35 +0000 (0:00:00.011) 0:01:35.807 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the origin for lv6] ************************************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:100 Friday 01 March 2024 21:19:35 +0000 (0:00:00.016) 0:01:35.823 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:35 +0000 (0:00:00.040) 0:01:35.864 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:35 +0000 (0:00:00.019) 0:01:35.883 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:35 +0000 (0:00:00.023) 0:01:35.906 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:35 +0000 (0:00:00.014) 0:01:35.920 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:35 +0000 (0:00:00.013) 0:01:35.934 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:35 +0000 (0:00:00.026) 0:01:35.960 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:36 +0000 (0:00:00.921) 0:01:36.882 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:36 +0000 (0:00:00.026) 0:01:36.909 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:36 +0000 (0:00:00.340) 0:01:37.249 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:36 +0000 (0:00:00.014) 0:01:37.263 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:36 +0000 (0:00:00.027) 0:01:37.291 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:36 +0000 (0:00:00.011) 0:01:37.302 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv1] ************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:112 Friday 01 March 2024 21:19:36 +0000 (0:00:00.014) 0:01:37.317 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:36 +0000 (0:00:00.042) 0:01:37.359 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:36 +0000 (0:00:00.018) 0:01:37.377 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:36 +0000 (0:00:00.022) 0:01:37.400 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:36 +0000 (0:00:00.013) 0:01:37.414 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:36 +0000 (0:00:00.013) 0:01:37.428 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:36 +0000 (0:00:00.026) 0:01:37.454 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:37 +0000 (0:00:00.926) 0:01:38.380 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:37 +0000 (0:00:00.026) 0:01:38.407 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:37 +0000 (0:00:00.316) 0:01:38.723 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:37 +0000 (0:00:00.015) 0:01:38.738 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:38 +0000 (0:00:00.069) 0:01:38.808 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:38 +0000 (0:00:00.011) 0:01:38.820 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv2] ************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:123 Friday 01 March 2024 21:19:38 +0000 (0:00:00.015) 0:01:38.835 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:38 +0000 (0:00:00.045) 0:01:38.880 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:38 +0000 (0:00:00.018) 0:01:38.899 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:38 +0000 (0:00:00.022) 0:01:38.922 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:38 +0000 (0:00:00.014) 0:01:38.936 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:38 +0000 (0:00:00.015) 0:01:38.951 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:38 +0000 (0:00:00.024) 0:01:38.976 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:39 +0000 (0:00:00.918) 0:01:39.895 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:39 +0000 (0:00:00.026) 0:01:39.921 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:39 +0000 (0:00:00.320) 0:01:40.242 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:39 +0000 (0:00:00.015) 0:01:40.257 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:39 +0000 (0:00:00.025) 0:01:40.282 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:39 +0000 (0:00:00.011) 0:01:40.294 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv7] ************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:134 Friday 01 March 2024 21:19:39 +0000 (0:00:00.015) 0:01:40.309 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:39 +0000 (0:00:00.048) 0:01:40.357 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:39 +0000 (0:00:00.018) 0:01:40.375 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:39 +0000 (0:00:00.022) 0:01:40.398 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:39 +0000 (0:00:00.014) 0:01:40.412 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:39 +0000 (0:00:00.014) 0:01:40.427 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:39 +0000 (0:00:00.025) 0:01:40.452 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:40 +0000 (0:00:00.918) 0:01:41.371 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:40 +0000 (0:00:00.026) 0:01:41.397 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:40 +0000 (0:00:00.321) 0:01:41.719 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:40 +0000 (0:00:00.015) 0:01:41.735 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:40 +0000 (0:00:00.025) 0:01:41.760 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:40 +0000 (0:00:00.011) 0:01:41.771 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify origin is mounted lv6] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:145 Friday 01 March 2024 21:19:41 +0000 (0:00:00.015) 0:01:41.786 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:41 +0000 (0:00:00.050) 0:01:41.837 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:41 +0000 (0:00:00.018) 0:01:41.856 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:41 +0000 (0:00:00.022) 0:01:41.879 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:41 +0000 (0:00:00.013) 0:01:41.893 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:41 +0000 (0:00:00.014) 0:01:41.907 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:41 +0000 (0:00:00.074) 0:01:41.982 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:42 +0000 (0:00:00.927) 0:01:42.909 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:42 +0000 (0:00:00.027) 0:01:42.937 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:42 +0000 (0:00:00.314) 0:01:43.251 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:42 +0000 (0:00:00.015) 0:01:43.267 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:42 +0000 (0:00:00.025) 0:01:43.292 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:42 +0000 (0:00:00.011) 0:01:43.303 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv1] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:158 Friday 01 March 2024 21:19:42 +0000 (0:00:00.015) 0:01:43.318 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:42 +0000 (0:00:00.054) 0:01:43.373 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:42 +0000 (0:00:00.018) 0:01:43.392 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:42 +0000 (0:00:00.022) 0:01:43.414 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:42 +0000 (0:00:00.014) 0:01:43.428 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:42 +0000 (0:00:00.014) 0:01:43.443 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:42 +0000 (0:00:00.025) 0:01:43.469 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:43 +0000 (0:00:00.913) 0:01:44.382 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:43 +0000 (0:00:00.027) 0:01:44.409 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:43 +0000 (0:00:00.324) 0:01:44.733 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:43 +0000 (0:00:00.015) 0:01:44.749 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:43 +0000 (0:00:00.025) 0:01:44.774 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:44 +0000 (0:00:00.011) 0:01:44.785 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv2] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:168 Friday 01 March 2024 21:19:44 +0000 (0:00:00.014) 0:01:44.800 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:44 +0000 (0:00:00.058) 0:01:44.859 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:44 +0000 (0:00:00.017) 0:01:44.877 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:44 +0000 (0:00:00.022) 0:01:44.900 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:44 +0000 (0:00:00.015) 0:01:44.915 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:44 +0000 (0:00:00.014) 0:01:44.929 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:44 +0000 (0:00:00.025) 0:01:44.954 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:45 +0000 (0:00:00.910) 0:01:45.865 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:45 +0000 (0:00:00.026) 0:01:45.892 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:45 +0000 (0:00:00.327) 0:01:46.219 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:45 +0000 (0:00:00.014) 0:01:46.234 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:45 +0000 (0:00:00.025) 0:01:46.259 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:45 +0000 (0:00:00.010) 0:01:46.270 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv7] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:178 Friday 01 March 2024 21:19:45 +0000 (0:00:00.016) 0:01:46.286 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:45 +0000 (0:00:00.084) 0:01:46.371 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:45 +0000 (0:00:00.018) 0:01:46.389 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:45 +0000 (0:00:00.023) 0:01:46.413 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:45 +0000 (0:00:00.014) 0:01:46.428 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:45 +0000 (0:00:00.014) 0:01:46.442 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:45 +0000 (0:00:00.025) 0:01:46.467 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:46 +0000 (0:00:00.909) 0:01:47.376 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:46 +0000 (0:00:00.027) 0:01:47.404 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:46 +0000 (0:00:00.335) 0:01:47.740 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:46 +0000 (0:00:00.014) 0:01:47.754 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:47 +0000 (0:00:00.025) 0:01:47.779 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:47 +0000 (0:00:00.012) 0:01:47.792 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the origin for lv6] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:188 Friday 01 March 2024 21:19:47 +0000 (0:00:00.015) 0:01:47.808 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:47 +0000 (0:00:00.064) 0:01:47.872 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:47 +0000 (0:00:00.018) 0:01:47.891 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:47 +0000 (0:00:00.023) 0:01:47.914 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:47 +0000 (0:00:00.014) 0:01:47.928 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:47 +0000 (0:00:00.014) 0:01:47.942 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:47 +0000 (0:00:00.025) 0:01:47.968 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:48 +0000 (0:00:00.908) 0:01:48.877 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:48 +0000 (0:00:00.027) 0:01:48.905 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:48 +0000 (0:00:00.262) 0:01:49.168 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:48 +0000 (0:00:00.014) 0:01:49.182 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:48 +0000 (0:00:00.028) 0:01:49.211 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:48 +0000 (0:00:00.011) 0:01:49.222 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role remove the snapshot LVs] *************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:195 Friday 01 March 2024 21:19:48 +0000 (0:00:00.015) 0:01:49.238 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:48 +0000 (0:00:00.066) 0:01:49.304 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:48 +0000 (0:00:00.018) 0:01:49.323 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:48 +0000 (0:00:00.022) 0:01:49.346 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:48 +0000 (0:00:00.014) 0:01:49.360 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:48 +0000 (0:00:00.014) 0:01:49.374 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:48 +0000 (0:00:00.025) 0:01:49.400 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:49 +0000 (0:00:00.908) 0:01:50.308 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:49 +0000 (0:00:00.026) 0:01:50.335 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:51 +0000 (0:00:01.454) 0:01:51.790 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:51 +0000 (0:00:00.045) 0:01:51.835 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:51 +0000 (0:00:00.026) 0:01:51.862 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:51 +0000 (0:00:00.011) 0:01:51.873 ********** 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-failures92yy11th/tests/tests_umount_verify.yml:202 Friday 01 March 2024 21:19:51 +0000 (0:00:00.015) 0:01:51.888 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:51 +0000 (0:00:00.071) 0:01:51.960 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:51 +0000 (0:00:00.017) 0:01:51.978 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:51 +0000 (0:00:00.022) 0:01:52.001 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:51 +0000 (0:00:00.015) 0:01:52.016 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:51 +0000 (0:00:00.014) 0:01:52.030 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:51 +0000 (0:00:00.026) 0:01:52.056 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:52 +0000 (0:00:00.909) 0:01:52.966 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:52 +0000 (0:00:00.028) 0:01:52.995 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:53 +0000 (0:00:01.066) 0:01:54.061 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.160 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.160 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:53 +0000 (0:00:00.014) 0:01:54.076 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:53 +0000 (0:00:00.025) 0:01:54.101 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:53 +0000 (0:00:00.011) 0:01:54.112 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_umount_verify.yml:210 Friday 01 March 2024 21:19:53 +0000 (0:00:00.016) 0:01:54.129 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:7 Friday 01 March 2024 21:19:53 +0000 (0:00:00.043) 0:01:54.173 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:19:53 +0000 (0:00:00.019) 0:01:54.192 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:53 +0000 (0:00:00.018) 0:01:54.211 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:19:53 +0000 (0:00:00.022) 0:01:54.234 ********** 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-failures92yy11th/.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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:19:53 +0000 (0:00:00.032) 0:01:54.266 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:19:53 +0000 (0:00:00.014) 0:01:54.281 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:19:53 +0000 (0:00:00.015) 0:01:54.296 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:19:53 +0000 (0:00:00.013) 0:01:54.309 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:19:53 +0000 (0:00:00.012) 0:01:54.321 ********** 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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:19:53 +0000 (0:00:00.028) 0:01:54.350 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:19:54 +0000 (0:00:00.920) 0:01:55.270 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:19:54 +0000 (0:00:00.029) 0:01:55.300 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:19:54 +0000 (0:00:00.014) 0:01:55.314 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:19:58 +0000 (0:00:03.627) 0:01:58.941 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:19:58 +0000 (0:00:00.024) 0:01:58.966 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:19:58 +0000 (0:00:00.019) 0:01:58.985 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:19:58 +0000 (0:00:00.020) 0:01:59.005 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:19:58 +0000 (0:00:00.086) 0:01:59.091 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:19:59 +0000 (0:00:00.918) 0:02:00.010 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:20:00 +0000 (0:00:01.679) 0:02:01.689 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:20:00 +0000 (0:00:00.032) 0:02:01.721 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:20:00 +0000 (0:00:00.010) 0:02:01.732 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:20:09 +0000 (0:00:08.503) 0:02:10.236 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:20:09 +0000 (0:00:00.023) 0:02:10.259 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:20:09 +0000 (0:00:00.011) 0:02:10.271 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:20:09 +0000 (0:00:00.023) 0:02:10.294 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:20:09 +0000 (0:00:00.021) 0:02:10.315 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:20:09 +0000 (0:00:00.015) 0:02:10.331 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:20:09 +0000 (0:00:00.020) 0:02:10.352 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:20:09 +0000 (0:00:00.012) 0:02:10.364 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:20:09 +0000 (0:00:00.020) 0:02:10.385 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:20:09 +0000 (0:00:00.020) 0:02:10.406 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:20:09 +0000 (0:00:00.013) 0:02:10.420 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327715.3043187, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:20:09 +0000 (0:00:00.199) 0:02:10.620 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:20:09 +0000 (0:00:00.011) 0:02:10.631 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:29 Friday 01 March 2024 21:20:10 +0000 (0:00:00.767) 0:02:11.399 ********** 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-failures92yy11th/tests/tasks/cleanup.yml:33 Friday 01 March 2024 21:20:10 +0000 (0:00:00.012) 0:02:11.412 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:20:10 +0000 (0:00:00.017) 0:02:11.429 ********** 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-failures92yy11th/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:20:10 +0000 (0:00:00.013) 0:02:11.443 ********** 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-failures92yy11th/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:20:10 +0000 (0:00:00.014) 0:02:11.457 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:20:11 +0000 (0:00:00.911) 0:02:12.368 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdh] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:20:11 +0000 (0:00:00.217) 0:02:12.586 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:20:11 +0000 (0:00:00.013) 0:02:12.600 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:20:11 +0000 (0:00:00.012) 0:02:12.612 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:20:11 +0000 (0:00:00.019) 0:02:12.632 ********** 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-failures92yy11th/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:20:11 +0000 (0:00:00.021) 0:02:12.653 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:39 Friday 01 March 2024 21:20:11 +0000 (0:00:00.019) 0:02:12.673 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.221109", "end": "2024-03-01 21:20:12.289386", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:20:12.068277" } 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=18523) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) 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 21:19:25,428 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 21:19:25,428 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 21:19:25,464 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,464 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,464 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,464 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,464 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "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 21:19:25,465 INFO snapshot-role/MainThread: {"lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "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 21:19:25,465 INFO snapshot-role/MainThread: {"lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "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 21:19:25,465 INFO snapshot-role/MainThread: {"lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "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 21:19:25,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdi"} 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:25,465 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"} 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "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 21:19:25,466 INFO snapshot-role/MainThread: {"lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "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 21:19:25,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq"}, 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a"} 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,466 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "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 21:19:25,467 INFO snapshot-role/MainThread: {"lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "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 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sda"} 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"}, 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"} 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,467 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 21:19:25,468 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 21:19:25,468 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 21:19:25,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,503 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "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 21:19:25,504 INFO snapshot-role/MainThread: {"lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "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 21:19:25,504 INFO snapshot-role/MainThread: {"lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "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 21:19:25,504 INFO snapshot-role/MainThread: {"lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "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 21:19:25,504 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdi"} 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"} 2024-03-01 21:19:25,504 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "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 21:19:25,505 INFO snapshot-role/MainThread: {"lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "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 21:19:25,505 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq"}, 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a"} 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,505 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "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 21:19:25,506 INFO snapshot-role/MainThread: {"lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "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 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sda"} 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"}, 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"} 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,506 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,507 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,544 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 21:19:25,544 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,544 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:25,577 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,577 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,577 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,577 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,577 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,577 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 21:19:25,577 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 21:19:25,578 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 21:19:25,578 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 21:19:25,578 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,578 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,612 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,613 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 21:19:25,813 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,813 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,813 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,814 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:19:25,864 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,864 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,864 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,864 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,864 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,864 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 21:19:25,865 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,865 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,865 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,865 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,867 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,868 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:25,911 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,911 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,911 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,911 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,911 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,911 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 21:19:25,911 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 21:19:25,912 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 21:19:25,912 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 21:19:25,912 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 21:19:25,912 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,912 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,944 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,944 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 21:19:26,067 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,067 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,068 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,068 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,068 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:19:26,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,115 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,115 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,116 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 21:19:26,116 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,116 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:26,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,164 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,164 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,164 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 21:19:26,164 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 21:19:26,164 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 21:19:26,165 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 21:19:26,165 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,165 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,197 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 21:19:26,329 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,330 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,330 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,330 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,330 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,330 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:19:26,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,379 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,379 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,379 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 21:19:26,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,381 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:26,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,427 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 21:19:26,427 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 21:19:26,427 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 21:19:26,427 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 21:19:26,427 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 21:19:26,427 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 21:19:26,427 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 21:19:26,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,427 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,459 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 21:19:26,589 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,590 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,590 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,590 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,652 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 21:19:26,652 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,652 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,681 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,682 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,715 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,715 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 21:19:26,837 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,837 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,838 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,838 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:19:26,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,887 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,888 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 21:19:26,888 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,888 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:19:26,927 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:26,927 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,927 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,928 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 21:19:26,928 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 21:19:26,928 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 21:19:26,928 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,928 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: { 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: , 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:26,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:26,965 INFO snapshot-role/MainThread: } 2024-03-01 21:19:26,965 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 21:19:27,087 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,087 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,087 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,087 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,087 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,088 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:27,130 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,131 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,131 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:27,131 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,131 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:27,131 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 21:19:27,131 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: , 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,132 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:27,168 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,168 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,168 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:27,169 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 21:19:27,169 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 21:19:27,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: , 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,169 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,202 INFO snapshot-role/MainThread: , 2024-03-01 21:19:27,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,203 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,203 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,203 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 21:19:27,329 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,329 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,329 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,329 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,330 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,330 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:19:27,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:27,380 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 21:19:27,380 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: , 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,380 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:27,415 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 21:19:27,415 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 21:19:27,415 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 21:19:27,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: , 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,415 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,416 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:19:27,447 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:27,447 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:27,447 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: , 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,448 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 21:19:27,574 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:27,574 INFO snapshot-role/MainThread: { 2024-03-01 21:19:27,575 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:27,575 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:27,575 INFO snapshot-role/MainThread: } 2024-03-01 21:19:27,575 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:28,995 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 21:19:28,995 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 21:19:29,037 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"vO0JwE-0JFk-kedU-erU4-ErW0-3pu6-jcWYRP", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"ufYGaJ-3rV4-0yNb-94Fo-zOcR-fiqt-Zs52re", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"gWsoQr-zFCh-NJ0o-OXV2-v6K5-fj44-kroxo3", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "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 21:19:29,038 INFO snapshot-role/MainThread: {"lv_uuid":"d3JSyq-hUwz-cl2u-oHiT-SrzC-gYWO-XOvFza", "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 21:19:29,038 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,038 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ufYGaJ-3rV4-0yNb-94Fo-zOcR-fiqt-Zs52re", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"gWsoQr-zFCh-NJ0o-OXV2-v6K5-fj44-kroxo3", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"d3JSyq-hUwz-cl2u-oHiT-SrzC-gYWO-XOvFza", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"vO0JwE-0JFk-kedU-erU4-ErW0-3pu6-jcWYRP", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdi"} 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"d3JSyq-hUwz-cl2u-oHiT-SrzC-gYWO-XOvFza"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"gWsoQr-zFCh-NJ0o-OXV2-v6K5-fj44-kroxo3"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ufYGaJ-3rV4-0yNb-94Fo-zOcR-fiqt-Zs52re"}, 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"vO0JwE-0JFk-kedU-erU4-ErW0-3pu6-jcWYRP"} 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:29,039 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "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 21:19:29,040 INFO snapshot-role/MainThread: {"lv_uuid":"AFJPBj-q4gv-c0sa-0EZR-HDEw-F5Dj-ld9jDu", "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 21:19:29,040 INFO snapshot-role/MainThread: {"lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "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 21:19:29,040 INFO snapshot-role/MainThread: {"lv_uuid":"oeOTaY-112O-23hC-i1Kh-7TVo-Nsl5-UyA3B6", "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 21:19:29,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"oeOTaY-112O-23hC-i1Kh-7TVo-Nsl5-UyA3B6", "pv_name":"/dev/sde"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AFJPBj-q4gv-c0sa-0EZR-HDEw-F5Dj-ld9jDu", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"AFJPBj-q4gv-c0sa-0EZR-HDEw-F5Dj-ld9jDu"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a"}, 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"oeOTaY-112O-23hC-i1Kh-7TVo-Nsl5-UyA3B6"} 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:29,040 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "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 21:19:29,041 INFO snapshot-role/MainThread: {"lv_uuid":"AD5t6r-9Elj-84Zp-BSi1-MqaR-7H9g-NLLPkB", "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 21:19:29,041 INFO snapshot-role/MainThread: {"lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "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 21:19:29,041 INFO snapshot-role/MainThread: {"lv_uuid":"RFuVi2-F5cb-f3E4-StCo-sYJH-3YQ3-03mgwQ", "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 21:19:29,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"AD5t6r-9Elj-84Zp-BSi1-MqaR-7H9g-NLLPkB", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"RFuVi2-F5cb-f3E4-StCo-sYJH-3YQ3-03mgwQ", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sda"} 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"AD5t6r-9Elj-84Zp-BSi1-MqaR-7H9g-NLLPkB"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"RFuVi2-F5cb-f3E4-StCo-sYJH-3YQ3-03mgwQ"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"}, 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"} 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,041 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,042 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,081 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 21:19:29,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,081 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:29,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,113 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,113 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,113 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,114 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 21:19:29,114 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 21:19:29,114 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 21:19:29,114 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 21:19:29,114 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 21:19:29,114 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 21:19:29,114 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 21:19:29,114 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 21:19:29,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,114 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:19:29,146 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,146 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,146 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,146 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,147 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 21:19:29,147 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,147 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:19:29,177 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,177 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,177 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,177 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,178 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 21:19:29,178 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,178 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,209 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 21:19:29,209 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,209 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:19:29,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,242 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 21:19:29,242 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,242 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:29,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,278 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,278 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,278 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,278 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,278 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 21:19:29,278 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 21:19:29,278 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 21:19:29,278 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 21:19:29,278 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 21:19:29,278 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 21:19:29,279 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 21:19:29,279 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 21:19:29,279 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,279 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:19:29,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,312 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,313 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 21:19:29,313 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,313 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,345 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 21:19:29,345 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,345 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,346 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,346 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,346 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,381 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 21:19:29,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,381 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,382 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:19:29,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,422 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,423 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:29,456 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,456 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,456 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,456 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,456 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,456 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 21:19:29,456 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 21:19:29,456 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 21:19:29,456 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 21:19:29,456 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 21:19:29,456 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 21:19:29,457 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 21:19:29,457 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 21:19:29,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,457 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:19:29,494 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,494 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,494 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,494 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,494 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,494 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 21:19:29,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,495 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:19:29,526 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,526 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,526 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,526 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,526 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,526 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 21:19:29,526 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,527 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,559 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 21:19:29,559 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,559 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,560 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,560 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,560 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,560 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,560 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,595 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,595 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:29,627 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,627 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,627 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,627 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,627 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,628 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 21:19:29,628 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 21:19:29,628 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 21:19:29,628 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 21:19:29,628 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 21:19:29,628 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:29,628 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 21:19:29,628 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 21:19:29,628 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,628 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,660 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 21:19:29,660 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,660 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,661 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,661 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,661 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,661 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,661 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,690 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 21:19:29,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,691 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,691 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:19:29,722 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,722 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,722 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,722 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,722 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 21:19:29,722 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,722 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,723 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,723 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,723 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,723 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,723 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,757 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 21:19:29,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,757 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,789 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 21:19:29,789 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 21:19:29,789 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 21:19:29,789 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 21:19:29,789 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,789 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,790 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,790 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,822 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 21:19:29,822 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,822 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,853 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 21:19:29,853 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,853 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,885 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 21:19:29,885 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,885 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,886 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,886 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,920 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 21:19:29,920 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,920 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,958 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 21:19:29,958 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 21:19:29,958 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 21:19:29,958 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 21:19:29,958 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,958 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,959 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,959 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,959 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:19:29,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:29,994 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: { 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:29,995 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 21:19:29,995 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: , 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: } 2024-03-01 21:19:29,995 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,029 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 21:19:30,029 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,029 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,069 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 21:19:30,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,069 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,070 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,101 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 21:19:30,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,101 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,102 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:30,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,137 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,137 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,137 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,137 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 21:19:30,137 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 21:19:30,137 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 21:19:30,137 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 21:19:30,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,138 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,170 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 21:19:30,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,170 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,201 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 21:19:30,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,201 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,234 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,266 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 21:19:30,266 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,266 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,267 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,267 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,267 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,267 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,267 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:30,303 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,303 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,303 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,303 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,303 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,303 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 21:19:30,303 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 21:19:30,303 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 21:19:30,303 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 21:19:30,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,304 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,335 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 21:19:30,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,335 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,367 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 21:19:30,367 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,367 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,368 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: { 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:30,402 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 21:19:30,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: , 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:30,402 INFO snapshot-role/MainThread: } 2024-03-01 21:19:30,403 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:31,799 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 21:19:31,799 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:19:31,799 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:31,832 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:31,832 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,832 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:31,832 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,832 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:31,833 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 21:19:31,833 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 21:19:31,833 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 21:19:31,833 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 21:19:31,833 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,833 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:31,867 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 21:19:31,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,868 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:31,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,868 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,868 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 21:19:31,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:31,932 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:33,315 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 21:19:33,315 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 21:19:33,315 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: { 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: { 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:33,349 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 21:19:33,349 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 21:19:33,349 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 21:19:33,349 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 21:19:33,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: } 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: , 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:33,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:33,350 INFO snapshot-role/MainThread: } 2024-03-01 21:19:33,350 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: { 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: { 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:33,382 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 21:19:33,382 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: } 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: , 2024-03-01 21:19:33,382 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:33,383 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:33,383 INFO snapshot-role/MainThread: } 2024-03-01 21:19:33,383 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 21:19:33,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:33,416 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:34,831 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 21:19:34,831 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 21:19:34,832 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:34,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:34,867 INFO snapshot-role/MainThread: { 2024-03-01 21:19:34,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: { 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:34,868 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 21:19:34,868 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 21:19:34,868 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 21:19:34,868 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 21:19:34,868 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 21:19:34,868 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 21:19:34,868 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: } 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: , 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: } 2024-03-01 21:19:34,868 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:19:34,906 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:34,906 INFO snapshot-role/MainThread: { 2024-03-01 21:19:34,906 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:34,906 INFO snapshot-role/MainThread: { 2024-03-01 21:19:34,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:34,906 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 21:19:34,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: } 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: , 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: } 2024-03-01 21:19:34,907 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 21:19:34,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:34,935 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:36,336 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 21:19:36,336 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 21:19:36,336 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:36,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:36,363 INFO snapshot-role/MainThread: { 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: { 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:36,364 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 21:19:36,364 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 21:19:36,364 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 21:19:36,364 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 21:19:36,364 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 21:19:36,364 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 21:19:36,364 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 21:19:36,364 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 21:19:36,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: } 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: , 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: } 2024-03-01 21:19:36,364 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: { 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: { 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:36,398 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 21:19:36,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: } 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: , 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:36,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:36,399 INFO snapshot-role/MainThread: } 2024-03-01 21:19:36,399 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 21:19:36,429 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:36,430 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:37,834 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 21:19:37,834 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 21:19:37,834 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:37,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:37,865 INFO snapshot-role/MainThread: { 2024-03-01 21:19:37,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:37,865 INFO snapshot-role/MainThread: { 2024-03-01 21:19:37,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:37,866 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 21:19:37,866 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 21:19:37,866 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 21:19:37,866 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 21:19:37,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: } 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: , 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: } 2024-03-01 21:19:37,866 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: { 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: { 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:37,901 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 21:19:37,901 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: } 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: , 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: } 2024-03-01 21:19:37,901 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 21:19:37,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:37,904 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:19:37,905 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:39,349 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 21:19:39,349 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv2_mp None test_vg1 lv2 snapset1 2024-03-01 21:19:39,349 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:39,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: { 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: { 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:39,384 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 21:19:39,384 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 21:19:39,384 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 21:19:39,384 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 21:19:39,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: } 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: , 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: } 2024-03-01 21:19:39,384 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:19:39,419 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:39,419 INFO snapshot-role/MainThread: { 2024-03-01 21:19:39,419 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:39,419 INFO snapshot-role/MainThread: { 2024-03-01 21:19:39,419 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:39,419 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 21:19:39,419 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: } 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: , 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: } 2024-03-01 21:19:39,420 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 21:19:39,423 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:39,423 INFO snapshot-role/MainThread: TARGET="/mnt/lv2_mp" SOURCE="/dev/mapper/test_vg1-lv2_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:19:39,423 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:40,827 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 21:19:40,827 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp None test_vg3 lv7 snapset1 2024-03-01 21:19:40,827 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:40,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: { 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: { 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:40,860 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 21:19:40,860 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:40,860 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 21:19:40,860 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 21:19:40,860 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 21:19:40,860 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 21:19:40,860 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 21:19:40,860 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 21:19:40,860 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: } 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: , 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: } 2024-03-01 21:19:40,860 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:19:40,897 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: { 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: { 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:40,898 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 21:19:40,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: } 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: , 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: } 2024-03-01 21:19:40,898 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 21:19:40,901 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:40,901 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:19:40,901 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:42,363 INFO snapshot-role/MainThread: mount_cmd: 1 1 1 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 21:19:42,363 INFO snapshot-role/MainThread: mount_verify_lv : 1 /mnt/lv6_mp None test_vg3 lv6 snapset1 2024-03-01 21:19:42,363 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:42,396 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:42,396 INFO snapshot-role/MainThread: { 2024-03-01 21:19:42,396 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:42,396 INFO snapshot-role/MainThread: { 2024-03-01 21:19:42,396 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:42,396 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 21:19:42,397 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 21:19:42,397 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 21:19:42,397 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 21:19:42,397 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 21:19:42,397 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 21:19:42,397 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 21:19:42,397 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 21:19:42,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: } 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: , 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: } 2024-03-01 21:19:42,397 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: { 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: { 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:42,429 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 21:19:42,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: } 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: , 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: } 2024-03-01 21:19:42,429 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 21:19:42,432 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:42,432 INFO snapshot-role/MainThread: TARGET="/mnt/lv6_mp" SOURCE="/dev/mapper/test_vg3-lv6" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:19:42,432 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:43,836 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 21:19:43,837 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:19:43,837 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:43,869 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:43,869 INFO snapshot-role/MainThread: { 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: { 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:43,870 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 21:19:43,870 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 21:19:43,870 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 21:19:43,870 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 21:19:43,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: } 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: , 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: } 2024-03-01 21:19:43,870 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: { 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: { 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:43,902 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 21:19:43,902 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: } 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: , 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:43,902 INFO snapshot-role/MainThread: } 2024-03-01 21:19:43,903 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 21:19:43,903 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 21:19:43,915 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:43,915 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:45,322 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 21:19:45,322 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 21:19:45,323 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: { 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: { 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:45,356 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 21:19:45,356 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 21:19:45,356 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 21:19:45,356 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 21:19:45,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: } 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: , 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: } 2024-03-01 21:19:45,356 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: { 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: { 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:45,389 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 21:19:45,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: } 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: , 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:45,389 INFO snapshot-role/MainThread: } 2024-03-01 21:19:45,390 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 21:19:45,390 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 21:19:45,400 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:45,400 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:46,830 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 21:19:46,830 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 21:19:46,831 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:46,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:46,872 INFO snapshot-role/MainThread: { 2024-03-01 21:19:46,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: { 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:46,873 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 21:19:46,873 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 21:19:46,873 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 21:19:46,873 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 21:19:46,873 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 21:19:46,873 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 21:19:46,873 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 21:19:46,873 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 21:19:46,873 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: } 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: , 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: } 2024-03-01 21:19:46,873 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:19:46,909 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:46,909 INFO snapshot-role/MainThread: { 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: { 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:46,910 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 21:19:46,910 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: } 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: , 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: } 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 21:19:46,910 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 21:19:46,921 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:46,921 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:48,332 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 21:19:48,332 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 21:19:48,332 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 21:19:48,332 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 21:19:48,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:48,349 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:49,761 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 21:19:49,761 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 21:19:49,799 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:49,799 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"vO0JwE-0JFk-kedU-erU4-ErW0-3pu6-jcWYRP", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"ufYGaJ-3rV4-0yNb-94Fo-zOcR-fiqt-Zs52re", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"gWsoQr-zFCh-NJ0o-OXV2-v6K5-fj44-kroxo3", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "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 21:19:49,800 INFO snapshot-role/MainThread: {"lv_uuid":"d3JSyq-hUwz-cl2u-oHiT-SrzC-gYWO-XOvFza", "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 21:19:49,800 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ufYGaJ-3rV4-0yNb-94Fo-zOcR-fiqt-Zs52re", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"gWsoQr-zFCh-NJ0o-OXV2-v6K5-fj44-kroxo3", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"d3JSyq-hUwz-cl2u-oHiT-SrzC-gYWO-XOvFza", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:49,800 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"vO0JwE-0JFk-kedU-erU4-ErW0-3pu6-jcWYRP", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdi"} 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"d3JSyq-hUwz-cl2u-oHiT-SrzC-gYWO-XOvFza"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"gWsoQr-zFCh-NJ0o-OXV2-v6K5-fj44-kroxo3"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ufYGaJ-3rV4-0yNb-94Fo-zOcR-fiqt-Zs52re"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"vO0JwE-0JFk-kedU-erU4-ErW0-3pu6-jcWYRP"} 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:49,801 INFO snapshot-role/MainThread: {"lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "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 21:19:49,801 INFO snapshot-role/MainThread: {"lv_uuid":"AFJPBj-q4gv-c0sa-0EZR-HDEw-F5Dj-ld9jDu", "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 21:19:49,801 INFO snapshot-role/MainThread: {"lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "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 21:19:49,801 INFO snapshot-role/MainThread: {"lv_uuid":"oeOTaY-112O-23hC-i1Kh-7TVo-Nsl5-UyA3B6", "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 21:19:49,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"oeOTaY-112O-23hC-i1Kh-7TVo-Nsl5-UyA3B6", "pv_name":"/dev/sde"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AFJPBj-q4gv-c0sa-0EZR-HDEw-F5Dj-ld9jDu", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"AFJPBj-q4gv-c0sa-0EZR-HDEw-F5Dj-ld9jDu"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"oeOTaY-112O-23hC-i1Kh-7TVo-Nsl5-UyA3B6"} 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:49,802 INFO snapshot-role/MainThread: {"lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "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 21:19:49,802 INFO snapshot-role/MainThread: {"lv_uuid":"AD5t6r-9Elj-84Zp-BSi1-MqaR-7H9g-NLLPkB", "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 21:19:49,802 INFO snapshot-role/MainThread: {"lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "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 21:19:49,803 INFO snapshot-role/MainThread: {"lv_uuid":"RFuVi2-F5cb-f3E4-StCo-sYJH-3YQ3-03mgwQ", "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 21:19:49,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"AD5t6r-9Elj-84Zp-BSi1-MqaR-7H9g-NLLPkB", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"RFuVi2-F5cb-f3E4-StCo-sYJH-3YQ3-03mgwQ", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sda"} 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"AD5t6r-9Elj-84Zp-BSi1-MqaR-7H9g-NLLPkB"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"RFuVi2-F5cb-f3E4-StCo-sYJH-3YQ3-03mgwQ"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"}, 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"} 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,803 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:49,839 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 21:19:49,839 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: , 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,839 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 21:19:49,939 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:49,939 INFO snapshot-role/MainThread: { 2024-03-01 21:19:49,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:49,939 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:49,939 INFO snapshot-role/MainThread: } 2024-03-01 21:19:49,940 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:19:50,000 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,000 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,000 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,001 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 21:19:50,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,001 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 21:19:50,093 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,093 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,094 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,094 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,094 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,094 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:19:50,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,145 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,145 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,145 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 21:19:50,145 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,146 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 21:19:50,256 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,256 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,256 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,256 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,257 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,257 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:19:50,302 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,302 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,302 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,302 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,302 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,302 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 21:19:50,302 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,303 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 21:19:50,392 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,392 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,392 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,393 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,393 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:19:50,440 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,440 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,440 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,440 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,440 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,441 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 21:19:50,535 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,535 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,535 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,535 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,536 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:19:50,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,585 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,586 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 21:19:50,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,586 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 21:19:50,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,671 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,671 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,671 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,671 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,672 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:19:50,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,715 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,715 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,716 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 21:19:50,716 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,716 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:19:50,797 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,797 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,797 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,798 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,798 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,798 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:19:50,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,843 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,843 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:50,843 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,843 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:50,844 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 21:19:50,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: , 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,844 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 21:19:50,945 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:50,945 INFO snapshot-role/MainThread: { 2024-03-01 21:19:50,945 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:50,945 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:50,945 INFO snapshot-role/MainThread: } 2024-03-01 21:19:50,945 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:52,421 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 21:19:52,421 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 21:19:52,457 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,457 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "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 21:19:52,458 INFO snapshot-role/MainThread: {"lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "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 21:19:52,458 INFO snapshot-role/MainThread: {"lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "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 21:19:52,458 INFO snapshot-role/MainThread: {"lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "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 21:19:52,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp", "pv_name":"/dev/sdi"} 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"}, 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5"} 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,458 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "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 21:19:52,459 INFO snapshot-role/MainThread: {"lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "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 21:19:52,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq"}, 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a"} 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,459 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "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 21:19:52,460 INFO snapshot-role/MainThread: {"lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "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 21:19:52,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1", "pv_name":"/dev/sda"} 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"}, 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1"} 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,460 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,461 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,491 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 21:19:52,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,491 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,522 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 21:19:52,522 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 21:19:52,522 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 21:19:52,522 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 21:19:52,522 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,523 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,523 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,523 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,557 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,585 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 21:19:52,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,585 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:52,617 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,618 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 21:19:52,618 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 21:19:52,618 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 21:19:52,618 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 21:19:52,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,618 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:19:52,656 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:52,656 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,657 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,691 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 21:19:52,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,692 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,692 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,692 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,729 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 21:19:52,729 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 21:19:52,729 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 21:19:52,729 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 21:19:52,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,729 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,759 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,789 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 21:19:52,789 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,789 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,822 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 21:19:52,822 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 21:19:52,822 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 21:19:52,822 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 21:19:52,822 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,822 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:19:52,851 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,852 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,883 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 21:19:52,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,883 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,884 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:52,917 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 21:19:52,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,917 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,918 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,949 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: { 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:52,983 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 21:19:52,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: , 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: } 2024-03-01 21:19:52,983 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,015 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 21:19:53,015 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 21:19:53,015 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,015 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,048 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,079 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 21:19:53,079 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,079 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,113 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 21:19:53,113 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 21:19:53,113 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,113 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,146 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,179 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 21:19:53,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,179 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,210 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 21:19:53,210 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 21:19:53,210 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,210 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: { 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: , 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:53,241 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:53,242 INFO snapshot-role/MainThread: } 2024-03-01 21:19:53,242 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 22312 at Fri Mar 1 21:20:09 2024 PRODUCT_UUID=ec28c74a-70d1-7a83-23a9-6863058b38fa VERSION=1.1.33 ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" TYPE="xfs" PARTUUID="e61ef7e0-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" FSSIZE="4226809856" FSLASTBLOCK="1048320" FSBLOCKSIZE="4096" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="e61ef7e0-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 21:18:59,815 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_p_l8qaed/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:03,174 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4r51da02/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:07,372 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_31d_mplf/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:07,505 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:07,506 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:07,693 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:07,693 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 21:19:07,693 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:07,693 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:07,699 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:07,699 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:07,703 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:07,703 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:07,706 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:07,706 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:07,709 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:07,709 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:07,718 INFO program/MainThread: stdout: 2024-03-01 21:19:07,718 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:07,718 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:07,718 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:19:07,718 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:07,718 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 21:19:07,718 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:07,719 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:07,719 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:07,719 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:07,719 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:07,720 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:07,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:07,732 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:07,745 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:19:07,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405562d8515824f42b1b91ddb912 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405562d8515824f42b1b91ddb912', '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': '562d8515-824f-42b1-b91d-db912a749db1', 'ID_SERIAL': '36001405562d8515824f42b1b91ddb912', 'ID_SERIAL_SHORT': '6001405562d8515824f42b1b91ddb912', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405562d85158', 'ID_WWN_VENDOR_EXTENSION': '0x24f42b1b91ddb912', 'ID_WWN_WITH_EXTENSION': '0x6001405562d8515824f42b1b91ddb912', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405562d8515824f42b1b91ddb912', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368388358'} ; 2024-03-01 21:19:07,749 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 21:19:07,750 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 21:19:07,786 INFO program/MainThread: stdout[3]: 2024-03-01 21:19:07,787 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:07,787 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:07,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,799 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:07,801 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 21:19:07,806 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:07,806 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:07,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:07,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:07,810 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:07,813 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:07,813 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 21:19:07,816 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 21:19:07,817 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,819 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:07,819 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4205d3c6d0) -- 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 = 6001405562d8515824f42b1b91ddb912 2024-03-01 21:19:07,822 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:07,822 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:19:07,825 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/wwn-0x6001405202c2028f9d4434786638fa8b ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/scsi-36001405202c2028f9d4434786638fa8b', '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': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'ID_SERIAL': '36001405202c2028f9d4434786638fa8b', 'ID_SERIAL_SHORT': '6001405202c2028f9d4434786638fa8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405202c2028f', 'ID_WWN_VENDOR_EXTENSION': '0x9d4434786638fa8b', 'ID_WWN_WITH_EXTENSION': '0x6001405202c2028f9d4434786638fa8b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405202c2028f9d4434786638fa8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368417507'} ; 2024-03-01 21:19:07,825 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 21:19:07,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,836 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:07,837 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:07,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:19:07,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:19:07,840 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:07,843 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:07,843 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 21:19:07,846 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 21:19:07,847 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,847 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:19:07,847 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204c24700) -- 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 = 6001405202c2028f9d4434786638fa8b 2024-03-01 21:19:07,850 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:07,850 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:19:07,853 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-3600140531b60a51ee144118b0d274e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-id/wwn-0x600140531b60a51ee144118b0d274e2b', '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': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'ID_SERIAL': '3600140531b60a51ee144118b0d274e2b', 'ID_SERIAL_SHORT': '600140531b60a51ee144118b0d274e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140531b60a51e', 'ID_WWN_VENDOR_EXTENSION': '0xe144118b0d274e2b', 'ID_WWN_WITH_EXTENSION': '0x600140531b60a51ee144118b0d274e2b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140531b60a51ee144118b0d274e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369102904'} ; 2024-03-01 21:19:07,853 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 21:19:07,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,864 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:07,865 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:07,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:07,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:19:07,868 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:07,871 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:07,871 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 21:19:07,874 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 21:19:07,874 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,875 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:19:07,875 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204c24550) -- 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 = 600140531b60a51ee144118b0d274e2b 2024-03-01 21:19:07,878 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:07,878 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:07,881 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_71ab6d30-9a67-4ef6-975a-ccbcd12c36ae ' '/dev/disk/by-id/wwn-0x600140571ab6d309a674ef6975accbcd ' '/dev/disk/by-id/scsi-3600140571ab6d309a674ef6975accbcd', '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': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'ID_SERIAL': '3600140571ab6d309a674ef6975accbcd', 'ID_SERIAL_SHORT': '600140571ab6d309a674ef6975accbcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140571ab6d309', 'ID_WWN_VENDOR_EXTENSION': '0xa674ef6975accbcd', 'ID_WWN_WITH_EXTENSION': '0x600140571ab6d309a674ef6975accbcd', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140571ab6d309a674ef6975accbcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369190100'} ; 2024-03-01 21:19:07,881 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 21:19:07,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,892 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:07,892 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:07,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:07,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:19:07,895 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:07,898 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:07,898 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 21:19:07,901 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 21:19:07,901 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,902 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:19:07,902 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204c5e4c0) -- 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 = 600140571ab6d309a674ef6975accbcd 2024-03-01 21:19:07,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:07,905 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:07,908 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-id/wwn-0x6001405d37739f8947a42f3a37a81cc5 ' '/dev/disk/by-id/scsi-36001405d37739f8947a42f3a37a81cc5', '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': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'ID_SERIAL': '36001405d37739f8947a42f3a37a81cc5', 'ID_SERIAL_SHORT': '6001405d37739f8947a42f3a37a81cc5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d37739f89', 'ID_WWN_VENDOR_EXTENSION': '0x47a42f3a37a81cc5', 'ID_WWN_WITH_EXTENSION': '0x6001405d37739f8947a42f3a37a81cc5', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d37739f8947a42f3a37a81cc5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368459724'} ; 2024-03-01 21:19:07,908 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 21:19:07,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,919 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:07,919 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:07,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:19:07,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:19:07,922 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:07,925 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:07,925 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 21:19:07,928 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 21:19:07,928 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,928 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:19:07,929 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204bed760) -- 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 = 6001405d37739f8947a42f3a37a81cc5 2024-03-01 21:19:07,931 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:07,932 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:19:07,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014052b3dd2b4f375464ea1e7d66f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-id/wwn-0x60014052b3dd2b4f375464ea1e7d66f1', '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': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'ID_SERIAL': '360014052b3dd2b4f375464ea1e7d66f1', 'ID_SERIAL_SHORT': '60014052b3dd2b4f375464ea1e7d66f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052b3dd2b4f', 'ID_WWN_VENDOR_EXTENSION': '0x375464ea1e7d66f1', 'ID_WWN_WITH_EXTENSION': '0x60014052b3dd2b4f375464ea1e7d66f1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052b3dd2b4f375464ea1e7d66f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368546635'} ; 2024-03-01 21:19:07,935 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 21:19:07,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,945 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:07,946 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:07,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:07,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:19:07,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:07,951 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:07,951 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 21:19:07,954 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 21:19:07,955 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,955 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:19:07,955 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204c244f0) -- 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 = 60014052b3dd2b4f375464ea1e7d66f1 2024-03-01 21:19:07,958 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:07,958 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:19:07,961 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_73ec5180-6f8a-438f-b39e-b40b8f9dd79a ' '/dev/disk/by-id/scsi-3600140573ec51806f8a438fb39eb40b8', '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': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'ID_SERIAL': '3600140573ec51806f8a438fb39eb40b8', 'ID_SERIAL_SHORT': '600140573ec51806f8a438fb39eb40b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573ec51806', 'ID_WWN_VENDOR_EXTENSION': '0xf8a438fb39eb40b8', 'ID_WWN_WITH_EXTENSION': '0x600140573ec51806f8a438fb39eb40b8', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573ec51806f8a438fb39eb40b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368804719'} ; 2024-03-01 21:19:07,961 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 21:19:07,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,971 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:07,972 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:07,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:07,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:19:07,975 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:07,977 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:07,978 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 21:19:07,980 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 21:19:07,981 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:07,981 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:19:07,981 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204be3790) -- 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 = 600140573ec51806f8a438fb39eb40b8 2024-03-01 21:19:07,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:07,984 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:19:07,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-360014051b783d0470344591bb65cb811 ' '/dev/disk/by-id/wwn-0x60014051b783d0470344591bb65cb811 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1b783d04-7034-4591-bb65-cb8117917ac0', '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': '1b783d04-7034-4591-bb65-cb8117917ac0', 'ID_SERIAL': '360014051b783d0470344591bb65cb811', 'ID_SERIAL_SHORT': '60014051b783d0470344591bb65cb811', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b783d047', 'ID_WWN_VENDOR_EXTENSION': '0x0344591bb65cb811', 'ID_WWN_WITH_EXTENSION': '0x60014051b783d0470344591bb65cb811', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b783d0470344591bb65cb811', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368569832'} ; 2024-03-01 21:19:07,987 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 21:19:07,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:07,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:07,998 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:07,998 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:07,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:07,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:19:08,001 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:08,004 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:08,004 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 21:19:08,007 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 21:19:08,007 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:08,007 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:19:08,007 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204be3f10) -- 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 = 60014051b783d0470344591bb65cb811 2024-03-01 21:19:08,010 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:08,010 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:19:08,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-360014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7f8692c1-1b8f-490e-a601-ecfbee1c7d58 ' '/dev/disk/by-id/wwn-0x60014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58', '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': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'ID_SERIAL': '360014057f8692c11b8f490ea601ecfbe', 'ID_SERIAL_SHORT': '60014057f8692c11b8f490ea601ecfbe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f8692c11', 'ID_WWN_VENDOR_EXTENSION': '0xb8f490ea601ecfbe', 'ID_WWN_WITH_EXTENSION': '0x60014057f8692c11b8f490ea601ecfbe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f8692c11b8f490ea601ecfbe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368753602'} ; 2024-03-01 21:19:08,013 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 21:19:08,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,024 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:08,024 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:08,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:19:08,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:19:08,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:08,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:08,030 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 21:19:08,033 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 21:19:08,033 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:08,034 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:19:08,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204bf4be0) -- 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 = 60014057f8692c11b8f490ea601ecfbe 2024-03-01 21:19:08,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:08,037 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:19:08,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/wwn-0x60014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_6ba7f179-2b77-4614-912d-2c7a96e88435', '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': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'ID_SERIAL': '360014056ba7f1792b774614912d2c7a9', 'ID_SERIAL_SHORT': '60014056ba7f1792b774614912d2c7a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056ba7f1792', 'ID_WWN_VENDOR_EXTENSION': '0xb774614912d2c7a9', 'ID_WWN_WITH_EXTENSION': '0x60014056ba7f1792b774614912d2c7a9', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056ba7f1792b774614912d2c7a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368944524'} ; 2024-03-01 21:19:08,040 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 21:19:08,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,050 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:08,051 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:08,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:19:08,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:08,054 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:08,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:08,057 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 21:19:08,060 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 21:19:08,060 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:08,060 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:19:08,060 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204bf4dc0) -- 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 = 60014056ba7f1792b774614912d2c7a9 2024-03-01 21:19:08,063 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:08,064 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:19:08,066 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056fdcb9086e8649448aa3b4dcb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-id/wwn-0x60014056fdcb9086e8649448aa3b4dcb', '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': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'ID_SERIAL': '360014056fdcb9086e8649448aa3b4dcb', 'ID_SERIAL_SHORT': '60014056fdcb9086e8649448aa3b4dcb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056fdcb9086', 'ID_WWN_VENDOR_EXTENSION': '0xe8649448aa3b4dcb', 'ID_WWN_WITH_EXTENSION': '0x60014056fdcb9086e8649448aa3b4dcb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056fdcb9086e8649448aa3b4dcb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368735170'} ; 2024-03-01 21:19:08,067 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 21:19:08,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:08,078 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:08,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:19:08,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:19:08,081 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:08,083 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:08,084 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 21:19:08,086 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 21:19:08,087 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:08,087 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:19:08,087 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204bed2e0) -- 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 = 60014056fdcb9086e8649448aa3b4dcb 2024-03-01 21:19:08,090 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:08,090 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:19:08,093 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/dev/disk/by-id/scsi-36001405281483cd3d8a4a61a98e3279a ' '/dev/disk/by-id/wwn-0x6001405281483cd3d8a4a61a98e3279a ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74', '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': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'ID_SERIAL': '36001405281483cd3d8a4a61a98e3279a', 'ID_SERIAL_SHORT': '6001405281483cd3d8a4a61a98e3279a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405281483cd3', 'ID_WWN_VENDOR_EXTENSION': '0xd8a4a61a98e3279a', 'ID_WWN_WITH_EXTENSION': '0x6001405281483cd3d8a4a61a98e3279a', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405281483cd3d8a4a61a98e3279a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368863916'} ; 2024-03-01 21:19:08,093 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 21:19:08,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,104 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:08,104 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:08,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:19:08,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:08,107 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:08,110 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:08,110 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 21:19:08,113 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 21:19:08,113 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:08,114 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:19:08,114 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204bfa1f0) -- 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 = 6001405281483cd3d8a4a61a98e3279a 2024-03-01 21:19:08,117 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:08,117 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:19:08,120 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': '21075718'} ; 2024-03-01 21:19:08,120 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:08,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,129 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:08,129 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:08,129 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:08,129 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:08,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:08,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:19:08,132 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:08,135 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:08,135 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:08,138 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:08,138 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:08,139 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:19:08,139 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4204bfe4c0) -- 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 21:19:08,142 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:08,145 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:08,145 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:19:08,148 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:08,148 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:19:08,151 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:08,152 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:08,155 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:08,155 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:19:08,157 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:08,160 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:08,163 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:08,171 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 0x7f420607a300> 2024-03-01 21:19:08,221 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:19:08,225 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:08,225 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:08,229 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': '21078937'} ; 2024-03-01 21:19:08,229 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:08,229 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:08,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,237 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:08,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:08,257 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:08,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:19:08,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:08,281 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:08,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:08,284 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:08,287 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:08,287 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:08,290 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:08,290 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:08,290 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:08,293 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:08,296 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:08,299 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:08,301 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:08,304 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:08,305 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:08,305 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:19:08,305 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:08,305 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4204c02fd0) -- 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 0x7f4204c05d10> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:08,308 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:08,312 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:08,312 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:08,315 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:08,315 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:08,318 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:08,318 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:08,321 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:08,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:08,322 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:08,323 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:08,326 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,326 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:19:08,329 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:08,329 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:08,329 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:08,341 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:08,354 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:19:08,355 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:19:08,359 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 21:19:08,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,364 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 21:19:08,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:08,366 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:08,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:08,377 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:08,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,384 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 21:19:08,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:08,387 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:08,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:08,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:08,397 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:08,399 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 21:19:08,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,404 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 21:19:08,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:08,406 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 21:19:08,409 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 21:19:08,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:08,414 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 21:19:08,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:08,416 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:19:08,419 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,419 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 21:19:08,421 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,422 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 21:19:08,424 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,424 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 21:19:08,427 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,427 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 21:19:08,429 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,430 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 21:19:08,432 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,432 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 21:19:08,435 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,435 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 2024-03-01 21:19:08,437 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:08,437 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 89 2024-03-01 21:19:11,536 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9_al61ku/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:11,572 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:11,572 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:11,575 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:11,575 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 21:19:11,575 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:11,576 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:11,580 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:11,581 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:11,584 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:11,584 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:11,587 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:11,587 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:11,590 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:11,590 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:11,598 INFO program/MainThread: stdout: 2024-03-01 21:19:11,598 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:11,598 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:11,598 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:11,599 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:19:11,599 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:11,599 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 21:19:11,599 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:11,599 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:11,599 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:11,599 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:11,600 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:11,600 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:11,600 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:11,609 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:11,622 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:19:11,627 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405562d8515824f42b1b91ddb912 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-id/wwn-0x6001405562d8515824f42b1b91ddb912 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1', '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': '562d8515-824f-42b1-b91d-db912a749db1', 'ID_SERIAL': '36001405562d8515824f42b1b91ddb912', 'ID_SERIAL_SHORT': '6001405562d8515824f42b1b91ddb912', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405562d85158', 'ID_WWN_VENDOR_EXTENSION': '0x24f42b1b91ddb912', 'ID_WWN_WITH_EXTENSION': '0x6001405562d8515824f42b1b91ddb912', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405562d8515824f42b1b91ddb912', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368388358'} ; 2024-03-01 21:19:11,627 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 21:19:11,627 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 21:19:11,664 INFO program/MainThread: stdout[3]: 2024-03-01 21:19:11,665 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:11,665 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:11,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,677 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:11,679 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 21:19:11,683 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:11,684 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:11,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:11,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:11,688 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:11,691 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:11,691 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 21:19:11,694 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 21:19:11,695 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,695 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:11,695 INFO blivet/MainThread: got device: DiskDevice instance (0x7f583a9498e0) -- 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 = 6001405562d8515824f42b1b91ddb912 2024-03-01 21:19:11,699 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:11,699 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:19:11,702 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/wwn-0x6001405202c2028f9d4434786638fa8b ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405202c2028f9d4434786638fa8b', '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': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'ID_SERIAL': '36001405202c2028f9d4434786638fa8b', 'ID_SERIAL_SHORT': '6001405202c2028f9d4434786638fa8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405202c2028f', 'ID_WWN_VENDOR_EXTENSION': '0x9d4434786638fa8b', 'ID_WWN_WITH_EXTENSION': '0x6001405202c2028f9d4434786638fa8b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405202c2028f9d4434786638fa8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368417507'} ; 2024-03-01 21:19:11,702 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 21:19:11,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,713 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:11,713 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:11,713 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:19:11,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:19:11,716 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:11,719 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:11,720 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 21:19:11,723 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 21:19:11,723 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,723 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:19:11,724 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5839583a60) -- 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 = 6001405202c2028f9d4434786638fa8b 2024-03-01 21:19:11,727 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:11,727 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:19:11,730 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140531b60a51ee144118b0d274e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-id/scsi-3600140531b60a51ee144118b0d274e2b', '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': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'ID_SERIAL': '3600140531b60a51ee144118b0d274e2b', 'ID_SERIAL_SHORT': '600140531b60a51ee144118b0d274e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140531b60a51e', 'ID_WWN_VENDOR_EXTENSION': '0xe144118b0d274e2b', 'ID_WWN_WITH_EXTENSION': '0x600140531b60a51ee144118b0d274e2b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140531b60a51ee144118b0d274e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369102904'} ; 2024-03-01 21:19:11,730 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 21:19:11,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,741 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:11,741 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:11,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:11,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:19:11,745 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:11,747 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:11,748 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 21:19:11,751 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 21:19:11,751 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,751 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:19:11,751 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5839583ca0) -- 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 = 600140531b60a51ee144118b0d274e2b 2024-03-01 21:19:11,754 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:11,755 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:11,757 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140571ab6d309a674ef6975accbcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_71ab6d30-9a67-4ef6-975a-ccbcd12c36ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-3600140571ab6d309a674ef6975accbcd', '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': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'ID_SERIAL': '3600140571ab6d309a674ef6975accbcd', 'ID_SERIAL_SHORT': '600140571ab6d309a674ef6975accbcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140571ab6d309', 'ID_WWN_VENDOR_EXTENSION': '0xa674ef6975accbcd', 'ID_WWN_WITH_EXTENSION': '0x600140571ab6d309a674ef6975accbcd', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140571ab6d309a674ef6975accbcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369190100'} ; 2024-03-01 21:19:11,758 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 21:19:11,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,768 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:11,769 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:11,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:11,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:19:11,772 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:11,774 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:11,775 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 21:19:11,777 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 21:19:11,778 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,778 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:19:11,778 INFO blivet/MainThread: got device: DiskDevice instance (0x7f58395bdf70) -- 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 = 600140571ab6d309a674ef6975accbcd 2024-03-01 21:19:11,781 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:11,781 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:11,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-id/wwn-0x6001405d37739f8947a42f3a37a81cc5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405d37739f8947a42f3a37a81cc5', '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': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'ID_SERIAL': '36001405d37739f8947a42f3a37a81cc5', 'ID_SERIAL_SHORT': '6001405d37739f8947a42f3a37a81cc5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d37739f89', 'ID_WWN_VENDOR_EXTENSION': '0x47a42f3a37a81cc5', 'ID_WWN_WITH_EXTENSION': '0x6001405d37739f8947a42f3a37a81cc5', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d37739f8947a42f3a37a81cc5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368459724'} ; 2024-03-01 21:19:11,784 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 21:19:11,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,794 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:11,795 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:11,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:19:11,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:19:11,798 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:11,801 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:11,801 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 21:19:11,804 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 21:19:11,804 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,804 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:19:11,804 INFO blivet/MainThread: got device: DiskDevice instance (0x7f583954d3d0) -- 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 = 6001405d37739f8947a42f3a37a81cc5 2024-03-01 21:19:11,807 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:11,807 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:19:11,811 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-id/scsi-360014052b3dd2b4f375464ea1e7d66f1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x60014052b3dd2b4f375464ea1e7d66f1', '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': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'ID_SERIAL': '360014052b3dd2b4f375464ea1e7d66f1', 'ID_SERIAL_SHORT': '60014052b3dd2b4f375464ea1e7d66f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052b3dd2b4f', 'ID_WWN_VENDOR_EXTENSION': '0x375464ea1e7d66f1', 'ID_WWN_WITH_EXTENSION': '0x60014052b3dd2b4f375464ea1e7d66f1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052b3dd2b4f375464ea1e7d66f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368546635'} ; 2024-03-01 21:19:11,811 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 21:19:11,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,821 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:11,822 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:11,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:11,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:19:11,825 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:11,827 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:11,828 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 21:19:11,830 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 21:19:11,831 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,831 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:19:11,831 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5839583460) -- 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 = 60014052b3dd2b4f375464ea1e7d66f1 2024-03-01 21:19:11,834 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:11,834 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:19:11,837 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:73ec5180-6f8a-438f-b39e-b40b8f9dd79a ' '/dev/disk/by-id/scsi-3600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-id/wwn-0x600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_73ec5180-6f8a-438f-b39e-b40b8f9dd79a', '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': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'ID_SERIAL': '3600140573ec51806f8a438fb39eb40b8', 'ID_SERIAL_SHORT': '600140573ec51806f8a438fb39eb40b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573ec51806', 'ID_WWN_VENDOR_EXTENSION': '0xf8a438fb39eb40b8', 'ID_WWN_WITH_EXTENSION': '0x600140573ec51806f8a438fb39eb40b8', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573ec51806f8a438fb39eb40b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368804719'} ; 2024-03-01 21:19:11,837 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 21:19:11,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,848 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:11,848 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:11,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:11,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:19:11,851 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:11,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:11,854 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 21:19:11,857 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 21:19:11,857 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,858 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:19:11,858 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5839542b80) -- 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 = 600140573ec51806f8a438fb39eb40b8 2024-03-01 21:19:11,861 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:11,861 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:19:11,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/wwn-0x60014051b783d0470344591bb65cb811 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/scsi-360014051b783d0470344591bb65cb811', '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': '1b783d04-7034-4591-bb65-cb8117917ac0', 'ID_SERIAL': '360014051b783d0470344591bb65cb811', 'ID_SERIAL_SHORT': '60014051b783d0470344591bb65cb811', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b783d047', 'ID_WWN_VENDOR_EXTENSION': '0x0344591bb65cb811', 'ID_WWN_WITH_EXTENSION': '0x60014051b783d0470344591bb65cb811', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b783d0470344591bb65cb811', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368569832'} ; 2024-03-01 21:19:11,864 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 21:19:11,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,874 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:11,875 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:11,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:11,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:19:11,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:11,880 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:11,880 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 21:19:11,883 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 21:19:11,883 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,884 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:19:11,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5839542fd0) -- 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 = 60014051b783d0470344591bb65cb811 2024-03-01 21:19:11,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:11,887 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:19:11,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7f8692c1-1b8f-490e-a601-ecfbee1c7d58 ' '/dev/disk/by-id/wwn-0x60014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/scsi-360014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58', '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': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'ID_SERIAL': '360014057f8692c11b8f490ea601ecfbe', 'ID_SERIAL_SHORT': '60014057f8692c11b8f490ea601ecfbe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f8692c11', 'ID_WWN_VENDOR_EXTENSION': '0xb8f490ea601ecfbe', 'ID_WWN_WITH_EXTENSION': '0x60014057f8692c11b8f490ea601ecfbe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f8692c11b8f490ea601ecfbe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368753602'} ; 2024-03-01 21:19:11,890 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 21:19:11,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:11,901 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:11,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:19:11,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:19:11,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:11,907 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:11,907 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 21:19:11,910 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 21:19:11,910 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,910 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:19:11,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f58395529a0) -- 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 = 60014057f8692c11b8f490ea601ecfbe 2024-03-01 21:19:11,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:11,913 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:19:11,916 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/dev/disk/by-id/scsi-360014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/wwn-0x60014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/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': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'ID_SERIAL': '360014056ba7f1792b774614912d2c7a9', 'ID_SERIAL_SHORT': '60014056ba7f1792b774614912d2c7a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056ba7f1792', 'ID_WWN_VENDOR_EXTENSION': '0xb774614912d2c7a9', 'ID_WWN_WITH_EXTENSION': '0x60014056ba7f1792b774614912d2c7a9', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056ba7f1792b774614912d2c7a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368944524'} ; 2024-03-01 21:19:11,916 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 21:19:11,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:11,927 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:11,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:19:11,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:11,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:11,933 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:11,933 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 21:19:11,936 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 21:19:11,936 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,937 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:19:11,937 INFO blivet/MainThread: got device: DiskDevice instance (0x7f58395524f0) -- 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 = 60014056ba7f1792b774614912d2c7a9 2024-03-01 21:19:11,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:11,940 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:19:11,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056fdcb9086e8649448aa3b4dcb ' '/dev/disk/by-id/wwn-0x60014056fdcb9086e8649448aa3b4dcb ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', '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': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'ID_SERIAL': '360014056fdcb9086e8649448aa3b4dcb', 'ID_SERIAL_SHORT': '60014056fdcb9086e8649448aa3b4dcb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056fdcb9086', 'ID_WWN_VENDOR_EXTENSION': '0xe8649448aa3b4dcb', 'ID_WWN_WITH_EXTENSION': '0x60014056fdcb9086e8649448aa3b4dcb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056fdcb9086e8649448aa3b4dcb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368735170'} ; 2024-03-01 21:19:11,943 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 21:19:11,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,954 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:11,954 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:11,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:19:11,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:19:11,957 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:11,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:11,960 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 21:19:11,963 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 21:19:11,963 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,964 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:19:11,964 INFO blivet/MainThread: got device: DiskDevice instance (0x7f583954d370) -- 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 = 60014056fdcb9086e8649448aa3b4dcb 2024-03-01 21:19:11,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:11,967 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:19:11,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/dev/disk/by-id/wwn-0x6001405281483cd3d8a4a61a98e3279a ' '/dev/disk/by-id/scsi-36001405281483cd3d8a4a61a98e3279a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/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': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'ID_SERIAL': '36001405281483cd3d8a4a61a98e3279a', 'ID_SERIAL_SHORT': '6001405281483cd3d8a4a61a98e3279a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405281483cd3', 'ID_WWN_VENDOR_EXTENSION': '0xd8a4a61a98e3279a', 'ID_WWN_WITH_EXTENSION': '0x6001405281483cd3d8a4a61a98e3279a', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405281483cd3d8a4a61a98e3279a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368863916'} ; 2024-03-01 21:19:11,970 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 21:19:11,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:11,981 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:11,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:19:11,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:11,983 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:11,986 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:11,986 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 21:19:11,989 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 21:19:11,989 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,990 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:19:11,990 INFO blivet/MainThread: got device: DiskDevice instance (0x7f583955a730) -- 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 = 6001405281483cd3d8a4a61a98e3279a 2024-03-01 21:19:11,993 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:11,993 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:19:11,996 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': '21075718'} ; 2024-03-01 21:19:11,996 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:11,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,005 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:12,005 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:12,005 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:12,005 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:12,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:12,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:19:12,008 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:12,011 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:12,011 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:12,014 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:12,014 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:12,015 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:19:12,015 INFO blivet/MainThread: got device: DiskDevice instance (0x7f583955d490) -- 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 21:19:12,017 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:12,021 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:12,021 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:19:12,024 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:12,024 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:19:12,027 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:12,027 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:12,030 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:12,030 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:19:12,033 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:12,036 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:12,038 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:12,044 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 0x7f583aecc980> 2024-03-01 21:19:12,087 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:19:12,091 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:12,091 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:12,095 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': '21078937'} ; 2024-03-01 21:19:12,095 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:12,095 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:12,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,103 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:12,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:12,118 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:12,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:19:12,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:12,142 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:12,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:12,145 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:12,148 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:12,148 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:12,151 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:12,151 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:12,152 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:12,154 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:12,157 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:12,160 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:12,163 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:12,165 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:12,166 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:12,166 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:19:12,167 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:12,166 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5839562fd0) -- 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 0x7f58395751d0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:12,170 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:12,173 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:12,173 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:12,176 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:12,176 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:12,179 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:12,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:12,182 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:12,182 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:12,183 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:12,184 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:12,187 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,187 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:19:12,190 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:12,190 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:12,190 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:12,200 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:12,214 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:19:12,214 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:19:12,218 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 21:19:12,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,223 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 21:19:12,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,225 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:12,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,236 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:12,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,243 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 21:19:12,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,246 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:12,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,255 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:12,258 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 21:19:12,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,263 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 21:19:12,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,265 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 21:19:12,268 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 21:19:12,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,272 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 21:19:12,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,275 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:19:12,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,285 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:19:12,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:19:12,290 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:19:12,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:19:12,296 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:19:12,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:19:12,301 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:19:12,303 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,303 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:19:12,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:19:12,307 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:12,307 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:12,310 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,310 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:12,312 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,313 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:19:12,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:19:12,315 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:12,316 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:12,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,318 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:12,321 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,321 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:19:12,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:19:12,324 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:12,324 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:12,327 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,327 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:12,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:19:12,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:19:12,335 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:12,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:19:12,341 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:12,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:19:12,347 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:12,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:19:12,351 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:19:12,352 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:19:12,352 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:12,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,363 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:19:12,364 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:12,365 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:19:12,365 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:19:12,365 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:12,365 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:19:12,368 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,368 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:19:12,371 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:19:12,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:12,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:12,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:19:12,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:19:12,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:12,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:12,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:19:12,390 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:12,391 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:19:12,391 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:19:12,391 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:19:12,476 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:19:12,476 INFO program/MainThread: stderr[4]: 2024-03-01 21:19:12,476 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:19:12,477 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:19:12,477 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:12,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:19:12,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,482 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:12,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,493 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:19:12,494 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:12,494 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:19:12,495 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:19:12,495 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:12,495 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:19:12,498 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,498 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:19:12,501 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:19:12,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:12,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:12,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:19:12,511 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:19:12,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:12,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:12,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:19:12,521 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:12,521 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:19:12,521 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:19:12,522 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:19:12,522 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:12,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:19:12,525 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,525 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:12,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,536 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:19:12,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:19:12,541 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:19:12,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:19:12,546 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:19:12,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:19:12,551 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:19:12,553 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,554 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:19:12,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:19:12,556 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:12,556 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:12,559 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,559 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:12,562 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,562 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:19:12,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:19:12,565 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:12,565 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:12,568 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,568 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:12,571 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,571 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:19:12,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:19:12,574 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:12,574 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:12,576 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,577 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:12,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:19:12,580 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:19:12,583 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:12,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:19:12,589 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:12,593 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:19:12,596 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:12,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:19:12,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:19:12,600 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:19:12,600 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:12,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,612 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:19:12,613 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:12,613 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:19:12,613 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:19:12,613 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:12,614 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:19:12,616 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,616 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:19:12,619 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:19:12,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:12,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:12,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:19:12,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:19:12,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:12,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:12,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:19:12,638 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:12,638 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:19:12,638 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:19:12,639 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:19:12,639 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:12,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:19:12,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,642 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:12,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,653 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:19:12,654 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:12,654 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:19:12,654 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:19:12,655 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:12,655 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:19:12,658 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,658 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:19:12,660 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:19:12,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:12,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:12,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:19:12,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:19:12,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:12,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:12,679 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:19:12,680 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:12,680 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:19:12,680 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:19:12,680 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:19:12,680 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:12,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:19:12,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,684 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:12,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,695 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:19:12,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:19:12,700 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:19:12,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:19:12,705 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:19:12,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:19:12,710 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:19:12,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:19:12,715 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:19:12,718 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,718 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:19:12,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:19:12,721 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:12,721 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:12,723 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,724 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:12,726 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,726 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:19:12,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:19:12,729 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:12,729 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:12,732 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,732 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:12,735 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,735 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:19:12,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:19:12,738 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:12,738 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:12,741 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,741 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:12,744 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:12,744 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:19:12,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:19:12,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:12,747 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:12,749 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:19:12,750 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:12,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:19:12,754 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:19:12,757 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:12,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:19:12,763 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:12,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:19:12,769 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:12,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:19:12,776 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:12,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:19:12,780 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:19:12,780 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:19:12,780 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:12,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,793 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:19:12,794 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,794 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:19:12,794 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:19:12,795 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,795 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:19:12,798 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,798 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:19:12,800 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:19:12,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:12,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:12,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:19:12,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:19:12,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:12,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:12,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:19:12,820 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,820 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:19:12,821 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:19:12,821 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:19:12,821 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:12,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:19:12,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,824 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:12,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,835 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:19:12,836 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,837 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:19:12,837 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:19:12,837 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,838 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:19:12,840 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,841 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:19:12,843 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:19:12,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:12,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:12,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:19:12,853 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:19:12,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:12,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:12,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:19:12,863 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,863 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:19:12,863 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:19:12,864 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:19:12,864 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:12,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:19:12,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,867 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:12,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,878 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:19:12,879 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,880 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:19:12,880 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:19:12,880 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,881 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:19:12,884 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,884 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:19:12,886 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:19:12,890 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:12,893 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:12,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:19:12,897 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:19:12,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:12,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:12,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:19:12,906 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,907 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:19:12,907 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:19:12,907 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:19:12,907 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:12,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:19:12,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,911 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:12,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:12,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:12,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:12,922 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:19:12,923 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,924 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:19:12,924 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:19:12,924 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,925 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:19:12,927 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,928 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:19:12,930 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:12,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:19:12,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:12,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:12,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:19:12,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:19:12,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:12,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:12,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:19:12,950 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:12,951 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:19:12,951 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:19:12,951 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:19:12,951 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:12,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:19:12,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:19:12,955 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:12,956 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:12,956 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:12,956 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:12,957 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:12,958 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:12,959 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:12,959 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:12,959 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:12,959 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:19:12,961 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:19:12,963 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:19:12,966 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:19:12,968 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:19:12,969 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:19:12,971 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:19:12,971 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 0x7f583949c5e0> 2024-03-01 21:19:12,971 INFO blivet/MainThread: sorting actions... 2024-03-01 21:19:13,003 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:13,003 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:13,004 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:13,004 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:13,004 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:13,005 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:13,005 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:13,005 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:13,006 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:13,006 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:13,006 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:13,007 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:13,007 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:13,007 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:13,008 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:13,008 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:13,008 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:13,009 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:13,009 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:13,010 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:13,010 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:13,010 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:13,011 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:13,011 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:13,011 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:13,012 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:13,012 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:13,013 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:13,013 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:13,013 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:13,014 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:13,014 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:13,014 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:13,015 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:13,015 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:13,015 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:13,016 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:13,016 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:13,017 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:13,017 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:13,020 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,022 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:19:13,022 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:19:13,030 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,055 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,068 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,068 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:13,072 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,074 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:19:13,075 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:19:13,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,104 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,118 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,118 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:13,122 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,125 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:19:13,125 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:19:13,130 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,131 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,154 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,155 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,168 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,168 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:13,172 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,175 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:19:13,175 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:19:13,180 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,205 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,218 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:13,222 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,224 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:19:13,225 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:19:13,230 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,258 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,271 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,271 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:13,275 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,277 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:19:13,278 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:19:13,283 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,312 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,312 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,325 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,325 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:13,329 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,331 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:19:13,331 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:19:13,337 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,337 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,364 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,364 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,377 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,377 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:13,381 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,384 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:19:13,384 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:19:13,389 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,389 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,413 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,427 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,427 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:13,431 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,434 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:19:13,434 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:19:13,439 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,480 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,480 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:13,484 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:13,487 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:19:13,487 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:19:13,492 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,520 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,520 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,533 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:13,537 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:13,539 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,542 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,542 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:19:13,542 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:13,542 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:13,587 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 21:19:13,588 INFO program/MainThread: stderr[5]: 2024-03-01 21:19:13,588 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:19:13,588 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 21:19:13,596 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 21:19:13,596 INFO program/MainThread: stderr[6]: 2024-03-01 21:19:13,596 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:19:13,596 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 21:19:13,630 INFO program/MainThread: stdout[7]: 2024-03-01 21:19:13,630 INFO program/MainThread: stderr[7]: 2024-03-01 21:19:13,630 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:19:13,631 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 21:19:13,631 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,641 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,645 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:13,645 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 21:19:13,647 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:19:13,656 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,656 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,682 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,682 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:13,686 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:13,689 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,691 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,691 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:19:13,691 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:13,692 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:13,726 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:19:13,727 INFO program/MainThread: stderr[8]: 2024-03-01 21:19:13,727 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:19:13,727 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 21:19:13,740 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 21:19:13,741 INFO program/MainThread: stderr[9]: 2024-03-01 21:19:13,741 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:19:13,741 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 21:19:13,770 INFO program/MainThread: stdout[10]: 2024-03-01 21:19:13,770 INFO program/MainThread: stderr[10]: 2024-03-01 21:19:13,770 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:19:13,770 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 21:19:13,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,780 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,784 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:13,784 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 21:19:13,785 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:19:13,794 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,794 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,817 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,817 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:13,821 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:13,823 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,826 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,826 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:19:13,826 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:13,826 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:13,860 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:19:13,860 INFO program/MainThread: stderr[11]: 2024-03-01 21:19:13,860 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:19:13,860 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 21:19:13,874 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 21:19:13,874 INFO program/MainThread: stderr[12]: 2024-03-01 21:19:13,874 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:19:13,874 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 21:19:13,903 INFO program/MainThread: stdout[13]: 2024-03-01 21:19:13,903 INFO program/MainThread: stderr[13]: 2024-03-01 21:19:13,903 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:19:13,903 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 21:19:13,903 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,915 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:13,919 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 21:19:13,920 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:19:13,929 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:13,952 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:13,952 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:13,956 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:13,958 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,961 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:13,961 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:19:13,961 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:13,961 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:14,004 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:19:14,004 INFO program/MainThread: stderr[14]: 2024-03-01 21:19:14,004 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:19:14,005 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 21:19:14,014 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 21:19:14,014 INFO program/MainThread: stderr[15]: 2024-03-01 21:19:14,014 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:19:14,014 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 21:19:14,043 INFO program/MainThread: stdout[16]: 2024-03-01 21:19:14,043 INFO program/MainThread: stderr[16]: 2024-03-01 21:19:14,043 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:19:14,043 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 21:19:14,044 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,057 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,060 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:14,061 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 21:19:14,062 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:19:14,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,098 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,098 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:14,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:19:14,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:19:14,107 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,110 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,112 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,118 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,123 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,126 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:19:14,129 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 21:19:14,196 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 21:19:14,196 INFO program/MainThread: stderr[17]: 2024-03-01 21:19:14,197 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:19:14,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:14,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:19:14,237 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,246 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,252 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,258 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,262 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,268 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,271 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,271 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,283 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,287 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:19:14,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:19:14,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,299 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,299 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:19:14,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,319 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,319 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:14,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:19:14,325 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:19:14,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:14,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:19:14,334 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,337 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,340 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,343 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,346 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,349 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,352 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,355 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:14,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,365 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:19:14,370 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 21:19:14,403 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:14,403 INFO program/MainThread: stderr[18]: 2024-03-01 21:19:14,403 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:19:14,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:19:14,408 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 21:19:14,468 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 21:19:14,468 INFO program/MainThread: stderr[19]: 2024-03-01 21:19:14,468 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:19:14,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:14,487 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:14,487 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,528 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,533 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 21:19:14,534 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:14,535 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:19:14,545 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,559 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,559 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:14,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,566 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:19:14,569 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:19:14,570 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:19:14,787 INFO program/MainThread: stdout: 2024-03-01 21:19:14,788 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:19:14,788 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:14,788 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:14,788 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:14,788 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:19:14,788 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:14,788 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:14,788 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:14,788 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:14,788 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:14,788 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,789 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:19:14,812 INFO program/MainThread: stdout: 2024-03-01 21:19:14,812 INFO program/MainThread: writing all SBs 2024-03-01 21:19:14,812 INFO program/MainThread: new label = "" 2024-03-01 21:19:14,812 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,813 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,830 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:14,834 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:14,835 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:19:14,845 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,863 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:14,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:19:14,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:19:14,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,873 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 21:19:14,906 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:14,907 INFO program/MainThread: stderr[20]: 2024-03-01 21:19:14,907 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:19:14,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:19:14,911 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 21:19:14,973 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 21:19:14,974 INFO program/MainThread: stderr[21]: 2024-03-01 21:19:14,974 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:19:14,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:14,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:14,998 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:14,998 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,040 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 21:19:15,041 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:15,041 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:19:15,051 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,080 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:15,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,087 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:19:15,089 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:19:15,090 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:19:15,775 INFO program/MainThread: stdout: 2024-03-01 21:19:15,776 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:19:15,776 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:15,776 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:15,776 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:15,776 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:19:15,776 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:15,776 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:15,776 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:15,776 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:15,776 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:15,776 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,777 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:19:15,792 INFO program/MainThread: stdout: 2024-03-01 21:19:15,792 INFO program/MainThread: writing all SBs 2024-03-01 21:19:15,793 INFO program/MainThread: new label = "" 2024-03-01 21:19:15,793 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,807 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:15,811 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:15,813 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:19:15,822 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,839 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:15,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:19:15,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:19:15,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,850 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 21:19:15,887 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:15,888 INFO program/MainThread: stderr[22]: 2024-03-01 21:19:15,888 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:19:15,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:19:15,892 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 21:19:15,947 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 21:19:15,947 INFO program/MainThread: stderr[23]: 2024-03-01 21:19:15,947 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:19:15,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:15,961 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:15,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,024 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 21:19:16,024 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:16,025 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:19:16,035 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,035 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,052 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,052 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:16,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,059 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:19:16,061 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:19:16,062 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:19:16,879 INFO program/MainThread: stdout: 2024-03-01 21:19:16,879 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:19:16,879 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:16,879 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:16,879 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:16,879 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:19:16,879 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:16,879 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:16,879 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:16,879 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:16,880 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:16,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,880 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:19:16,896 INFO program/MainThread: stdout: 2024-03-01 21:19:16,896 INFO program/MainThread: writing all SBs 2024-03-01 21:19:16,896 INFO program/MainThread: new label = "" 2024-03-01 21:19:16,896 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,911 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:16,915 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:16,917 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:19:16,927 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,945 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,945 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:16,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:19:16,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:19:16,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,955 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 21:19:16,995 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:16,996 INFO program/MainThread: stderr[24]: 2024-03-01 21:19:16,996 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:19:17,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:19:17,000 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 21:19:17,061 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 21:19:17,062 INFO program/MainThread: stderr[25]: 2024-03-01 21:19:17,062 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:19:17,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:17,081 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:17,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,126 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,144 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 21:19:17,145 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:17,145 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:19:17,156 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,173 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,173 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:17,177 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,180 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:19:17,182 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:19:17,182 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:19:18,033 INFO program/MainThread: stdout: 2024-03-01 21:19:18,034 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:19:18,034 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:18,034 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:18,034 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:18,034 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:19:18,034 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:18,034 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:18,034 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:18,034 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:18,034 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:18,034 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,035 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:19:18,049 INFO program/MainThread: stdout: 2024-03-01 21:19:18,049 INFO program/MainThread: writing all SBs 2024-03-01 21:19:18,049 INFO program/MainThread: new label = "" 2024-03-01 21:19:18,050 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,068 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:18,072 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:18,074 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:19:18,083 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,114 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,114 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:18,118 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,121 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,123 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,123 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:19:18,123 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:18,124 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:18,158 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:19:18,158 INFO program/MainThread: stderr[26]: 2024-03-01 21:19:18,158 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:19:18,158 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 21:19:18,171 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 21:19:18,171 INFO program/MainThread: stderr[27]: 2024-03-01 21:19:18,171 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:19:18,171 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 21:19:18,197 INFO program/MainThread: stdout[28]: 2024-03-01 21:19:18,197 INFO program/MainThread: stderr[28]: 2024-03-01 21:19:18,197 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:19:18,197 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 21:19:18,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,212 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,216 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:18,216 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 21:19:18,217 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:19:18,228 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,250 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,250 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:18,254 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,256 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,259 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,259 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:19:18,259 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:18,259 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:18,291 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:19:18,292 INFO program/MainThread: stderr[29]: 2024-03-01 21:19:18,292 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:19:18,292 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 21:19:18,307 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 21:19:18,307 INFO program/MainThread: stderr[30]: 2024-03-01 21:19:18,307 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:19:18,307 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 21:19:18,338 INFO program/MainThread: stdout[31]: 2024-03-01 21:19:18,338 INFO program/MainThread: stderr[31]: 2024-03-01 21:19:18,338 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:19:18,338 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 21:19:18,339 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,353 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,357 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:18,357 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 21:19:18,358 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:19:18,369 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,395 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,395 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:18,399 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,402 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,404 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,404 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:19:18,405 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:18,405 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:18,445 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:19:18,445 INFO program/MainThread: stderr[32]: 2024-03-01 21:19:18,445 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:19:18,446 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 21:19:18,457 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 21:19:18,457 INFO program/MainThread: stderr[33]: 2024-03-01 21:19:18,457 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:19:18,457 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 21:19:18,492 INFO program/MainThread: stdout[34]: 2024-03-01 21:19:18,492 INFO program/MainThread: stderr[34]: 2024-03-01 21:19:18,492 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:19:18,492 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 21:19:18,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,507 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,511 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:18,511 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 21:19:18,512 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:19:18,522 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,545 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,545 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:18,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:19:18,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:19:18,554 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,560 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,562 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,565 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,568 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:19:18,570 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 21:19:18,630 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 21:19:18,630 INFO program/MainThread: stderr[35]: 2024-03-01 21:19:18,630 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:19:18,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:18,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:19:18,653 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,659 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,664 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,671 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,677 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,682 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,682 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,698 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,703 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:19:18,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:19:18,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,715 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,716 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:19:18,724 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,724 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,732 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,733 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:18,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:19:18,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:19:18,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:18,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:19:18,748 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,751 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,754 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,757 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,760 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,763 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,773 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,777 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:19:18,777 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 21:19:18,812 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 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 21:19:18,812 INFO program/MainThread: stderr[36]: 2024-03-01 21:19:18,812 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:19:18,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:19:18,817 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 21:19:18,873 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 21:19:18,873 INFO program/MainThread: stderr[37]: 2024-03-01 21:19:18,873 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:19:18,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:18,894 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:18,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,927 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,935 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 21:19:18,935 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:18,936 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:19:18,946 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,963 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,963 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:18,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,970 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:19:18,973 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:19:18,973 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:19:19,183 INFO program/MainThread: stdout: 2024-03-01 21:19:19,183 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:19:19,183 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:19,183 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:19,183 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:19,183 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:19:19,183 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:19,183 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:19,183 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:19,183 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:19,184 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:19,184 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,184 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:19:19,199 INFO program/MainThread: stdout: 2024-03-01 21:19:19,199 INFO program/MainThread: writing all SBs 2024-03-01 21:19:19,199 INFO program/MainThread: new label = "" 2024-03-01 21:19:19,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:19,222 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:19,223 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:19:19,233 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,251 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,251 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:19,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:19:19,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:19:19,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,261 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 21:19:19,298 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 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 21:19:19,298 INFO program/MainThread: stderr[38]: 2024-03-01 21:19:19,298 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:19:19,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:19:19,302 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 21:19:19,364 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 21:19:19,364 INFO program/MainThread: stderr[39]: 2024-03-01 21:19:19,364 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:19:19,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:19,385 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:19,385 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,407 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,417 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 21:19:19,418 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:19,418 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:19:19,429 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,447 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,447 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:19,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,454 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:19:19,457 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:19:19,457 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:19:20,209 INFO program/MainThread: stdout: 2024-03-01 21:19:20,209 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:19:20,209 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:20,209 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:20,209 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:20,209 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:19:20,209 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:20,209 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:20,209 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:20,210 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:20,210 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:20,210 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,210 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:19:20,225 INFO program/MainThread: stdout: 2024-03-01 21:19:20,225 INFO program/MainThread: writing all SBs 2024-03-01 21:19:20,225 INFO program/MainThread: new label = "" 2024-03-01 21:19:20,225 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,241 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:20,245 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:20,247 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:19:20,257 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,257 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,274 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,274 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:20,278 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,280 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,283 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,283 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:19:20,283 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:20,283 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:20,317 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:19:20,318 INFO program/MainThread: stderr[40]: 2024-03-01 21:19:20,318 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:19:20,318 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 21:19:20,332 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 21:19:20,333 INFO program/MainThread: stderr[41]: 2024-03-01 21:19:20,333 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:19:20,333 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 21:19:20,366 INFO program/MainThread: stdout[42]: 2024-03-01 21:19:20,366 INFO program/MainThread: stderr[42]: 2024-03-01 21:19:20,366 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:19:20,366 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 21:19:20,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,376 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,380 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:20,380 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 21:19:20,382 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:19:20,391 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,413 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:20,417 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,419 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,422 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,422 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:19:20,422 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:20,423 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:20,463 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:19:20,463 INFO program/MainThread: stderr[43]: 2024-03-01 21:19:20,463 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:19:20,464 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 21:19:20,474 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 21:19:20,475 INFO program/MainThread: stderr[44]: 2024-03-01 21:19:20,475 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:19:20,475 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 21:19:20,504 INFO program/MainThread: stdout[45]: 2024-03-01 21:19:20,504 INFO program/MainThread: stderr[45]: 2024-03-01 21:19:20,504 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:19:20,504 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 21:19:20,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,516 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:20,520 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 21:19:20,521 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:19:20,530 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,556 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,556 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:20,560 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,562 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,565 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,565 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:19:20,565 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:20,566 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:20,601 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:19:20,601 INFO program/MainThread: stderr[46]: 2024-03-01 21:19:20,601 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:19:20,601 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 21:19:20,614 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 21:19:20,614 INFO program/MainThread: stderr[47]: 2024-03-01 21:19:20,614 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:19:20,614 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 21:19:20,643 INFO program/MainThread: stdout[48]: 2024-03-01 21:19:20,643 INFO program/MainThread: stderr[48]: 2024-03-01 21:19:20,643 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:19:20,643 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 21:19:20,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,657 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,660 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:20,661 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:19:20,662 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:19:20,671 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,695 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,695 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:20,699 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:19:20,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:19:20,704 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,707 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,710 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,712 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,715 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,717 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:19:20,720 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 21:19:20,786 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 21:19:20,787 INFO program/MainThread: stderr[49]: 2024-03-01 21:19:20,787 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:19:20,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:20,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:19:20,809 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,814 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,817 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,820 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,823 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,826 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,826 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,838 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:19:20,845 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:19:20,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,859 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,860 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:19:20,868 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,868 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,879 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,879 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:20,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:19:20,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:19:20,889 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:20,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:19:20,895 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,898 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,901 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,904 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,907 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,910 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:20,910 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,922 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:19:20,926 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 21:19:20,961 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx 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 21:19:20,962 INFO program/MainThread: stderr[50]: 2024-03-01 21:19:20,962 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:19:20,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:19:20,966 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 21:19:21,022 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 21:19:21,022 INFO program/MainThread: stderr[51]: 2024-03-01 21:19:21,022 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:19:21,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:21,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:21,050 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:21,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:21,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,084 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 21:19:21,085 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:21,085 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:19:21,095 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,097 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:21,124 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,124 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:21,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:21,131 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:19:21,134 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:19:21,134 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:19:21,297 INFO program/MainThread: stdout: 2024-03-01 21:19:21,297 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:19:21,297 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:21,298 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:21,298 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:21,298 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:19:21,298 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:21,298 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:21,298 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:21,298 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:21,298 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:21,298 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,298 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:19:21,313 INFO program/MainThread: stdout: 2024-03-01 21:19:21,313 INFO program/MainThread: writing all SBs 2024-03-01 21:19:21,313 INFO program/MainThread: new label = "" 2024-03-01 21:19:21,314 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:21,327 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,331 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:21,332 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:21,333 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:19:21,343 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:21,361 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,361 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:21,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:19:21,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:19:21,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:21,371 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 21:19:21,404 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx 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 21:19:21,404 INFO program/MainThread: stderr[52]: 2024-03-01 21:19:21,404 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:19:21,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:19:21,409 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 21:19:21,470 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 21:19:21,470 INFO program/MainThread: stderr[53]: 2024-03-01 21:19:21,470 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:19:21,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:21,489 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:21,490 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:21,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:21,527 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:21,532 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:21,533 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:19:21,542 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:21,560 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:21,560 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:21,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:21,567 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:19:21,569 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:19:21,569 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:19:22,398 INFO program/MainThread: stdout: 2024-03-01 21:19:22,399 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:19:22,399 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:22,399 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:22,399 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:19:22,399 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:19:22,399 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:22,399 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:22,399 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:19:22,399 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:22,399 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:22,399 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:22,400 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:19:22,414 INFO program/MainThread: stdout: 2024-03-01 21:19:22,414 INFO program/MainThread: writing all SBs 2024-03-01 21:19:22,415 INFO program/MainThread: new label = "" 2024-03-01 21:19:22,415 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:22,415 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:22,431 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:22,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:22,435 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:22,436 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:19:22,445 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:22,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:22,463 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:22,468 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:19:22,468 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 0x7f5839454ae0> 2024-03-01 21:19:22,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:19:22,474 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:19:22,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,480 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 21:19:22,481 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:19:22,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:19:22,486 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:19:22,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:19:22,492 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:19:22,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,497 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 21:19:22,497 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:19:22,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:19:22,503 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:19:22,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:19:22,508 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:19:22,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:19:22,513 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:19:22,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:19:22,519 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:19:22,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,524 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 21:19:22,524 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:19:22,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:19:22,529 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:19:22,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:19:22,534 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:19:22,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,540 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 21:19:22,540 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:19:22,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:19:22,545 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:19:22,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:19:22,550 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:19:22,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:22,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:19:22,555 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:19:54,868 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gh8o3gz8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:54,903 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:54,904 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:54,907 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:54,907 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 21:19:54,907 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:54,907 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:54,912 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:54,912 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:54,915 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:54,916 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:54,918 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:54,919 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:54,921 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:54,922 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:54,933 INFO program/MainThread: stdout: 2024-03-01 21:19:54,933 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:54,933 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f 2024-03-01 21:19:54,933 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe 2024-03-01 21:19:54,933 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c1c7aa0-b1db-4432-85ec-60c34e85a515 2024-03-01 21:19:54,933 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d 2024-03-01 21:19:54,933 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK 2024-03-01 21:19:54,933 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs e2650876-70e9-4c30-a56c-3fa65c65d01c 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71 2024-03-01 21:19:54,933 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu 2024-03-01 21:19:54,933 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S 2024-03-01 21:19:54,933 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe 2024-03-01 21:19:54,933 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 24b16d09-b69c-457f-94d8-3eeb25714852 2024-03-01 21:19:54,933 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 12647267-1d7c-4a40-8e02-a275d343c31f 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea 2024-03-01 21:19:54,933 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea 2024-03-01 21:19:54,933 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a 2024-03-01 21:19:54,933 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk 2024-03-01 21:19:54,933 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a 2024-03-01 21:19:54,933 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:54,933 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:54,933 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:54,934 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:19:54,934 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:54,934 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f sdb 1073741824 root disk brw-rw---- LVM2_member X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c1c7aa0-b1db-4432-85ec-60c34e85a515 sdc 1073741824 root disk brw-rw---- LVM2_member Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d sdd 1073741824 root disk brw-rw---- LVM2_member i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK |-test_vg2-lv4 641728512 root disk brw-rw---- xfs e2650876-70e9-4c30-a56c-3fa65c65d01c `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71 sde 1073741824 root disk brw-rw---- LVM2_member JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu sdf 1073741824 root disk brw-rw---- LVM2_member obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S sdg 1073741824 root disk brw-rw---- LVM2_member XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 24b16d09-b69c-457f-94d8-3eeb25714852 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 12647267-1d7c-4a40-8e02-a275d343c31f `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea sdh 1073741824 root disk brw-rw---- LVM2_member AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea sdi 1073741824 root disk brw-rw---- LVM2_member dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a sdj 1073741824 root disk brw-rw---- LVM2_member CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a 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 21:19:54,934 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:54,934 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:54,934 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:54,934 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:54,935 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:54,935 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:54,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:54,949 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:54,966 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 21:19:54,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405562d8515824f42b1b91ddb912 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv ' '/dev/disk/by-id/scsi-36001405562d8515824f42b1b91ddb912', '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': 'fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv', 'ID_FS_UUID_ENC': 'fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv', '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': '562d8515-824f-42b1-b91d-db912a749db1', 'ID_SERIAL': '36001405562d8515824f42b1b91ddb912', 'ID_SERIAL_SHORT': '6001405562d8515824f42b1b91ddb912', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405562d85158', 'ID_WWN_VENDOR_EXTENSION': '0x24f42b1b91ddb912', 'ID_WWN_WITH_EXTENSION': '0x6001405562d8515824f42b1b91ddb912', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405562d8515824f42b1b91ddb912', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368388358'} ; 2024-03-01 21:19:54,970 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 21:19:54,971 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 21:19:55,010 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:19:55,010 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:55,010 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:55,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,022 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:55,024 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 21:19:55,029 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:55,029 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:55,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:55,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:55,033 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:55,037 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:55,037 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 21:19:55,040 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 21:19:55,040 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,041 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:55,041 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebf91b8e0) -- 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 = 6001405562d8515824f42b1b91ddb912 2024-03-01 21:19:55,044 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:55,047 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,048 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:19:55,051 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,051 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:19:55,054 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,054 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:19:55,058 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,058 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:19:55,061 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:19:55,061 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:19:55,061 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 21:19:55,100 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:19:55,100 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe. WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (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 21:19:55,100 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:19:55,101 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:19:55,105 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv ; label: None ; device: /dev/sda ; serial: 36001405562d8515824f42b1b91ddb912 ; exists: True ; vg_name: test_vg1 ; vg_uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; pe_start: 8 MiB ; 2024-03-01 21:19:55,105 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:19:55,108 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:19:55,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:55,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,120 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 21:19:55,156 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:19:55,157 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe. WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (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 21:19:55,157 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:19:55,157 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:55,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:19:55,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:19:55,167 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:55,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:55,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:19:55,170 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 21:19:55,207 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 21:19:55,207 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe. WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (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 21:19:55,207 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:19:55,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:19:55,212 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:19:55,215 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:19:55,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:19:55,221 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:19:55,221 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:55,224 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/wwn-0x6001405202c2028f9d4434786638fa8b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/scsi-36001405202c2028f9d4434786638fa8b ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe', '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': 'X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe', 'ID_FS_UUID_ENC': 'X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe', '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': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'ID_SERIAL': '36001405202c2028f9d4434786638fa8b', 'ID_SERIAL_SHORT': '6001405202c2028f9d4434786638fa8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405202c2028f', 'ID_WWN_VENDOR_EXTENSION': '0x9d4434786638fa8b', 'ID_WWN_WITH_EXTENSION': '0x6001405202c2028f9d4434786638fa8b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405202c2028f9d4434786638fa8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368417507'} ; 2024-03-01 21:19:55,224 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 21:19:55,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,235 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:55,236 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:55,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:19:55,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:55,239 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:55,242 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:55,242 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 21:19:55,245 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 21:19:55,245 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,246 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:19:55,246 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe7e5a00) -- 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 = 6001405202c2028f9d4434786638fa8b 2024-03-01 21:19:55,249 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:55,252 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,252 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:19:55,255 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,255 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:19:55,258 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,258 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:19:55,261 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,261 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:19:55,264 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:19:55,264 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:19:55,264 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 21:19:55,302 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:19:55,303 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (last written to /dev/sdc). 2024-03-01 21:19:55,303 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:19:55,303 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:19:55,307 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe ; label: None ; device: /dev/sdb ; serial: 36001405202c2028f9d4434786638fa8b ; exists: True ; vg_name: test_vg1 ; vg_uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:19:55,307 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:19:55,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:19:55,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:19:55,319 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:19:55,322 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:55,325 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:19:55,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:55,331 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 21:19:55,366 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 21:19:55,366 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (last written to /dev/sdc). 2024-03-01 21:19:55,366 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:19:55,367 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:19:55,367 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:55,371 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x600140531b60a51ee144118b0d274e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-id/scsi-3600140531b60a51ee144118b0d274e2b', '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': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'ID_SERIAL': '3600140531b60a51ee144118b0d274e2b', 'ID_SERIAL_SHORT': '600140531b60a51ee144118b0d274e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140531b60a51e', 'ID_WWN_VENDOR_EXTENSION': '0xe144118b0d274e2b', 'ID_WWN_WITH_EXTENSION': '0x600140531b60a51ee144118b0d274e2b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140531b60a51ee144118b0d274e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369102904'} ; 2024-03-01 21:19:55,371 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 21:19:55,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,382 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:55,383 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:55,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:19:55,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:55,386 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:55,389 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:55,389 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 21:19:55,392 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 21:19:55,392 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,393 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:19:55,393 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe746c40) -- 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 = 600140531b60a51ee144118b0d274e2b 2024-03-01 21:19:55,396 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:55,396 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:55,399 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140571ab6d309a674ef6975accbcd ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_71ab6d30-9a67-4ef6-975a-ccbcd12c36ae ' '/dev/disk/by-id/wwn-0x600140571ab6d309a674ef6975accbcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', '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': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'ID_SERIAL': '3600140571ab6d309a674ef6975accbcd', 'ID_SERIAL_SHORT': '600140571ab6d309a674ef6975accbcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140571ab6d309', 'ID_WWN_VENDOR_EXTENSION': '0xa674ef6975accbcd', 'ID_WWN_WITH_EXTENSION': '0x600140571ab6d309a674ef6975accbcd', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140571ab6d309a674ef6975accbcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369190100'} ; 2024-03-01 21:19:55,399 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 21:19:55,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,410 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:55,411 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:55,411 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:19:55,411 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:55,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:55,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:55,416 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 21:19:55,419 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 21:19:55,420 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,420 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:19:55,420 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe746d90) -- 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 = 600140571ab6d309a674ef6975accbcd 2024-03-01 21:19:55,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:55,423 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:55,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d37739f8947a42f3a37a81cc5 ' '/dev/disk/by-id/lvm-pv-uuid-Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-id/scsi-36001405d37739f8947a42f3a37a81cc5', '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': 'Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d', 'ID_FS_UUID_ENC': 'Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d', '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': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'ID_SERIAL': '36001405d37739f8947a42f3a37a81cc5', 'ID_SERIAL_SHORT': '6001405d37739f8947a42f3a37a81cc5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d37739f89', 'ID_WWN_VENDOR_EXTENSION': '0x47a42f3a37a81cc5', 'ID_WWN_WITH_EXTENSION': '0x6001405d37739f8947a42f3a37a81cc5', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d37739f8947a42f3a37a81cc5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368459724'} ; 2024-03-01 21:19:55,426 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 21:19:55,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,437 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:55,438 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:55,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:19:55,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:55,441 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:55,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:55,444 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 21:19:55,447 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 21:19:55,447 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,448 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:19:55,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe75b460) -- 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 = 6001405d37739f8947a42f3a37a81cc5 2024-03-01 21:19:55,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:55,454 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,454 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:19:55,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:19:55,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:19:55,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:19:55,466 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:19:55,466 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:19:55,466 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:19:55,502 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:19:55,502 INFO program/MainThread: stderr[9]: 2024-03-01 21:19:55,502 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:19:55,502 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:19:55,507 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d ; label: None ; device: /dev/sdc ; serial: 36001405d37739f8947a42f3a37a81cc5 ; exists: True ; vg_name: test_vg1 ; vg_uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:55,507 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:19:55,510 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:19:55,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:55,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:19:55,522 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:55,524 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:19:55,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:55,530 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:19:55,566 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 21:19:55,566 INFO program/MainThread: stderr[10]: 2024-03-01 21:19:55,566 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:19:55,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:55,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:19:55,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:55,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:19:55,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:19:55,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:55,590 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:55,593 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 21:19:55,593 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:55,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:55,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:19:55,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:55,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:19:55,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:19:55,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:55,606 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:55,609 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 21:19:55,609 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:55,610 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:19:55,610 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:19:55,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:55,613 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:55,616 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 21:19:55,616 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:55,621 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/3c1c7aa0-b1db-4432-85ec-60c34e85a515 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj', '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': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', 'ID_FS_UUID_ENC': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', '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': '611319502'} ; 2024-03-01 21:19:55,621 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:19:55,621 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:55,625 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:19:55,625 INFO program/MainThread: stderr[11]: 2024-03-01 21:19:55,625 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:19:55,625 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:55,627 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:19:55,628 INFO program/MainThread: stderr[12]: 2024-03-01 21:19:55,628 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:19:55,628 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:55,630 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:19:55,630 INFO program/MainThread: stderr[13]: 2024-03-01 21:19:55,630 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:19:55,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:19:55,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:55,640 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:19:55,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:55,641 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:19:55,638 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe75bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7f9ebe80d6d0) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:19:55,642 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:55,644 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:19:55,645 INFO program/MainThread: stderr[14]: 2024-03-01 21:19:55,645 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:19:55,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:19:55,652 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,652 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:19:55,655 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,655 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:19:55,658 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:19:55,661 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,661 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:19:55,663 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:55,663 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:19:55,666 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:55,667 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:19:55,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:55,670 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:55,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:55,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:55,685 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:55,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:19:55,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:19:55,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:55,691 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:55,695 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 21:19:55,695 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:55,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:19:55,699 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:19:55,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:55,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:55,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:19:55,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:55,708 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:55,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 21:19:55,711 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:55,712 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:19:55,712 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:19:55,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:55,715 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:55,718 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 21:19:55,718 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:55,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1a883a25-a5a7-4be5-b0a7-b7fd067da21f ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1', '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': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', 'ID_FS_UUID_ENC': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', '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': '610875853'} ; 2024-03-01 21:19:55,722 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:19:55,722 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:55,725 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:19:55,726 INFO program/MainThread: stderr[15]: 2024-03-01 21:19:55,726 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:19:55,726 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:55,728 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:19:55,728 INFO program/MainThread: stderr[16]: 2024-03-01 21:19:55,729 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:19:55,729 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:55,731 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:19:55,731 INFO program/MainThread: stderr[17]: 2024-03-01 21:19:55,731 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:19:55,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:19:55,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:55,741 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:55,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:55,742 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:55,738 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe75bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7f9ebe80d6d0) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:19:55,743 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:55,745 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:19:55,745 INFO program/MainThread: stderr[18]: 2024-03-01 21:19:55,746 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:19:55,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:19:55,753 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,753 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:19:55,756 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,756 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:19:55,759 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,760 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:19:55,763 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,763 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:55,763 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:19:55,766 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:55,766 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:19:55,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:55,769 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:55,770 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:55,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052b3dd2b4f375464ea1e7d66f1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-360014052b3dd2b4f375464ea1e7d66f1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-id/lvm-pv-uuid-i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK', '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': 'i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK', 'ID_FS_UUID_ENC': 'i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK', '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': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'ID_SERIAL': '360014052b3dd2b4f375464ea1e7d66f1', 'ID_SERIAL_SHORT': '60014052b3dd2b4f375464ea1e7d66f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052b3dd2b4f', 'ID_WWN_VENDOR_EXTENSION': '0x375464ea1e7d66f1', 'ID_WWN_WITH_EXTENSION': '0x60014052b3dd2b4f375464ea1e7d66f1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052b3dd2b4f375464ea1e7d66f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368546635'} ; 2024-03-01 21:19:55,773 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 21:19:55,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,785 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:55,785 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:55,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:55,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:55,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:55,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:55,791 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 21:19:55,794 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 21:19:55,794 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,795 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:19:55,795 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe75a4f0) -- 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 = 60014052b3dd2b4f375464ea1e7d66f1 2024-03-01 21:19:55,798 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:55,801 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,801 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:55,804 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,804 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:55,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,807 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:55,810 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:55,813 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:19:55,813 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:19:55,813 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sda ... 2024-03-01 21:19:55,848 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:19:55,848 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu. WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu (last written to /dev/sde). WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:19:55,849 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:19:55,849 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:19:55,853 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK ; label: None ; device: /dev/sdd ; serial: 360014052b3dd2b4f375464ea1e7d66f1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:19:55,854 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:19:55,856 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:19:55,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:55,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,867 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sda ... 2024-03-01 21:19:55,901 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 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=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:19:55,901 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu. WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu (last written to /dev/sde). WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:19:55,901 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:19:55,902 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:55,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:19:55,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:19:55,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:55,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:19:55,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:19:55,913 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sda ... 2024-03-01 21:19:55,945 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 21:19:55,945 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu. WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu (last written to /dev/sde). WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:19:55,945 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:19:55,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:19:55,950 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:19:55,953 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:19:55,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:19:55,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:19:55,959 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:19:55,959 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:55,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_73ec5180-6f8a-438f-b39e-b40b8f9dd79a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-id/lvm-pv-uuid-JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu ' '/dev/disk/by-id/scsi-3600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a', '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': 'JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu', 'ID_FS_UUID_ENC': 'JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu', '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': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'ID_SERIAL': '3600140573ec51806f8a438fb39eb40b8', 'ID_SERIAL_SHORT': '600140573ec51806f8a438fb39eb40b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573ec51806', 'ID_WWN_VENDOR_EXTENSION': '0xf8a438fb39eb40b8', 'ID_WWN_WITH_EXTENSION': '0x600140573ec51806f8a438fb39eb40b8', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573ec51806f8a438fb39eb40b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368804719'} ; 2024-03-01 21:19:55,962 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 21:19:55,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,974 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:55,974 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:55,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:19:55,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:19:55,978 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:55,980 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:55,981 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 21:19:55,983 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 21:19:55,984 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:55,984 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:19:55,984 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe7462e0) -- 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 = 600140573ec51806f8a438fb39eb40b8 2024-03-01 21:19:55,987 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:55,990 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,990 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:19:55,993 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,993 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:19:55,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,997 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:19:56,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:19:56,002 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:19:56,003 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:19:56,003 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/sdc,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,038 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:19:56,038 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:19:56,038 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:19:56,039 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:19:56,043 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu ; label: None ; device: /dev/sde ; serial: 3600140573ec51806f8a438fb39eb40b8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:56,043 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:19:56,046 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:19:56,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:19:56,057 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:56,060 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:19:56,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,066 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/sdc,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,106 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 21:19:56,106 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:19:56,107 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:19:56,107 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:19:56,107 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:56,112 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_1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/lvm-pv-uuid-obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S ' '/dev/disk/by-id/scsi-360014051b783d0470344591bb65cb811 ' '/dev/disk/by-id/wwn-0x60014051b783d0470344591bb65cb811', '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': 'obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S', 'ID_FS_UUID_ENC': 'obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S', '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': '1b783d04-7034-4591-bb65-cb8117917ac0', 'ID_SERIAL': '360014051b783d0470344591bb65cb811', 'ID_SERIAL_SHORT': '60014051b783d0470344591bb65cb811', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b783d047', 'ID_WWN_VENDOR_EXTENSION': '0x0344591bb65cb811', 'ID_WWN_WITH_EXTENSION': '0x60014051b783d0470344591bb65cb811', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b783d0470344591bb65cb811', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368569832'} ; 2024-03-01 21:19:56,112 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 21:19:56,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,124 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:56,124 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:56,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:19:56,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:19:56,127 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:56,130 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:56,130 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 21:19:56,133 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 21:19:56,133 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:56,134 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:19:56,134 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebf91b820) -- 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 = 60014051b783d0470344591bb65cb811 2024-03-01 21:19:56,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:56,140 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:56,140 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:19:56,143 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:56,143 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:19:56,146 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,146 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:19:56,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:19:56,152 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:19:56,152 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:19:56,152 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/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,195 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:19:56,195 INFO program/MainThread: stderr[24]: 2024-03-01 21:19:56,195 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:19:56,196 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:19:56,200 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S ; label: None ; device: /dev/sdf ; serial: 360014051b783d0470344591bb65cb811 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:56,200 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:19:56,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:19:56,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:19:56,215 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:56,217 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:19:56,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,223 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/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,257 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 21:19:56,258 INFO program/MainThread: stderr[25]: 2024-03-01 21:19:56,258 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:19:56,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:56,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:19:56,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:56,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:19:56,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:19:56,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:56,281 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:56,284 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 21:19:56,285 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:56,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:19:56,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:19:56,291 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:56,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:19:56,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:19:56,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:56,298 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:56,301 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 21:19:56,301 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:56,301 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:19:56,301 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:19:56,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:56,304 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:56,308 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 21:19:56,308 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:56,311 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-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq ' '/dev/disk/by-uuid/1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq', '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': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', 'ID_FS_UUID_ENC': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', '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': '609210932'} ; 2024-03-01 21:19:56,311 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:19:56,312 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,315 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:19:56,315 INFO program/MainThread: stderr[26]: 2024-03-01 21:19:56,315 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:19:56,315 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,318 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:19:56,318 INFO program/MainThread: stderr[27]: 2024-03-01 21:19:56,318 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:19:56,318 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,321 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:19:56,321 INFO program/MainThread: stderr[28]: 2024-03-01 21:19:56,321 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:19:56,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:19:56,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,331 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:19:56,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,332 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:19:56,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe6fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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 (0x7f9ebe754c10) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:19:56,332 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,335 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:19:56,335 INFO program/MainThread: stderr[29]: 2024-03-01 21:19:56,335 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:19:56,339 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:19:56,342 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:56,342 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:19:56,345 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:56,345 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:19:56,348 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,349 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:19:56,352 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,352 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:19:56,352 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:19:56,356 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:56,356 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:19:56,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:56,359 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:56,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:56,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:19:56,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:56,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:19:56,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:19:56,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:56,381 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:56,384 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 21:19:56,384 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:56,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:19:56,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:19:56,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:56,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:19:56,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:19:56,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:56,397 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:56,400 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 21:19:56,400 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:56,401 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:19:56,401 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:19:56,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:56,404 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:56,407 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 21:19:56,407 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:56,410 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a ' '/dev/disk/by-uuid/e2650876-70e9-4c30-a56c-3fa65c65d01c ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a', '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': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', 'ID_FS_UUID_ENC': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', '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': '608726914'} ; 2024-03-01 21:19:56,410 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:19:56,411 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:56,414 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:19:56,414 INFO program/MainThread: stderr[30]: 2024-03-01 21:19:56,414 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:19:56,414 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:56,417 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:19:56,417 INFO program/MainThread: stderr[31]: 2024-03-01 21:19:56,417 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:19:56,417 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:56,419 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:19:56,420 INFO program/MainThread: stderr[32]: 2024-03-01 21:19:56,420 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:19:56,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:19:56,429 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,430 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,430 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,431 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,427 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe6febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7f9ebe754c10) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:19:56,431 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:56,434 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:19:56,434 INFO program/MainThread: stderr[33]: 2024-03-01 21:19:56,434 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:19:56,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:19:56,441 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:56,441 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:19:56,445 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:56,445 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:19:56,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:19:56,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:19:56,451 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:19:56,454 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:56,454 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:19:56,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:56,458 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:56,458 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:56,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe ' '/dev/disk/by-id/scsi-360014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58 ' '/dev/disk/by-id/wwn-0x60014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7f8692c1-1b8f-490e-a601-ecfbee1c7d58 ' '/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': 'XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe', 'ID_FS_UUID_ENC': 'XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe', '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': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'ID_SERIAL': '360014057f8692c11b8f490ea601ecfbe', 'ID_SERIAL_SHORT': '60014057f8692c11b8f490ea601ecfbe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f8692c11', 'ID_WWN_VENDOR_EXTENSION': '0xb8f490ea601ecfbe', 'ID_WWN_WITH_EXTENSION': '0x60014057f8692c11b8f490ea601ecfbe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f8692c11b8f490ea601ecfbe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368753602'} ; 2024-03-01 21:19:56,461 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 21:19:56,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,473 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:56,473 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:56,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:19:56,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:19:56,476 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:56,479 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:56,479 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 21:19:56,482 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 21:19:56,483 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:56,483 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:19:56,483 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe75a040) -- 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 = 60014057f8692c11b8f490ea601ecfbe 2024-03-01 21:19:56,486 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:56,489 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:56,489 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:19:56,492 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:56,492 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:19:56,495 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,495 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:19:56,498 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,498 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:19:56,501 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:19:56,501 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:19:56,501 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/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,543 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:56,544 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h. WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,544 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:19:56,544 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:19:56,548 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe ; label: None ; device: /dev/sdg ; serial: 360014057f8692c11b8f490ea601ecfbe ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:19:56,548 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:19:56,551 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:19:56,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:56,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,563 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/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,606 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 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=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:56,606 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h. WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,606 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:19:56,606 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:56,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:19:56,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:19:56,615 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:56,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:19:56,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:19:56,618 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/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,660 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:19:56,660 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h. WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,660 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:19:56,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:19:56,666 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:19:56,668 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:19:56,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,674 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:56,674 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:56,677 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h ' '/dev/disk/by-id/scsi-360014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/dev/disk/by-id/wwn-0x60014056ba7f1792b774614912d2c7a9', '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': 'AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h', 'ID_FS_UUID_ENC': 'AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h', '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': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'ID_SERIAL': '360014056ba7f1792b774614912d2c7a9', 'ID_SERIAL_SHORT': '60014056ba7f1792b774614912d2c7a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056ba7f1792', 'ID_WWN_VENDOR_EXTENSION': '0xb774614912d2c7a9', 'ID_WWN_WITH_EXTENSION': '0x60014056ba7f1792b774614912d2c7a9', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056ba7f1792b774614912d2c7a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368944524'} ; 2024-03-01 21:19:56,678 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 21:19:56,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,689 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:56,690 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:56,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:19:56,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:19:56,693 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:56,696 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:56,696 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 21:19:56,699 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 21:19:56,699 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:56,700 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:19:56,700 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe7107c0) -- 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 = 60014056ba7f1792b774614912d2c7a9 2024-03-01 21:19:56,703 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:56,706 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:56,706 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:19:56,709 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:56,709 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:19:56,712 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,712 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:19:56,715 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,715 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:19:56,718 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:19:56,718 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:19:56,719 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/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,758 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:56,759 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,759 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:19:56,759 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:19:56,763 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h ; label: None ; device: /dev/sdh ; serial: 360014056ba7f1792b774614912d2c7a9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; 2024-03-01 21:19:56,763 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:19:56,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:19:56,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:19:56,778 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:56,780 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:19:56,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,786 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/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,830 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:19:56,830 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,830 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:19:56,831 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:56,831 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:56,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056fdcb9086e8649448aa3b4dcb ' '/dev/disk/by-id/scsi-360014056fdcb9086e8649448aa3b4dcb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-id/lvm-pv-uuid-dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h', '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': 'dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h', 'ID_FS_UUID_ENC': 'dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h', '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': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'ID_SERIAL': '360014056fdcb9086e8649448aa3b4dcb', 'ID_SERIAL_SHORT': '60014056fdcb9086e8649448aa3b4dcb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056fdcb9086', 'ID_WWN_VENDOR_EXTENSION': '0xe8649448aa3b4dcb', 'ID_WWN_WITH_EXTENSION': '0x60014056fdcb9086e8649448aa3b4dcb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056fdcb9086e8649448aa3b4dcb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368735170'} ; 2024-03-01 21:19:56,835 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 21:19:56,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:56,848 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:56,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:19:56,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:19:56,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:56,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:56,854 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 21:19:56,857 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 21:19:56,858 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:56,858 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:19:56,858 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe713220) -- 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 = 60014056fdcb9086e8649448aa3b4dcb 2024-03-01 21:19:56,861 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:56,864 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:56,864 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:19:56,867 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:56,867 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:19:56,871 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,871 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:19:56,874 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:56,874 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:19:56,876 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:19:56,877 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:19:56,877 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/sdi,/dev/sde,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,918 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:56,918 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,918 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:19:56,919 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:19:56,923 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h ; label: None ; device: /dev/sdi ; serial: 360014056fdcb9086e8649448aa3b4dcb ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; 2024-03-01 21:19:56,923 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:19:56,926 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:19:56,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,935 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:19:56,938 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:56,940 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:19:56,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:56,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,946 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/sdi,/dev/sde,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:56,980 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:19:56,981 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:19:56,981 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:19:56,981 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:56,981 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:56,986 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/dev/disk/by-id/wwn-0x6001405281483cd3d8a4a61a98e3279a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/dev/disk/by-id/lvm-pv-uuid-CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405281483cd3d8a4a61a98e3279a', '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': 'CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk', 'ID_FS_UUID_ENC': 'CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk', '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': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'ID_SERIAL': '36001405281483cd3d8a4a61a98e3279a', 'ID_SERIAL_SHORT': '6001405281483cd3d8a4a61a98e3279a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405281483cd3', 'ID_WWN_VENDOR_EXTENSION': '0xd8a4a61a98e3279a', 'ID_WWN_WITH_EXTENSION': '0x6001405281483cd3d8a4a61a98e3279a', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405281483cd3d8a4a61a98e3279a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368863916'} ; 2024-03-01 21:19:56,986 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 21:19:56,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,998 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:56,998 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:56,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:19:56,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:19:57,001 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:57,004 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:57,005 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 21:19:57,008 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:19:57,008 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:57,008 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:19:57,008 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe714910) -- 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 = 6001405281483cd3d8a4a61a98e3279a 2024-03-01 21:19:57,011 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:57,014 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,015 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:19:57,018 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,018 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:19:57,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,021 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:19:57,024 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,024 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:19:57,026 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:19:57,027 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:19:57,027 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/sdj,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:57,069 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:19:57,070 INFO program/MainThread: stderr[41]: 2024-03-01 21:19:57,070 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:19:57,070 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:19:57,074 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk ; label: None ; device: /dev/sdj ; serial: 36001405281483cd3d8a4a61a98e3279a ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:19:57,074 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:19:57,077 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:19:57,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:57,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:57,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:19:57,089 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:57,092 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:19:57,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:19:57,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:57,098 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/sdj,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sdb,/dev/sdd,/dev/sda ... 2024-03-01 21:19:57,141 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:19:57,142 INFO program/MainThread: stderr[42]: 2024-03-01 21:19:57,142 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:19:57,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:57,155 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:19:57,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:57,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:19:57,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:19:57,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:57,165 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:57,168 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 21:19:57,169 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:57,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:19:57,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:19:57,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:57,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:19:57,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:19:57,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:57,182 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:57,185 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 21:19:57,185 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:57,185 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:19:57,185 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:19:57,188 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:57,188 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:57,191 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 21:19:57,192 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:57,195 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/52e56112-6f0e-4d09-9e72-38c0b4d80d6a', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp', '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': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', 'ID_FS_UUID_ENC': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', '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': '606909096'} ; 2024-03-01 21:19:57,195 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:19:57,195 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,199 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:19:57,199 INFO program/MainThread: stderr[43]: 2024-03-01 21:19:57,199 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:19:57,199 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,202 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:19:57,202 INFO program/MainThread: stderr[44]: 2024-03-01 21:19:57,202 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:19:57,202 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,205 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:19:57,205 INFO program/MainThread: stderr[45]: 2024-03-01 21:19:57,205 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:19:57,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:19:57,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,216 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:19:57,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,217 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:19:57,213 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe7182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7f9ebe707f40) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,218 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,220 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:19:57,220 INFO program/MainThread: stderr[46]: 2024-03-01 21:19:57,220 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:19:57,224 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:19:57,228 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,228 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:19:57,231 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,231 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:19:57,234 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,234 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:19:57,237 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,237 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:19:57,238 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:19:57,241 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:57,241 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:19:57,244 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:57,244 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:57,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:57,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:19:57,270 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:57,270 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:19:57,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:19:57,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:57,277 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:57,280 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 21:19:57,280 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:57,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:19:57,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:19:57,287 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:57,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:19:57,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:19:57,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:57,293 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:57,296 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 21:19:57,297 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:57,297 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:19:57,297 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:19:57,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:57,300 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:57,303 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 21:19:57,303 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:57,307 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/3e00081d-c753-4e9b-a82f-74c610ebe2ea', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5', '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': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', 'ID_FS_UUID_ENC': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', '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': '605802929'} ; 2024-03-01 21:19:57,307 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:19:57,307 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,311 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:19:57,311 INFO program/MainThread: stderr[47]: 2024-03-01 21:19:57,311 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:19:57,311 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,313 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:19:57,314 INFO program/MainThread: stderr[48]: 2024-03-01 21:19:57,314 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:19:57,314 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,316 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:19:57,316 INFO program/MainThread: stderr[49]: 2024-03-01 21:19:57,316 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:19:57,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:19:57,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,328 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:19:57,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,329 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:19:57,324 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe7c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7f9ebe707f40) -- name = test_vg3 status = True 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,330 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,332 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:19:57,332 INFO program/MainThread: stderr[50]: 2024-03-01 21:19:57,332 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:19:57,336 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:19:57,339 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,339 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:19:57,343 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,343 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:19:57,346 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,346 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:19:57,349 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,349 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:19:57,349 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:19:57,352 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:57,353 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:19:57,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:57,356 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:57,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:57,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:19:57,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:57,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:19:57,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:19:57,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:57,378 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:57,381 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 21:19:57,381 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:57,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:19:57,385 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:19:57,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:57,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:19:57,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:19:57,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:57,394 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:57,397 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 21:19:57,398 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:57,398 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:19:57,398 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:19:57,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:57,401 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:57,404 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 21:19:57,405 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:57,408 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/12647267-1d7c-4a40-8e02-a275d343c31f', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B', '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': '12647267-1d7c-4a40-8e02-a275d343c31f', 'ID_FS_UUID_ENC': '12647267-1d7c-4a40-8e02-a275d343c31f', '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': '604819260'} ; 2024-03-01 21:19:57,408 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:19:57,408 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,412 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:19:57,412 INFO program/MainThread: stderr[51]: 2024-03-01 21:19:57,412 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:19:57,412 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,415 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:19:57,415 INFO program/MainThread: stderr[52]: 2024-03-01 21:19:57,415 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:19:57,415 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,417 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:19:57,417 INFO program/MainThread: stderr[53]: 2024-03-01 21:19:57,418 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:19:57,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:19:57,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,429 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:19:57,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,430 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:19:57,425 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe75a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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 (0x7f9ebe707f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,431 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,433 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:19:57,433 INFO program/MainThread: stderr[54]: 2024-03-01 21:19:57,433 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:19:57,437 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:19:57,440 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,441 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:19:57,444 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,444 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:19:57,447 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,447 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:19:57,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:19:57,451 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:19:57,454 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:57,454 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:19:57,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:57,457 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:57,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:57,469 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:19:57,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:57,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:19:57,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:19:57,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:57,479 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:57,482 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 21:19:57,483 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:57,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:19:57,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:19:57,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:57,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:19:57,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:19:57,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:57,495 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:57,498 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 21:19:57,499 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:57,499 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:19:57,499 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:19:57,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:57,502 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:57,505 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 21:19:57,506 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:57,509 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/24b16d09-b69c-457f-94d8-3eeb25714852 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE', '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': '24b16d09-b69c-457f-94d8-3eeb25714852', 'ID_FS_UUID_ENC': '24b16d09-b69c-457f-94d8-3eeb25714852', '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': '604316510'} ; 2024-03-01 21:19:57,509 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:19:57,509 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,512 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:19:57,513 INFO program/MainThread: stderr[55]: 2024-03-01 21:19:57,513 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:19:57,513 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,515 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:19:57,515 INFO program/MainThread: stderr[56]: 2024-03-01 21:19:57,515 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:19:57,515 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,518 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:19:57,518 INFO program/MainThread: stderr[57]: 2024-03-01 21:19:57,518 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:19:57,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:19:57,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,529 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,531 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,526 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe80d310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 (0x7f9ebe707f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,532 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,534 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:19:57,534 INFO program/MainThread: stderr[58]: 2024-03-01 21:19:57,534 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:19:57,538 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:19:57,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,541 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:19:57,545 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,545 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:19:57,548 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,548 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:19:57,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:19:57,551 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:19:57,554 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:57,555 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:19:57,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:57,558 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:57,558 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:57,561 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': '21075718'} ; 2024-03-01 21:19:57,561 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:57,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,572 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:57,572 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:57,572 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:57,572 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:57,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:19:57,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:19:57,575 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:57,578 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:57,578 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:57,581 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:57,582 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:57,582 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:19:57,582 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9ebe6fe100) -- 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 21:19:57,585 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:57,588 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,588 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:19:57,591 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,591 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:19:57,594 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,594 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:19:57,597 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,598 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:19:57,600 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:57,603 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:57,606 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:57,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 0x7f9ec0fd75c0> 2024-03-01 21:19:57,660 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:19:57,664 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:57,664 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:57,668 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': '21078937'} ; 2024-03-01 21:19:57,668 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:57,668 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:57,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,678 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:57,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:57,684 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,697 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:19:57,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:19:57,724 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:57,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:19:57,727 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:57,730 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:57,730 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:57,733 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:57,733 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:57,733 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:57,736 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:57,739 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:57,742 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:57,744 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:57,747 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:57,748 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:57,748 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:19:57,749 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:57,748 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f9ebe706130) -- 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 0x7f9ebe72b900> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:57,752 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:57,755 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:57,755 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:19:57,758 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:57,758 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:19:57,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:19:57,764 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:57,764 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:19:57,764 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:57,767 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:57,767 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:19:57,770 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:57,770 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:57,773 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-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE ' '/dev/disk/by-uuid/24b16d09-b69c-457f-94d8-3eeb25714852 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE', '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': '24b16d09-b69c-457f-94d8-3eeb25714852', 'ID_FS_UUID_ENC': '24b16d09-b69c-457f-94d8-3eeb25714852', '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': '604316510'} ; 2024-03-01 21:19:57,773 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:19:57,773 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,777 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:19:57,777 INFO program/MainThread: stderr[59]: 2024-03-01 21:19:57,777 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:19:57,777 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,780 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:19:57,780 INFO program/MainThread: stderr[60]: 2024-03-01 21:19:57,780 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:19:57,780 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,782 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:19:57,783 INFO program/MainThread: stderr[61]: 2024-03-01 21:19:57,783 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:19:57,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:19:57,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,795 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,796 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,791 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe80d310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9ebe707f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,797 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:57,799 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:19:57,800 INFO program/MainThread: stderr[62]: 2024-03-01 21:19:57,800 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:19:57,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:19:57,803 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:19:57,806 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-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/12647267-1d7c-4a40-8e02-a275d343c31f', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B', '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': '12647267-1d7c-4a40-8e02-a275d343c31f', 'ID_FS_UUID_ENC': '12647267-1d7c-4a40-8e02-a275d343c31f', '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': '604819260'} ; 2024-03-01 21:19:57,806 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:19:57,806 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,809 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:19:57,809 INFO program/MainThread: stderr[63]: 2024-03-01 21:19:57,809 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:19:57,809 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,812 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:19:57,812 INFO program/MainThread: stderr[64]: 2024-03-01 21:19:57,812 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:19:57,812 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,814 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:19:57,815 INFO program/MainThread: stderr[65]: 2024-03-01 21:19:57,815 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:19:57,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:19:57,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,826 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,827 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,822 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe75a2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9ebe707f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,828 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:57,830 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:19:57,830 INFO program/MainThread: stderr[66]: 2024-03-01 21:19:57,830 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:19:57,834 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:19:57,834 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:19:57,837 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-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5 ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/3e00081d-c753-4e9b-a82f-74c610ebe2ea', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5', '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': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', 'ID_FS_UUID_ENC': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', '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': '605802929'} ; 2024-03-01 21:19:57,837 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:19:57,837 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,840 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:19:57,840 INFO program/MainThread: stderr[67]: 2024-03-01 21:19:57,840 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:19:57,840 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,842 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:19:57,842 INFO program/MainThread: stderr[68]: 2024-03-01 21:19:57,842 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:19:57,843 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,845 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:19:57,845 INFO program/MainThread: stderr[69]: 2024-03-01 21:19:57,845 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:19:57,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:19:57,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,856 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,858 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,853 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe7c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7f9ebe707f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,858 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:57,861 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:19:57,861 INFO program/MainThread: stderr[70]: 2024-03-01 21:19:57,861 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:19:57,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:19:57,865 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:19:57,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp ' '/dev/disk/by-uuid/52e56112-6f0e-4d09-9e72-38c0b4d80d6a ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp', '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': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', 'ID_FS_UUID_ENC': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', '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': '606909096'} ; 2024-03-01 21:19:57,868 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:19:57,868 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,871 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:19:57,871 INFO program/MainThread: stderr[71]: 2024-03-01 21:19:57,871 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:19:57,871 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,873 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:19:57,873 INFO program/MainThread: stderr[72]: 2024-03-01 21:19:57,874 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:19:57,874 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,876 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:19:57,876 INFO program/MainThread: stderr[73]: 2024-03-01 21:19:57,876 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:19:57,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,883 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 21:19:57,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,887 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,889 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,883 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe7182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7f9ebe707f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:19:57,890 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:57,892 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:19:57,892 INFO program/MainThread: stderr[74]: 2024-03-01 21:19:57,892 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:19:57,896 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:19:57,896 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:19:57,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/e2650876-70e9-4c30-a56c-3fa65c65d01c ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a', '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': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', 'ID_FS_UUID_ENC': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', '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': '608726914'} ; 2024-03-01 21:19:57,899 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:19:57,899 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:57,902 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:19:57,902 INFO program/MainThread: stderr[75]: 2024-03-01 21:19:57,902 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:19:57,902 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:57,904 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:19:57,904 INFO program/MainThread: stderr[76]: 2024-03-01 21:19:57,904 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:19:57,904 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:57,907 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:19:57,907 INFO program/MainThread: stderr[77]: 2024-03-01 21:19:57,907 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:19:57,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:19:57,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:57,917 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:57,917 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:57,918 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:57,914 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe6febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7f9ebe754c10) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:19:57,919 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:57,921 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:19:57,921 INFO program/MainThread: stderr[78]: 2024-03-01 21:19:57,921 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:19:57,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:19:57,925 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:19:57,928 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/1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71 ' '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq', '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': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', 'ID_FS_UUID_ENC': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', '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': '609210932'} ; 2024-03-01 21:19:57,928 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:19:57,928 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:57,931 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:19:57,931 INFO program/MainThread: stderr[79]: 2024-03-01 21:19:57,931 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:19:57,931 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:57,933 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:19:57,934 INFO program/MainThread: stderr[80]: 2024-03-01 21:19:57,934 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:19:57,934 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:57,936 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:19:57,936 INFO program/MainThread: stderr[81]: 2024-03-01 21:19:57,936 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:19:57,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:19:57,946 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:57,947 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:57,947 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:57,948 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:57,944 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe6fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9ebe754c10) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:19:57,948 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:57,951 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:19:57,951 INFO program/MainThread: stderr[82]: 2024-03-01 21:19:57,951 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:19:57,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:19:57,954 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:19:57,957 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/1a883a25-a5a7-4be5-b0a7-b7fd067da21f ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1', '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': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', 'ID_FS_UUID_ENC': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', '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': '610875853'} ; 2024-03-01 21:19:57,957 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:19:57,958 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:57,960 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:19:57,960 INFO program/MainThread: stderr[83]: 2024-03-01 21:19:57,960 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:19:57,960 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:57,963 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:19:57,963 INFO program/MainThread: stderr[84]: 2024-03-01 21:19:57,963 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:19:57,963 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:57,965 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:19:57,966 INFO program/MainThread: stderr[85]: 2024-03-01 21:19:57,966 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:19:57,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,972 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 21:19:57,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:57,975 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:57,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:57,976 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:57,973 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe75bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7f9ebe80d6d0) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:19:57,977 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:57,979 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:19:57,979 INFO program/MainThread: stderr[86]: 2024-03-01 21:19:57,980 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:19:57,983 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:19:57,983 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:19:57,986 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/3c1c7aa0-b1db-4432-85ec-60c34e85a515 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj', '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': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', 'ID_FS_UUID_ENC': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', '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': '611319502'} ; 2024-03-01 21:19:57,986 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:19:57,986 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:57,989 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:19:57,989 INFO program/MainThread: stderr[87]: 2024-03-01 21:19:57,989 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:19:57,989 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:57,991 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:19:57,992 INFO program/MainThread: stderr[88]: 2024-03-01 21:19:57,992 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:19:57,992 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:57,994 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:19:57,994 INFO program/MainThread: stderr[89]: 2024-03-01 21:19:57,994 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:19:57,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:58,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:19:58,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:58,004 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:58,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:58,005 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:58,001 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9ebe75bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7f9ebe80d6d0) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:19:58,006 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:58,008 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:19:58,008 INFO program/MainThread: stderr[90]: 2024-03-01 21:19:58,008 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:19:58,012 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:19:58,012 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:19:58,012 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,021 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,039 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:19:58,040 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:19:58,044 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 21:19:58,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:58,049 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 21:19:58,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:58,052 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:58,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:58,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:58,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:58,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:58,063 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:58,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:58,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:58,071 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 21:19:58,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:58,074 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:58,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:58,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:58,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:58,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:58,085 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:58,087 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 21:19:58,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:58,093 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 21:19:58,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:58,096 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 21:19:58,098 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 21:19:58,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:58,103 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 21:19:58,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:58,106 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:20:01,285 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_lpftrkbk/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:20:01,320 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:20:01,321 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:20:01,324 INFO program/MainThread: stdout[2]: 2024-03-01 21:20:01,324 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 21:20:01,324 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:20:01,325 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:20:01,329 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,330 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:20:01,333 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:20:01,333 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:20:01,336 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:20:01,336 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:20:01,339 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:20:01,339 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:20:01,350 INFO program/MainThread: stdout: 2024-03-01 21:20:01,351 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:20:01,351 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f 2024-03-01 21:20:01,351 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe 2024-03-01 21:20:01,351 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c1c7aa0-b1db-4432-85ec-60c34e85a515 2024-03-01 21:20:01,351 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d 2024-03-01 21:20:01,351 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK 2024-03-01 21:20:01,351 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs e2650876-70e9-4c30-a56c-3fa65c65d01c 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71 2024-03-01 21:20:01,351 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu 2024-03-01 21:20:01,351 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S 2024-03-01 21:20:01,351 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe 2024-03-01 21:20:01,351 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 24b16d09-b69c-457f-94d8-3eeb25714852 2024-03-01 21:20:01,351 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 12647267-1d7c-4a40-8e02-a275d343c31f 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea 2024-03-01 21:20:01,351 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea 2024-03-01 21:20:01,351 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a 2024-03-01 21:20:01,351 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk 2024-03-01 21:20:01,351 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a 2024-03-01 21:20:01,351 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:20:01,351 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:20:01,351 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:20:01,351 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:20:01,351 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,352 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f sdb 1073741824 root disk brw-rw---- LVM2_member X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1a883a25-a5a7-4be5-b0a7-b7fd067da21f `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 3c1c7aa0-b1db-4432-85ec-60c34e85a515 sdc 1073741824 root disk brw-rw---- LVM2_member Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d sdd 1073741824 root disk brw-rw---- LVM2_member i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK |-test_vg2-lv4 641728512 root disk brw-rw---- xfs e2650876-70e9-4c30-a56c-3fa65c65d01c `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71 sde 1073741824 root disk brw-rw---- LVM2_member JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu sdf 1073741824 root disk brw-rw---- LVM2_member obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S sdg 1073741824 root disk brw-rw---- LVM2_member XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 24b16d09-b69c-457f-94d8-3eeb25714852 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 12647267-1d7c-4a40-8e02-a275d343c31f `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea sdh 1073741824 root disk brw-rw---- LVM2_member AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3e00081d-c753-4e9b-a82f-74c610ebe2ea sdi 1073741824 root disk brw-rw---- LVM2_member dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a sdj 1073741824 root disk brw-rw---- LVM2_member CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 52e56112-6f0e-4d09-9e72-38c0b4d80d6a 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 21:20:01,352 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:20:01,352 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:20:01,352 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:20:01,352 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:20:01,352 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:20:01,353 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:20:01,353 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,363 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,380 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 21:20:01,384 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_562d8515-824f-42b1-b91d-db912a749db1 ' '/dev/disk/by-id/lvm-pv-uuid-fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv ' '/dev/disk/by-id/wwn-0x6001405562d8515824f42b1b91ddb912 ' '/dev/disk/by-id/scsi-36001405562d8515824f42b1b91ddb912', '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': 'fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv', 'ID_FS_UUID_ENC': 'fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv', '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': '562d8515-824f-42b1-b91d-db912a749db1', 'ID_SERIAL': '36001405562d8515824f42b1b91ddb912', 'ID_SERIAL_SHORT': '6001405562d8515824f42b1b91ddb912', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405562d85158', 'ID_WWN_VENDOR_EXTENSION': '0x24f42b1b91ddb912', 'ID_WWN_WITH_EXTENSION': '0x6001405562d8515824f42b1b91ddb912', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405562d8515824f42b1b91ddb912', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '562d8515-824f-42b1-b91d-db912a749db1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368388358'} ; 2024-03-01 21:20:01,384 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 21:20:01,385 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 21:20:01,423 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:20:01,423 INFO program/MainThread: stderr[3]: 2024-03-01 21:20:01,423 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:20:01,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,435 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:20:01,437 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 21:20:01,442 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:20:01,442 INFO blivet/MainThread: sda is a disk 2024-03-01 21:20:01,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:20:01,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:20:01,446 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:20:01,449 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:20:01,450 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 21:20:01,453 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 21:20:01,453 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:20:01,454 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:20:01,454 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7befb6d0) -- 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 = 6001405562d8515824f42b1b91ddb912 2024-03-01 21:20:01,457 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:20:01,461 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:01,461 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:20:01,464 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:01,464 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:20:01,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:01,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:20:01,471 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:01,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:20:01,474 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:20:01,474 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:20:01,474 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 21:20:01,512 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:20:01,512 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe. WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (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 21:20:01,512 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:20:01,513 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:20:01,517 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv ; label: None ; device: /dev/sda ; serial: 36001405562d8515824f42b1b91ddb912 ; exists: True ; vg_name: test_vg1 ; vg_uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; pe_start: 8 MiB ; 2024-03-01 21:20:01,517 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:20:01,520 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:20:01,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:20:01,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:01,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,532 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 21:20:01,572 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:20:01,572 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe. WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (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 21:20:01,572 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:20:01,572 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:20:01,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:20:01,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:20:01,582 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:20:01,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:20:01,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:20:01,586 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 21:20:01,624 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 21:20:01,624 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe. WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (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 21:20:01,624 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:20:01,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:20:01,629 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:20:01,632 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:20:01,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:20:01,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:20:01,638 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:20:01,638 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:01,641 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405202c2028f9d4434786638fa8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_202c2028-f9d4-4347-8663-8fa8bb4acbf5 ' '/dev/disk/by-id/scsi-36001405202c2028f9d4434786638fa8b', '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': 'X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe', 'ID_FS_UUID_ENC': 'X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe', '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': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'ID_SERIAL': '36001405202c2028f9d4434786638fa8b', 'ID_SERIAL_SHORT': '6001405202c2028f9d4434786638fa8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405202c2028f', 'ID_WWN_VENDOR_EXTENSION': '0x9d4434786638fa8b', 'ID_WWN_WITH_EXTENSION': '0x6001405202c2028f9d4434786638fa8b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405202c2028f9d4434786638fa8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '202c2028-f9d4-4347-8663-8fa8bb4acbf5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368417507'} ; 2024-03-01 21:20:01,641 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 21:20:01,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,652 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:20:01,653 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:20:01,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:20:01,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:20:01,656 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:20:01,659 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:20:01,659 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 21:20:01,662 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 21:20:01,663 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:20:01,663 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:20:01,663 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7ad9d970) -- 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 = 6001405202c2028f9d4434786638fa8b 2024-03-01 21:20:01,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:20:01,669 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:01,669 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:20:01,672 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:01,672 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:20:01,675 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:01,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:20:01,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:01,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:20:01,681 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:20:01,681 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:20:01,681 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 21:20:01,718 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:20:01,718 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (last written to /dev/sdc). 2024-03-01 21:20:01,718 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:20:01,719 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:20:01,723 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe ; label: None ; device: /dev/sdb ; serial: 36001405202c2028f9d4434786638fa8b ; exists: True ; vg_name: test_vg1 ; vg_uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:20:01,723 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:20:01,726 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:20:01,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:20:01,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:20:01,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:20:01,738 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:20:01,740 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:20:01,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:20:01,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:01,746 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 21:20:01,781 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 21:20:01,781 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d. WARNING: VG test_vg1 is missing PV Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d (last written to /dev/sdc). 2024-03-01 21:20:01,781 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:20:01,782 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:20:01,782 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:01,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x600140531b60a51ee144118b0d274e2b ' '/dev/disk/by-id/scsi-3600140531b60a51ee144118b0d274e2b', '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': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'ID_SERIAL': '3600140531b60a51ee144118b0d274e2b', 'ID_SERIAL_SHORT': '600140531b60a51ee144118b0d274e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140531b60a51e', 'ID_WWN_VENDOR_EXTENSION': '0xe144118b0d274e2b', 'ID_WWN_WITH_EXTENSION': '0x600140531b60a51ee144118b0d274e2b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140531b60a51ee144118b0d274e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '31b60a51-ee14-4118-b0d2-74e2bf09dc50', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369102904'} ; 2024-03-01 21:20:01,786 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 21:20:01,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,797 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:20:01,798 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:20:01,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:20:01,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:20:01,801 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:20:01,804 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:20:01,804 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 21:20:01,807 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 21:20:01,807 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:20:01,808 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:20:01,808 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7ad27850) -- 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 = 600140531b60a51ee144118b0d274e2b 2024-03-01 21:20:01,811 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:20:01,811 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:20:01,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140571ab6d309a674ef6975accbcd ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae ' '/dev/disk/by-id/wwn-0x600140571ab6d309a674ef6975accbcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', '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': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'ID_SERIAL': '3600140571ab6d309a674ef6975accbcd', 'ID_SERIAL_SHORT': '600140571ab6d309a674ef6975accbcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140571ab6d309', 'ID_WWN_VENDOR_EXTENSION': '0xa674ef6975accbcd', 'ID_WWN_WITH_EXTENSION': '0x600140571ab6d309a674ef6975accbcd', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140571ab6d309a674ef6975accbcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '71ab6d30-9a67-4ef6-975a-ccbcd12c36ae', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '369190100'} ; 2024-03-01 21:20:01,814 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 21:20:01,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,825 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:20:01,825 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:20:01,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:20:01,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:20:01,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:20:01,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:20:01,831 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 21:20:01,834 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 21:20:01,834 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:20:01,835 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:20:01,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7ad27760) -- 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 = 600140571ab6d309a674ef6975accbcd 2024-03-01 21:20:01,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:20:01,838 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:20:01,841 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405d37739f8947a42f3a37a81cc5 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f ' '/dev/disk/by-id/wwn-0x6001405d37739f8947a42f3a37a81cc5 ' '/dev/disk/by-id/lvm-pv-uuid-Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_d37739f8-947a-42f3-a37a-81cc51715f4f', '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': 'Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d', 'ID_FS_UUID_ENC': 'Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d', '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': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'ID_SERIAL': '36001405d37739f8947a42f3a37a81cc5', 'ID_SERIAL_SHORT': '6001405d37739f8947a42f3a37a81cc5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d37739f89', 'ID_WWN_VENDOR_EXTENSION': '0x47a42f3a37a81cc5', 'ID_WWN_WITH_EXTENSION': '0x6001405d37739f8947a42f3a37a81cc5', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d37739f8947a42f3a37a81cc5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:d37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd37739f8-947a-42f3-a37a-81cc51715f4f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368459724'} ; 2024-03-01 21:20:01,841 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 21:20:01,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,851 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:20:01,852 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:20:01,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:20:01,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:20:01,855 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:20:01,858 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:20:01,858 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 21:20:01,861 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 21:20:01,861 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:20:01,861 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:20:01,861 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7ad3c070) -- 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 = 6001405d37739f8947a42f3a37a81cc5 2024-03-01 21:20:01,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:20:01,867 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:01,868 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:20:01,871 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:01,871 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:20:01,874 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:01,874 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:20:01,877 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:01,877 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:20:01,879 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:20:01,880 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:20:01,880 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 21:20:01,916 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=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 21:20:01,917 INFO program/MainThread: stderr[9]: 2024-03-01 21:20:01,917 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:20:01,917 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:20:01,921 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d ; label: None ; device: /dev/sdc ; serial: 36001405d37739f8947a42f3a37a81cc5 ; exists: True ; vg_name: test_vg1 ; vg_uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:20:01,921 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:20:01,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:20:01,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:20:01,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:01,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:20:01,936 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:20:01,939 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:20:01,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx ; incomplete: True ; hidden: False ; 2024-03-01 21:20:01,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:01,944 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 21:20:01,983 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 21:20:01,983 INFO program/MainThread: stderr[10]: 2024-03-01 21:20:01,983 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:20:01,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:01,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj ; incomplete: False ; hidden: False ; 2024-03-01 21:20:01,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:01,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:20:02,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:20:02,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:20:02,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:20:02,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:20:02,007 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:20:02,010 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 21:20:02,011 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:20:02,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:20:02,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:20:02,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:20:02,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:20:02,020 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:20:02,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:20:02,023 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:20:02,026 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 21:20:02,027 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:20:02,027 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:20:02,027 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:20:02,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:20:02,030 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:20:02,033 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 21:20:02,033 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:20:02,038 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/3c1c7aa0-b1db-4432-85ec-60c34e85a515 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj', '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': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', 'ID_FS_UUID_ENC': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', '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': '611319502'} ; 2024-03-01 21:20:02,038 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:20:02,038 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:02,042 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:20:02,042 INFO program/MainThread: stderr[11]: 2024-03-01 21:20:02,042 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:20:02,042 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:02,044 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:20:02,045 INFO program/MainThread: stderr[12]: 2024-03-01 21:20:02,045 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:20:02,045 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:02,047 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:20:02,047 INFO program/MainThread: stderr[13]: 2024-03-01 21:20:02,047 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:20:02,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:20:02,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:02,057 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:20:02,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:02,058 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:20:02,054 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:20:02,059 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:02,061 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:20:02,061 INFO program/MainThread: stderr[14]: 2024-03-01 21:20:02,061 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:20:02,065 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:20:02,068 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,068 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:20:02,072 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,072 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:20:02,075 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,075 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:20:02,078 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,078 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:20:02,080 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:20:02,081 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:20:02,084 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:02,084 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:20:02,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:20:02,087 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:02,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:02,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:20:02,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:20:02,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:20:02,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:20:02,108 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:20:02,108 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:20:02,112 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 21:20:02,112 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:20:02,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:20:02,115 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:20:02,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:20:02,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:20:02,122 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:20:02,125 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:20:02,125 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:20:02,128 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 21:20:02,128 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:20:02,128 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:20:02,129 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:20:02,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:20:02,132 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:20:02,135 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 21:20:02,135 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:20:02,138 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-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1 ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/1a883a25-a5a7-4be5-b0a7-b7fd067da21f', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1', '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': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', 'ID_FS_UUID_ENC': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', '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': '610875853'} ; 2024-03-01 21:20:02,138 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:20:02,139 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:02,142 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:20:02,142 INFO program/MainThread: stderr[15]: 2024-03-01 21:20:02,142 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:20:02,142 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:02,144 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:20:02,145 INFO program/MainThread: stderr[16]: 2024-03-01 21:20:02,145 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:20:02,145 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:02,147 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:20:02,147 INFO program/MainThread: stderr[17]: 2024-03-01 21:20:02,147 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:20:02,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:20:02,157 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:02,158 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:02,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:02,159 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:02,154 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:02,159 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:02,162 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:20:02,162 INFO program/MainThread: stderr[18]: 2024-03-01 21:20:02,162 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:20:02,165 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:20:02,169 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,169 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:20:02,172 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,172 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:20:02,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,176 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:20:02,179 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:20:02,179 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:20:02,182 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:02,182 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:20:02,185 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:20:02,185 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:02,186 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:02,189 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014052b3dd2b4f375464ea1e7d66f1 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186 ' '/dev/disk/by-id/lvm-pv-uuid-i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK ' '/dev/disk/by-id/wwn-0x60014052b3dd2b4f375464ea1e7d66f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_2b3dd2b4-f375-464e-a1e7-d66f1f267186', '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': 'i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK', 'ID_FS_UUID_ENC': 'i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK', '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': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'ID_SERIAL': '360014052b3dd2b4f375464ea1e7d66f1', 'ID_SERIAL_SHORT': '60014052b3dd2b4f375464ea1e7d66f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052b3dd2b4f', 'ID_WWN_VENDOR_EXTENSION': '0x375464ea1e7d66f1', 'ID_WWN_WITH_EXTENSION': '0x60014052b3dd2b4f375464ea1e7d66f1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052b3dd2b4f375464ea1e7d66f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2b3dd2b4-f375-464e-a1e7-d66f1f267186', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368546635'} ; 2024-03-01 21:20:02,189 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 21:20:02,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,201 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:20:02,201 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:20:02,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:20:02,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:20:02,204 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:20:02,207 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:20:02,207 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 21:20:02,210 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 21:20:02,210 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:20:02,211 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:20:02,211 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7ad3b4c0) -- 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 = 60014052b3dd2b4f375464ea1e7d66f1 2024-03-01 21:20:02,214 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:20:02,217 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,217 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:20:02,220 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,220 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:20:02,223 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,223 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:20:02,226 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,226 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:20:02,229 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:20:02,229 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:20:02,229 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/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:20:02,262 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:20:02,263 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu. WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu (last written to /dev/sde). WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:20:02,263 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:20:02,263 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:20:02,267 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK ; label: None ; device: /dev/sdd ; serial: 360014052b3dd2b4f375464ea1e7d66f1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:20:02,268 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:20:02,270 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:20:02,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:02,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,282 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/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:20:02,313 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 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=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:20:02,313 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu. WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu (last written to /dev/sde). WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:20:02,313 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:20:02,314 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:20:02,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:20:02,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:20:02,321 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:20:02,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:20:02,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:20:02,325 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/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:20:02,364 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 21:20:02,365 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu. WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu (last written to /dev/sde). WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:20:02,365 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:20:02,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:20:02,370 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:20:02,372 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:20:02,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:20:02,378 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:20:02,378 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:02,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_73ec5180-6f8a-438f-b39e-b40b8f9dd79a ' '/dev/disk/by-id/wwn-0x600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-id/scsi-3600140573ec51806f8a438fb39eb40b8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/lvm-pv-uuid-JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu', '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': 'JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu', 'ID_FS_UUID_ENC': 'JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu', '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': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'ID_SERIAL': '3600140573ec51806f8a438fb39eb40b8', 'ID_SERIAL_SHORT': '600140573ec51806f8a438fb39eb40b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573ec51806', 'ID_WWN_VENDOR_EXTENSION': '0xf8a438fb39eb40b8', 'ID_WWN_WITH_EXTENSION': '0x600140573ec51806f8a438fb39eb40b8', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573ec51806f8a438fb39eb40b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73ec5180-6f8a-438f-b39e-b40b8f9dd79a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368804719'} ; 2024-03-01 21:20:02,382 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 21:20:02,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,393 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:20:02,394 INFO blivet/MainThread: sde is a disk 2024-03-01 21:20:02,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:20:02,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:20:02,397 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:20:02,399 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:20:02,400 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 21:20:02,402 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 21:20:02,403 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:20:02,403 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:20:02,403 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7adee0d0) -- 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 = 600140573ec51806f8a438fb39eb40b8 2024-03-01 21:20:02,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:20:02,409 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,409 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:20:02,412 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,413 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:20:02,416 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,416 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:20:02,419 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,419 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:20:02,422 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:20:02,422 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:20:02,422 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:02,463 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:20:02,464 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:20:02,464 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:20:02,464 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:20:02,468 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu ; label: None ; device: /dev/sde ; serial: 3600140573ec51806f8a438fb39eb40b8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:20:02,468 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:20:02,471 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:20:02,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:20:02,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:20:02,482 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:20:02,485 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:20:02,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:02,491 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:02,526 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 21:20:02,526 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S. WARNING: VG test_vg2 is missing PV obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S (last written to /dev/sdf). 2024-03-01 21:20:02,527 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:20:02,527 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:20:02,527 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:02,531 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051b783d0470344591bb65cb811 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1b783d04-7034-4591-bb65-cb8117917ac0 ' '/dev/disk/by-id/wwn-0x60014051b783d0470344591bb65cb811 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/lvm-pv-uuid-obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S', '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': 'obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S', 'ID_FS_UUID_ENC': 'obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S', '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': '1b783d04-7034-4591-bb65-cb8117917ac0', 'ID_SERIAL': '360014051b783d0470344591bb65cb811', 'ID_SERIAL_SHORT': '60014051b783d0470344591bb65cb811', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b783d047', 'ID_WWN_VENDOR_EXTENSION': '0x0344591bb65cb811', 'ID_WWN_WITH_EXTENSION': '0x60014051b783d0470344591bb65cb811', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b783d0470344591bb65cb811', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b783d04-7034-4591-bb65-cb8117917ac0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368569832'} ; 2024-03-01 21:20:02,532 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 21:20:02,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,543 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:20:02,544 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:20:02,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:20:02,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:20:02,547 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:20:02,550 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:20:02,550 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:20:02,553 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:20:02,553 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:20:02,554 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:20:02,554 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7adee070) -- 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 = 60014051b783d0470344591bb65cb811 2024-03-01 21:20:02,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:20:02,560 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,560 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:20:02,563 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,563 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:20:02,566 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,566 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:20:02,569 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,569 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:20:02,572 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:20:02,572 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:20:02,572 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:02,606 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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 21:20:02,606 INFO program/MainThread: stderr[24]: 2024-03-01 21:20:02,607 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:20:02,607 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:20:02,611 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S ; label: None ; device: /dev/sdf ; serial: 360014051b783d0470344591bb65cb811 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:20:02,611 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:20:02,614 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:20:02,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:02,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:20:02,626 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:20:02,628 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:20:02,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:02,634 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:02,670 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 21:20:02,671 INFO program/MainThread: stderr[25]: 2024-03-01 21:20:02,671 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:20:02,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:02,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:20:02,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:20:02,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:20:02,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:20:02,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:20:02,694 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:20:02,697 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 21:20:02,698 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:20:02,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:20:02,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:20:02,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:20:02,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:20:02,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:20:02,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:20:02,710 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:20:02,714 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 21:20:02,714 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:20:02,714 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:20:02,714 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:20:02,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:20:02,717 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:20:02,720 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 21:20:02,721 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:20:02,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq ' '/dev/disk/by-uuid/1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq', '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': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', 'ID_FS_UUID_ENC': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', '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': '609210932'} ; 2024-03-01 21:20:02,724 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:20:02,724 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:02,728 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:20:02,728 INFO program/MainThread: stderr[26]: 2024-03-01 21:20:02,728 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:20:02,728 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:02,731 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:20:02,731 INFO program/MainThread: stderr[27]: 2024-03-01 21:20:02,731 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:20:02,731 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:02,734 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:20:02,734 INFO program/MainThread: stderr[28]: 2024-03-01 21:20:02,734 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:20:02,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:20:02,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:02,744 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:20:02,744 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:02,745 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:20:02,741 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:02,745 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:02,748 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:20:02,748 INFO program/MainThread: stderr[29]: 2024-03-01 21:20:02,748 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:20:02,752 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:20:02,755 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,755 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:20:02,758 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,758 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:20:02,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,762 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:20:02,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:20:02,765 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:20:02,769 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:02,769 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:20:02,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:20:02,772 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:02,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:02,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:20:02,787 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:20:02,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:20:02,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:20:02,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:20:02,793 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:20:02,796 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 21:20:02,797 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:20:02,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:20:02,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:20:02,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:20:02,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:20:02,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:20:02,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:20:02,810 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:20:02,813 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 21:20:02,813 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:20:02,813 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:20:02,813 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:20:02,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:20:02,816 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:20:02,819 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 21:20:02,820 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:20:02,823 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/e2650876-70e9-4c30-a56c-3fa65c65d01c ' '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a', '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': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', 'ID_FS_UUID_ENC': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', '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': '608726914'} ; 2024-03-01 21:20:02,823 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:20:02,823 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:02,827 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:20:02,827 INFO program/MainThread: stderr[30]: 2024-03-01 21:20:02,827 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:20:02,827 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:02,830 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:20:02,830 INFO program/MainThread: stderr[31]: 2024-03-01 21:20:02,830 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:20:02,830 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:02,832 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:20:02,833 INFO program/MainThread: stderr[32]: 2024-03-01 21:20:02,833 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:20:02,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:20:02,842 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:02,843 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:02,843 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:02,844 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:02,840 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:02,845 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:02,847 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:20:02,847 INFO program/MainThread: stderr[33]: 2024-03-01 21:20:02,847 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:20:02,851 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:20:02,854 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,855 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:20:02,858 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,858 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:20:02,861 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,861 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:20:02,864 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,864 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:20:02,865 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:20:02,867 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:02,868 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:20:02,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:20:02,871 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:02,871 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:02,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-id/lvm-pv-uuid-XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe ' '/dev/disk/by-id/wwn-0x60014057f8692c11b8f490ea601ecfbe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7f8692c1-1b8f-490e-a601-ecfbee1c7d58', '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': 'XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe', 'ID_FS_UUID_ENC': 'XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe', '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': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'ID_SERIAL': '360014057f8692c11b8f490ea601ecfbe', 'ID_SERIAL_SHORT': '60014057f8692c11b8f490ea601ecfbe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f8692c11', 'ID_WWN_VENDOR_EXTENSION': '0xb8f490ea601ecfbe', 'ID_WWN_WITH_EXTENSION': '0x60014057f8692c11b8f490ea601ecfbe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f8692c11b8f490ea601ecfbe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f8692c1-1b8f-490e-a601-ecfbee1c7d58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368753602'} ; 2024-03-01 21:20:02,874 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 21:20:02,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,886 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:20:02,886 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:20:02,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:20:02,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:20:02,889 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:20:02,892 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:20:02,892 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 21:20:02,895 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 21:20:02,896 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:20:02,896 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:20:02,896 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7ad3b160) -- 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 = 60014057f8692c11b8f490ea601ecfbe 2024-03-01 21:20:02,899 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:20:02,902 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:02,902 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:20:02,905 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:02,905 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:20:02,908 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,908 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:20:02,911 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:02,911 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:20:02,914 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:20:02,914 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:20:02,914 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:02,957 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:20:02,957 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h. WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:02,958 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:20:02,958 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:20:02,962 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe ; label: None ; device: /dev/sdg ; serial: 360014057f8692c11b8f490ea601ecfbe ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:20:02,962 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:20:02,965 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:20:02,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:02,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:02,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:02,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:02,977 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,012 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 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=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:20:03,013 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h. WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:03,013 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:20:03,013 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:20:03,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:20:03,018 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:20:03,021 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:20:03,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:20:03,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:20:03,024 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,066 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:20:03,067 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h. WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:03,067 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:20:03,071 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:20:03,072 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:20:03,074 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:20:03,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,080 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:20:03,080 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:03,084 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-360014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/wwn-0x60014056ba7f1792b774614912d2c7a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435 ' '/dev/disk/by-id/lvm-pv-uuid-AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h', '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': 'AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h', 'ID_FS_UUID_ENC': 'AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h', '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': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'ID_SERIAL': '360014056ba7f1792b774614912d2c7a9', 'ID_SERIAL_SHORT': '60014056ba7f1792b774614912d2c7a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056ba7f1792', 'ID_WWN_VENDOR_EXTENSION': '0xb774614912d2c7a9', 'ID_WWN_WITH_EXTENSION': '0x60014056ba7f1792b774614912d2c7a9', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056ba7f1792b774614912d2c7a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6ba7f179-2b77-4614-912d-2c7a96e88435', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368944524'} ; 2024-03-01 21:20:03,084 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 21:20:03,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:20:03,096 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:20:03,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:20:03,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:20:03,099 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:20:03,102 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:20:03,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 21:20:03,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 21:20:03,105 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:20:03,106 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:20:03,106 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7adee5b0) -- 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 = 60014056ba7f1792b774614912d2c7a9 2024-03-01 21:20:03,109 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:20:03,112 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,112 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:20:03,115 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,115 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:20:03,118 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,118 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:20:03,121 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,121 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:20:03,124 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:20:03,124 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:20:03,124 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,158 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:20:03,158 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:03,158 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:20:03,159 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:20:03,163 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h ; label: None ; device: /dev/sdh ; serial: 360014056ba7f1792b774614912d2c7a9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; 2024-03-01 21:20:03,163 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:20:03,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:20:03,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,174 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:20:03,177 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:20:03,180 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:20:03,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,186 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,220 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:20:03,220 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h. WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:03,221 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:20:03,221 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:20:03,221 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:03,225 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-id/lvm-pv-uuid-dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x60014056fdcb9086e8649448aa3b4dcb ' '/dev/disk/by-id/scsi-360014056fdcb9086e8649448aa3b4dcb', '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': 'dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h', 'ID_FS_UUID_ENC': 'dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h', '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': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'ID_SERIAL': '360014056fdcb9086e8649448aa3b4dcb', 'ID_SERIAL_SHORT': '60014056fdcb9086e8649448aa3b4dcb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056fdcb9086', 'ID_WWN_VENDOR_EXTENSION': '0xe8649448aa3b4dcb', 'ID_WWN_WITH_EXTENSION': '0x60014056fdcb9086e8649448aa3b4dcb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056fdcb9086e8649448aa3b4dcb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6fdcb908-6e86-4944-8aa3-b4dcb872ecf8', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368735170'} ; 2024-03-01 21:20:03,226 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 21:20:03,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,237 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:20:03,238 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:20:03,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:20:03,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:20:03,241 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:20:03,244 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:20:03,244 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 21:20:03,247 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 21:20:03,248 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:20:03,248 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:20:03,248 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7acf4040) -- 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 = 60014056fdcb9086e8649448aa3b4dcb 2024-03-01 21:20:03,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:20:03,254 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,254 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:20:03,257 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,257 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:20:03,260 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,260 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:20:03,263 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,263 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:20:03,266 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:20:03,266 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:20:03,266 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,307 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:20:03,308 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:03,308 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:20:03,308 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:20:03,312 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h ; label: None ; device: /dev/sdi ; serial: 360014056fdcb9086e8649448aa3b4dcb ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; 2024-03-01 21:20:03,312 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:20:03,316 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:20:03,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:20:03,327 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:20:03,330 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:20:03,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,336 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,369 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:20:03,370 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk. WARNING: VG test_vg3 is missing PV CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk (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 21:20:03,370 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:20:03,370 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:20:03,370 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:03,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/dev/disk/by-id/lvm-pv-uuid-CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk ' '/dev/disk/by-id/scsi-36001405281483cd3d8a4a61a98e3279a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_281483cd-3d8a-4a61-a98e-3279a9fe0f74 ' '/dev/disk/by-id/wwn-0x6001405281483cd3d8a4a61a98e3279a ' '/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': 'CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk', 'ID_FS_UUID_ENC': 'CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk', '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': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'ID_SERIAL': '36001405281483cd3d8a4a61a98e3279a', 'ID_SERIAL_SHORT': '6001405281483cd3d8a4a61a98e3279a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405281483cd3', 'ID_WWN_VENDOR_EXTENSION': '0xd8a4a61a98e3279a', 'ID_WWN_WITH_EXTENSION': '0x6001405281483cd3d8a4a61a98e3279a', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405281483cd3d8a4a61a98e3279a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e10194936,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '281483cd-3d8a-4a61-a98e-3279a9fe0f74', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e10194936', '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': '368863916'} ; 2024-03-01 21:20:03,375 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 21:20:03,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,387 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:20:03,387 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:20:03,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:20:03,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:20:03,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:20:03,393 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:20:03,393 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 21:20:03,396 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 21:20:03,397 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:20:03,397 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:20:03,397 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7acf5d60) -- 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 = 6001405281483cd3d8a4a61a98e3279a 2024-03-01 21:20:03,400 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:20:03,403 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,403 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:20:03,406 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,406 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:20:03,409 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,409 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:20:03,412 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,413 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:20:03,415 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:20:03,415 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:20:03,415 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,454 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=fIEhmf-eloY-sVdE-HUlb-GEIg-alSQ-Jzjtcv LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=X3DrUc-Ewld-USxe-ifhC-ZiqN-ZhyB-H8kGUe LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Sq2vK1-5FMu-b38t-yaTz-bkGx-nuDU-2Uu32d LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=i8V1wu-9dmk-R7hi-MEh2-nGgC-5AB4-WVUeVK LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=JomFuz-QQgY-AcPD-RPr5-3VQM-czhW-cSiuJu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=obhZtR-O4aD-bXw3-gjz4-CysL-zCyv-YhH89S LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 LVM2_VG_SIZE=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=XSNiCL-efoS-jbBj-VfWz-erWX-K0lw-ZX9QDe LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=AaBOwf-NSlP-0GwQ-417w-T19A-CuEM-yLfL7h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=dxFCQD-MX8k-Rw8l-YmQ0-rJTQ-jjOB-G4L03h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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=CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq 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 21:20:03,455 INFO program/MainThread: stderr[41]: 2024-03-01 21:20:03,455 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:20:03,455 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:20:03,459 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CGlY5O-uUoc-QVrC-M74u-9QD2-vdtM-9iutfk ; label: None ; device: /dev/sdj ; serial: 36001405281483cd3d8a4a61a98e3279a ; exists: True ; vg_name: test_vg3 ; vg_uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:20:03,459 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:20:03,462 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:20:03,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:20:03,474 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:20:03,477 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:20:03,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq ; incomplete: True ; hidden: False ; 2024-03-01 21:20:03,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:03,483 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:03,520 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq 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=FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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=0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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=XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 21:20:03,521 INFO program/MainThread: stderr[42]: 2024-03-01 21:20:03,521 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:20:03,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:03,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:20:03,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:20:03,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:20:03,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:20:03,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:20:03,544 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:20:03,548 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 21:20:03,548 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:20:03,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:20:03,551 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:20:03,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:20:03,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:20:03,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:20:03,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:20:03,561 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:20:03,564 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 21:20:03,564 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:20:03,564 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:20:03,564 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:20:03,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:20:03,567 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:20:03,570 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 21:20:03,571 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:20:03,574 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/52e56112-6f0e-4d09-9e72-38c0b4d80d6a ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp', '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': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', 'ID_FS_UUID_ENC': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', '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': '606909096'} ; 2024-03-01 21:20:03,574 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:20:03,574 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:03,578 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:20:03,579 INFO program/MainThread: stderr[43]: 2024-03-01 21:20:03,579 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:20:03,579 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:03,581 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:20:03,581 INFO program/MainThread: stderr[44]: 2024-03-01 21:20:03,581 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:20:03,582 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:03,584 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:20:03,584 INFO program/MainThread: stderr[45]: 2024-03-01 21:20:03,584 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:20:03,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:20:03,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,596 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:20:03,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,597 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:20:03,593 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:03,597 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:03,600 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:20:03,600 INFO program/MainThread: stderr[46]: 2024-03-01 21:20:03,600 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:20:03,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:20:03,607 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,607 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:20:03,610 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,611 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:20:03,614 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,614 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:20:03,617 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,617 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:20:03,617 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:20:03,620 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:03,620 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:20:03,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:20:03,623 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:03,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:03,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:20:03,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:20:03,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:20:03,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:20:03,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:20:03,656 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:20:03,660 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 21:20:03,660 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:20:03,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:20:03,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:20:03,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:20:03,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:20:03,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:20:03,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:20:03,673 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:20:03,676 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 21:20:03,676 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:20:03,676 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:20:03,677 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:20:03,679 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:20:03,680 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:20:03,683 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 21:20:03,683 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:20:03,686 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-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5 ' '/dev/disk/by-uuid/3e00081d-c753-4e9b-a82f-74c610ebe2ea ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5', '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': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', 'ID_FS_UUID_ENC': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', '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': '605802929'} ; 2024-03-01 21:20:03,686 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:20:03,687 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:03,690 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:20:03,690 INFO program/MainThread: stderr[47]: 2024-03-01 21:20:03,690 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:20:03,690 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:03,693 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:20:03,693 INFO program/MainThread: stderr[48]: 2024-03-01 21:20:03,693 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:20:03,693 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:03,696 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:20:03,696 INFO program/MainThread: stderr[49]: 2024-03-01 21:20:03,696 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:20:03,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:20:03,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,707 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:20:03,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,708 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:20:03,704 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- name = test_vg3 status = True 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:03,709 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:03,711 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:20:03,711 INFO program/MainThread: stderr[50]: 2024-03-01 21:20:03,711 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:20:03,715 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:20:03,718 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,718 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:20:03,721 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,722 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:20:03,725 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,725 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:20:03,728 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:20:03,728 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:20:03,731 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:03,731 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:20:03,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:20:03,735 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:03,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:03,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:20:03,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:20:03,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:20:03,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:20:03,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:20:03,756 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:20:03,759 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 21:20:03,760 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:20:03,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:20:03,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:20:03,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:20:03,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:20:03,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:20:03,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:20:03,773 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:20:03,776 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 21:20:03,776 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:20:03,777 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:20:03,777 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:20:03,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:20:03,780 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:20:03,783 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 21:20:03,783 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:20:03,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/12647267-1d7c-4a40-8e02-a275d343c31f ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B', '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': '12647267-1d7c-4a40-8e02-a275d343c31f', 'ID_FS_UUID_ENC': '12647267-1d7c-4a40-8e02-a275d343c31f', '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': '604819260'} ; 2024-03-01 21:20:03,787 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:20:03,787 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:03,790 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:20:03,790 INFO program/MainThread: stderr[51]: 2024-03-01 21:20:03,791 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:20:03,791 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:03,793 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:20:03,793 INFO program/MainThread: stderr[52]: 2024-03-01 21:20:03,793 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:20:03,793 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:03,796 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:20:03,796 INFO program/MainThread: stderr[53]: 2024-03-01 21:20:03,796 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:20:03,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:20:03,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,807 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:20:03,808 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,809 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:20:03,804 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:03,809 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:03,812 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:20:03,812 INFO program/MainThread: stderr[54]: 2024-03-01 21:20:03,812 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:20:03,816 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:20:03,819 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,819 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:20:03,822 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,822 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:20:03,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:20:03,829 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,829 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:20:03,829 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:20:03,832 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:03,832 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:20:03,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:20:03,836 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:03,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:20:03,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:20:03,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:20:03,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:20:03,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:20:03,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:20:03,857 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:20:03,860 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 21:20:03,861 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:20:03,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:20:03,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:20:03,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:20:03,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:20:03,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:20:03,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:20:03,874 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:20:03,877 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 21:20:03,877 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:20:03,877 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:20:03,878 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:20:03,880 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:20:03,881 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:20:03,883 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 21:20:03,884 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:20:03,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/24b16d09-b69c-457f-94d8-3eeb25714852 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE', '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': '24b16d09-b69c-457f-94d8-3eeb25714852', 'ID_FS_UUID_ENC': '24b16d09-b69c-457f-94d8-3eeb25714852', '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': '604316510'} ; 2024-03-01 21:20:03,887 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:20:03,888 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:03,891 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:20:03,891 INFO program/MainThread: stderr[55]: 2024-03-01 21:20:03,892 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:20:03,892 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:03,894 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:20:03,894 INFO program/MainThread: stderr[56]: 2024-03-01 21:20:03,894 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:20:03,894 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:03,897 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:20:03,897 INFO program/MainThread: stderr[57]: 2024-03-01 21:20:03,897 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:20:03,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:20:03,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:03,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:03,910 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:03,905 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:03,911 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:03,913 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:20:03,914 INFO program/MainThread: stderr[58]: 2024-03-01 21:20:03,914 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:20:03,917 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:20:03,921 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,921 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:20:03,924 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,924 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:20:03,927 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,927 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:20:03,930 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,930 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:20:03,931 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:20:03,934 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:03,934 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:20:03,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:20:03,937 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:03,937 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:20:03,940 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': '21075718'} ; 2024-03-01 21:20:03,940 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:20:03,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:20:03,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:03,951 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:20:03,951 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:20:03,952 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:20:03,952 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:20:03,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:20:03,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:20:03,955 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:20:03,957 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:20:03,958 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:20:03,960 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:20:03,961 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:20:03,961 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:20:03,961 INFO blivet/MainThread: got device: DiskDevice instance (0x7fad7acdf4c0) -- 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 21:20:03,964 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:20:03,967 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:03,967 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:20:03,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:03,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:20:03,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:20:03,976 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:03,976 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:20:03,979 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:20:03,982 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:20:03,985 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:20:03,992 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 0x7fad7d5bddc0> 2024-03-01 21:20:04,035 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:20:04,039 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:20:04,039 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:20:04,043 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': '21078937'} ; 2024-03-01 21:20:04,043 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:20:04,043 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:20:04,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,053 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:20:04,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:04,073 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:04,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:20:04,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:20:04,100 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:20:04,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:20:04,103 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:20:04,106 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:20:04,106 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:20:04,109 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:20:04,109 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:20:04,109 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:20:04,112 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:20:04,115 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:20:04,118 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:20:04,120 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:20:04,123 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:20:04,124 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:20:04,124 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:20:04,125 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:20:04,124 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fad7ace7ee0) -- 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 0x7fad7ad0b9f0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:20:04,128 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:20:04,131 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:20:04,131 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:20:04,134 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:20:04,134 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:20:04,137 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:04,137 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:20:04,140 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:20:04,140 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:20:04,140 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:20:04,143 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:20:04,143 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:20:04,146 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:20:04,146 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:20:04,149 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/24b16d09-b69c-457f-94d8-3eeb25714852 ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqXMmCj37z49XfddrfLHzkqYqKKy0oLQOE', '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': '24b16d09-b69c-457f-94d8-3eeb25714852', 'ID_FS_UUID_ENC': '24b16d09-b69c-457f-94d8-3eeb25714852', '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': '604316510'} ; 2024-03-01 21:20:04,149 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:20:04,149 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:04,153 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:20:04,153 INFO program/MainThread: stderr[59]: 2024-03-01 21:20:04,153 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:20:04,153 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:04,155 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:20:04,156 INFO program/MainThread: stderr[60]: 2024-03-01 21:20:04,156 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:20:04,156 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:04,158 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:20:04,158 INFO program/MainThread: stderr[61]: 2024-03-01 21:20:04,158 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:20:04,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:20:04,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,170 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,172 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,167 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:04,173 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:20:04,175 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:20:04,175 INFO program/MainThread: stderr[62]: 2024-03-01 21:20:04,175 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:20:04,179 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:20:04,179 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:20:04,182 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/test_vg3/lv7 ' '/dev/disk/by-uuid/12647267-1d7c-4a40-8e02-a275d343c31f ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAq0Wfq0uG6UwFHOakfRYpkwR2JpKa2FE3B', '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': '12647267-1d7c-4a40-8e02-a275d343c31f', 'ID_FS_UUID_ENC': '12647267-1d7c-4a40-8e02-a275d343c31f', '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': '604819260'} ; 2024-03-01 21:20:04,182 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:20:04,182 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:04,185 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:20:04,185 INFO program/MainThread: stderr[63]: 2024-03-01 21:20:04,185 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:20:04,185 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:04,187 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:20:04,187 INFO program/MainThread: stderr[64]: 2024-03-01 21:20:04,188 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:20:04,188 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:04,190 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:20:04,190 INFO program/MainThread: stderr[65]: 2024-03-01 21:20:04,190 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:20:04,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:20:04,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,202 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,203 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,198 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:04,204 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:20:04,206 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:20:04,207 INFO program/MainThread: stderr[66]: 2024-03-01 21:20:04,207 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:20:04,210 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:20:04,210 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:20:04,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/3e00081d-c753-4e9b-a82f-74c610ebe2ea ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqb06iNkl834vqCcUhRD0eNr5suj7Udfb5', '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': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', 'ID_FS_UUID_ENC': '3e00081d-c753-4e9b-a82f-74c610ebe2ea', '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': '605802929'} ; 2024-03-01 21:20:04,213 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:20:04,214 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:04,216 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:20:04,216 INFO program/MainThread: stderr[67]: 2024-03-01 21:20:04,216 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:20:04,216 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:04,219 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:20:04,219 INFO program/MainThread: stderr[68]: 2024-03-01 21:20:04,219 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:20:04,219 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:04,221 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:20:04,222 INFO program/MainThread: stderr[69]: 2024-03-01 21:20:04,222 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:20:04,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:20:04,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,233 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,234 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,229 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:04,235 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:20:04,237 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:20:04,238 INFO program/MainThread: stderr[70]: 2024-03-01 21:20:04,238 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:20:04,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:20:04,241 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:20:04,244 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-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/52e56112-6f0e-4d09-9e72-38c0b4d80d6a', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-eIicSEEE9yCHyjypcSMtpKViJ0kzRYAqZE0g8zxXS1cYwfq4q1ZexeJfDBKIGJtp', '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': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', 'ID_FS_UUID_ENC': '52e56112-6f0e-4d09-9e72-38c0b4d80d6a', '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': '606909096'} ; 2024-03-01 21:20:04,244 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:20:04,244 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:04,247 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:20:04,247 INFO program/MainThread: stderr[71]: 2024-03-01 21:20:04,247 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:20:04,247 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:04,250 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:20:04,250 INFO program/MainThread: stderr[72]: 2024-03-01 21:20:04,250 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:20:04,250 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:04,252 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:20:04,252 INFO program/MainThread: stderr[73]: 2024-03-01 21:20:04,252 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:20:04,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,260 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 21:20:04,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,264 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:04,265 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:04,260 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:04,266 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:20:04,268 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:20:04,269 INFO program/MainThread: stderr[74]: 2024-03-01 21:20:04,269 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:20:04,272 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:20:04,272 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:20:04,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/e2650876-70e9-4c30-a56c-3fa65c65d01c ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0FpMkcCxxHXcLwB8pgcOC2gaLwLEEeb5a', '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': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', 'ID_FS_UUID_ENC': 'e2650876-70e9-4c30-a56c-3fa65c65d01c', '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': '608726914'} ; 2024-03-01 21:20:04,275 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:20:04,276 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:04,278 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:20:04,278 INFO program/MainThread: stderr[75]: 2024-03-01 21:20:04,278 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:20:04,278 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:04,281 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:20:04,281 INFO program/MainThread: stderr[76]: 2024-03-01 21:20:04,281 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:20:04,281 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:04,283 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:20:04,284 INFO program/MainThread: stderr[77]: 2024-03-01 21:20:04,284 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:20:04,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:20:04,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,294 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,295 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,291 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,296 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:20:04,298 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:20:04,298 INFO program/MainThread: stderr[78]: 2024-03-01 21:20:04,298 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:20:04,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:20:04,302 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:20:04,305 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-4aj7ofG80ZTXxDTnq401WGL3XazXfOm0AXgejjwbRLGkCS5Rnb5iuqpGakZ6ufbq', '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': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', 'ID_FS_UUID_ENC': '1ad7bbdd-26a5-4ed9-89f8-b3d50c927a71', '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': '609210932'} ; 2024-03-01 21:20:04,305 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:20:04,305 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:04,307 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:20:04,308 INFO program/MainThread: stderr[79]: 2024-03-01 21:20:04,308 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:20:04,308 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:04,310 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:20:04,310 INFO program/MainThread: stderr[80]: 2024-03-01 21:20:04,310 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:20:04,311 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:04,313 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:20:04,313 INFO program/MainThread: stderr[81]: 2024-03-01 21:20:04,313 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:20:04,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:20:04,323 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,324 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,324 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,325 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,321 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,325 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:20:04,327 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:20:04,328 INFO program/MainThread: stderr[82]: 2024-03-01 21:20:04,328 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:20:04,331 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:20:04,331 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:20:04,334 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-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/1a883a25-a5a7-4be5-b0a7-b7fd067da21f', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxpUWS1KhbJlC5270IwPBo2a2ChoqaMcE1', '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': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', 'ID_FS_UUID_ENC': '1a883a25-a5a7-4be5-b0a7-b7fd067da21f', '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': '610875853'} ; 2024-03-01 21:20:04,334 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:20:04,335 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:04,337 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:20:04,337 INFO program/MainThread: stderr[83]: 2024-03-01 21:20:04,337 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:20:04,337 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:04,340 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:20:04,340 INFO program/MainThread: stderr[84]: 2024-03-01 21:20:04,340 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:20:04,340 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:04,342 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:20:04,343 INFO program/MainThread: stderr[85]: 2024-03-01 21:20:04,343 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:20:04,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,349 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 21:20:04,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,353 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,354 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,350 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,354 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:20:04,357 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:20:04,357 INFO program/MainThread: stderr[86]: 2024-03-01 21:20:04,357 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:20:04,360 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:20:04,360 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:20:04,363 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/3c1c7aa0-b1db-4432-85ec-60c34e85a515 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MesuV7lVRdMXUERQmGBStlXrktou6kwxi7jcd2GJ2ZBDm5ruhcvSt7G4NgsGDDcj', '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': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', 'ID_FS_UUID_ENC': '3c1c7aa0-b1db-4432-85ec-60c34e85a515', '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': '611319502'} ; 2024-03-01 21:20:04,363 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:20:04,364 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:04,366 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:20:04,366 INFO program/MainThread: stderr[87]: 2024-03-01 21:20:04,366 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:20:04,366 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:04,369 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:20:04,369 INFO program/MainThread: stderr[88]: 2024-03-01 21:20:04,369 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:20:04,369 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:04,371 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:20:04,372 INFO program/MainThread: stderr[89]: 2024-03-01 21:20:04,372 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:20:04,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:20:04,381 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,382 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,382 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,383 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,379 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,383 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:20:04,386 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:20:04,386 INFO program/MainThread: stderr[90]: 2024-03-01 21:20:04,386 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:20:04,390 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:20:04,390 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:20:04,390 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:04,399 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:04,417 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:20:04,418 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:20:04,421 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 21:20:04,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,427 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 21:20:04,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:20:04,430 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:20:04,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:20:04,441 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:20:04,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,449 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 21:20:04,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:20:04,452 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:20:04,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:20:04,463 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:20:04,465 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 21:20:04,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,470 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 21:20:04,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:20:04,473 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 21:20:04,476 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 21:20:04,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:20:04,481 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 21:20:04,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:20:04,484 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:20:04,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,491 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:20:04,491 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,492 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,492 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,492 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,493 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,493 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,494 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,494 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,494 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,495 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,495 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,496 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:20:04,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:20:04,501 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:20:04,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:20:04,506 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:20:04,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:20:04,511 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:20:04,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:20:04,517 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:20:04,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,520 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,520 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,521 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,523 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,524 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,525 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,529 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,532 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,532 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,533 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,536 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,537 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,540 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,541 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,545 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,546 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,548 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,549 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,549 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,550 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,553 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,553 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,554 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,557 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,558 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,560 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,561 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,561 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,562 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,564 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,565 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,566 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,568 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,569 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,570 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,573 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,573 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,574 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,574 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,577 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,577 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,578 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,578 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,581 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,582 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,585 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,586 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,589 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,590 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,591 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,593 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,594 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,594 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,595 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,598 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,599 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,601 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,602 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,602 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,603 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,606 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,606 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,607 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,610 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,610 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,611 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,613 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,614 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,614 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,615 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,611 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,618 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,618 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,619 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,622 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,623 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,626 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,627 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,630 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,631 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,634 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,635 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,638 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,639 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,642 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,642 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,643 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,647 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,647 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:20:04,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i7jcd2-GJ2Z-BDm5-ruhc-vSt7-G4Ng-sGDDcj 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,648 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:20:04,651 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 21:20:04,651 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,651 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:20:04,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:20:04,655 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:04,655 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:20:04,659 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:20:04,659 INFO program/MainThread: stderr[91]: 2024-03-01 21:20:04,659 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:20:04,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:20:04,664 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:20:04,664 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:04,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,669 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 21:20:04,669 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:20:04,671 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,672 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,673 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,676 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,677 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,679 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,680 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,683 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,684 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,686 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,687 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,687 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,684 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,690 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,691 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,688 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,694 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,695 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,697 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,698 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,701 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,702 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,705 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,705 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,708 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,708 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,708 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,709 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,712 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,713 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,715 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,716 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,719 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,723 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,723 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,726 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,727 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,729 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,730 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,733 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,734 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,737 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,738 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,740 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,740 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,741 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,744 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,745 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,748 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,748 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,751 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,752 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,755 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,756 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,758 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,759 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,762 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,763 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,765 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,766 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,769 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,770 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,772 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,773 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,773 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,770 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,776 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,777 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,779 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,780 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,781 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,783 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:20:04,784 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:20:04,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3c4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pUWS1K-hbJl-C527-0IwP-Bo2a-2Cho-qaMcE1 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 (0x7fad7adee760) -- 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 = MesuV7-lVRd-MXUE-RQmG-BStl-Xrkt-ou6kwx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:20:04,785 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:20:04,788 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 21:20:04,788 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:20:04,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:20:04,791 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:04,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:20:04,794 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:20:04,794 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:04,795 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 21:20:04,795 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:20:04,797 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:20:04,797 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,800 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:20:04,803 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:20:04,806 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:20:04,806 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:20:04,806 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:20:04,806 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:20:04,806 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:20:04,808 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:04,808 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:20:04,811 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:20:04,812 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:20:04,812 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:20:04,812 DEBUG blivet/MainThread: removing sda 2024-03-01 21:20:04,814 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:04,814 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:20:04,817 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:20:04,817 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:20:04,817 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:20:04,817 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:20:04,820 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:04,820 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:20:04,823 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:20:04,823 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:20:04,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,828 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:20:04,828 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,829 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,829 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,829 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,830 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,830 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,830 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,831 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,831 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,831 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,832 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,832 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:20:04,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:20:04,837 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:20:04,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:20:04,842 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:20:04,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:20:04,848 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:20:04,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:20:04,853 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:20:04,856 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,856 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,857 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,857 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,860 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,860 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,861 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,861 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,864 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,864 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,865 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,865 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,868 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,868 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,869 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,869 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,872 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,873 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,873 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,877 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,877 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,878 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,881 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,881 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,882 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,885 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,885 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,886 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,889 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,889 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,890 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,893 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,893 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,894 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,897 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,897 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,898 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,901 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,902 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,905 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,905 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,906 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,909 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,909 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,910 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,913 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,913 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,914 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,917 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,917 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,918 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,921 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,921 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,922 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,918 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,925 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,925 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,926 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,929 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,929 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,930 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,933 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,933 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,934 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,937 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,937 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,938 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,938 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,941 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,941 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,942 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,942 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,945 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,946 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,946 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,949 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,950 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,947 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,953 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,954 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,957 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,957 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,958 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,958 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,961 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,961 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,962 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,962 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,965 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,966 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,966 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,967 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,969 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,970 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,970 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,971 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,973 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,974 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,975 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,977 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,978 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,979 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,982 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:04,983 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:20:04,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = AXgejj-wbRL-GkCS-5Rnb-5iuq-pGak-Z6ufbq size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:04,983 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:20:04,986 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 21:20:04,986 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:04,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:20:04,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:20:04,990 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:04,993 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:20:04,993 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:20:04,993 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:04,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:04,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:20:04,999 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:20:05,001 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,002 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,002 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,002 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:04,999 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,005 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,006 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,006 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,008 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,009 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,009 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,010 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,012 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,012 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,013 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,015 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,016 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,016 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,017 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,019 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,019 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,020 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,020 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,022 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,023 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,023 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,024 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,021 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,026 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,026 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,027 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,027 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,029 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,030 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,031 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,033 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,033 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,034 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,034 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,036 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,037 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,037 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,038 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,040 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,041 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,041 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,041 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,044 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,044 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,044 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,045 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,047 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,048 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,048 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,048 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,051 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,052 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,054 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,055 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,055 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,056 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,058 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,058 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,059 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,059 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,061 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,062 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,063 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,065 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,065 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,066 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,068 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,069 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,070 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,072 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,072 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,073 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,075 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,076 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,076 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,077 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,079 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,079 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,080 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,083 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,083 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,084 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,086 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,087 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,087 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,090 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,091 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,093 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,094 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,096 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,097 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,097 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,098 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,101 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,101 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,104 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,105 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,107 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,108 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,108 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,111 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,111 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,111 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:20:05,112 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:20:05,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acdf9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FpMkcC-xxHX-cLwB-8pgc-OC2g-aLwL-EEeb5a 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 (0x7fad7ad56b50) -- 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 = 4aj7of-G80Z-TXxD-Tnq4-01WG-L3Xa-zXfOm0 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:20:05,112 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:20:05,115 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 21:20:05,115 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:20:05,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:20:05,119 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:05,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:20:05,122 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:20:05,122 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:05,122 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 21:20:05,122 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:20:05,124 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:20:05,125 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,128 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:20:05,130 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:20:05,133 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:20:05,133 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:20:05,133 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:20:05,133 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:20:05,133 DEBUG blivet/MainThread: removing sde 2024-03-01 21:20:05,136 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,136 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:20:05,138 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,138 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:20:05,139 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:20:05,139 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:20:05,141 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,141 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:20:05,144 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,144 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:20:05,144 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:20:05,144 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:20:05,147 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,147 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:20:05,149 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,149 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:20:05,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,155 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:20:05,155 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,156 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,156 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,156 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,157 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,157 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,158 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,158 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,158 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,159 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,159 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,160 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:20:05,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:20:05,165 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:20:05,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:20:05,170 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:20:05,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:20:05,175 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:20:05,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:20:05,180 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:20:05,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,185 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 21:20:05,185 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:20:05,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,189 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,190 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,194 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,194 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,195 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,191 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,198 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,199 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,201 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,205 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,206 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,210 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,211 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,215 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,217 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,221 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,222 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,226 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,227 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,231 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,233 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,236 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,238 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,242 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,243 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,247 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,248 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,244 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,252 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,254 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,258 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,258 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,259 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,263 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,264 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,268 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,270 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,274 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,275 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,279 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,281 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,285 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,286 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,290 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,291 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,295 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,297 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,301 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,302 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,306 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,307 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,311 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,313 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,316 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,318 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,322 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,323 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,327 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,328 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,332 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,334 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,338 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,339 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,343 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,344 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,348 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,349 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,353 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,355 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:20:05,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7acf9340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZE0g8z-xXS1-cYwf-q4q1-Zexe-JfDB-KIGJtp 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 (0x7fad7ace8e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,356 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:20:05,358 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 21:20:05,358 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:20:05,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:20:05,361 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:05,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:20:05,365 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:20:05,365 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:05,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:20:05,370 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:20:05,372 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,373 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,374 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,379 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,383 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,384 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,388 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,389 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,393 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,394 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,398 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,399 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,402 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,402 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,404 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,407 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,409 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,412 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,414 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,417 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,418 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,418 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,422 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,423 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,427 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,428 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,432 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,433 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,429 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,437 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,437 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,438 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,442 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,443 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,446 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,448 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,451 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,453 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,456 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,457 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,461 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,462 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,466 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,467 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,471 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,472 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,476 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,477 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,481 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,482 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,485 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,485 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,487 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,490 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,491 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,495 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,496 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,500 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,501 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,505 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,506 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,510 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,511 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,515 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,516 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,520 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,521 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,525 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,526 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:20:05,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7c2cd280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b06iNk-l834-vqCc-UhRD-0eNr-5suj-7Udfb5 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 (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:20:05,527 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:20:05,530 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 21:20:05,530 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:20:05,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:20:05,533 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:05,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:20:05,536 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:20:05,537 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:05,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:20:05,542 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:20:05,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,545 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,546 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,550 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,551 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,554 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,555 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,559 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,560 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,564 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,565 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,568 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,569 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,573 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,574 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,577 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,578 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,582 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,583 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,586 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,587 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,591 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,592 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,595 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,596 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,600 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,601 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,604 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,605 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,609 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,610 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,613 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,614 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,618 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,619 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,622 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,624 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,627 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,627 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,628 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,631 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,633 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,636 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,637 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,640 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,642 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,645 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,646 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,649 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,650 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,654 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,655 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,658 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,658 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,659 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,663 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,664 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,660 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,667 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,668 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,672 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,673 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,676 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,677 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,681 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,682 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,685 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,686 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:20:05,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad27280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0Wfq0u-G6Uw-FHOa-kfRY-pkwR-2JpK-a2FE3B size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,687 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:20:05,690 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 21:20:05,690 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:20:05,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:20:05,693 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:05,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:20:05,696 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:20:05,696 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:05,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:20:05,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:20:05,702 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:20:05,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,704 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,705 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,708 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,709 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,713 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,714 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,716 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,717 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,718 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,721 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,722 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,725 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,726 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,729 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,729 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,730 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,733 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,734 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,737 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,737 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,738 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,741 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,741 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,742 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,745 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,746 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,749 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,750 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,752 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,753 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,754 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,756 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,757 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,761 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,762 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,765 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,766 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,769 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,770 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,773 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,774 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,777 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,778 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,781 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,782 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,785 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,786 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,789 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,790 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,793 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,794 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,797 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,798 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,801 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,802 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,799 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,806 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,806 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,809 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,810 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,811 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,814 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,815 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,818 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,819 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,822 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,823 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,826 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,827 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,829 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,830 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:20:05,831 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:20:05,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fad7ad3ca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XMmCj3-7z49-Xfdd-rfLH-zkqY-qKKy-0oLQOE size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fad7ace8e80) -- 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 = eIicSE-EE9y-CHyj-ypcS-MtpK-ViJ0-kzRYAq size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:20:05,831 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:20:05,834 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 21:20:05,834 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:20:05,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:20:05,838 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:05,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:20:05,841 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:20:05,841 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:05,841 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'sdj', 'test_vg3', 'sdh'] 2024-03-01 21:20:05,841 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:20:05,843 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:20:05,844 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,847 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:20:05,849 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:20:05,852 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:20:05,855 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:20:05,855 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:20:05,855 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:20:05,855 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:20:05,855 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:20:05,857 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,857 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:20:05,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,860 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:20:05,860 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:20:05,860 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:20:05,863 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,863 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:20:05,866 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,866 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:20:05,866 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:20:05,866 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:20:05,868 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,869 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:20:05,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,871 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:20:05,871 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:20:05,871 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:20:05,874 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:20:05,874 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:20:05,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:20:05,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:20:05,877 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:20:05,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:05,888 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:05,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:05,918 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:05,938 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:20:05,938 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:05,951 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:05,970 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:20:05,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:05,984 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,004 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:20:06,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,015 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,035 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:20:06,035 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,044 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,064 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:20:06,065 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,096 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:20:06,096 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,106 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,126 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:20:06,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,139 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,158 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:20:06,159 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:06,160 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:20:06,161 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:20:06,161 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:20:06,163 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:20:06,165 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:20:06,167 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:20:06,170 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:20:06,170 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:20:06,173 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:20:06,173 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 0x7fad7ac6cc20> 2024-03-01 21:20:06,173 INFO blivet/MainThread: sorting actions... 2024-03-01 21:20:06,193 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:06,193 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:06,193 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:20:06,194 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:06,195 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:06,196 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:20:06,197 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:20:06,197 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:20:06,197 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:20:06,197 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:06,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,202 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:20:06,203 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:20:06,210 INFO program/MainThread: stdout: 2024-03-01 21:20:06,211 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:06,211 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,211 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,228 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,241 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,241 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:20:06,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:20:06,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:20:06,251 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:20:06,254 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:20:06,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:20:06,258 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,298 INFO program/MainThread: stdout[92]: 2024-03-01 21:20:06,298 INFO program/MainThread: stderr[92]: 2024-03-01 21:20:06,298 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:20:06,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:20:06,305 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,308 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,310 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,313 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,316 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,319 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,321 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,324 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:20:06,327 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,363 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:20:06,364 INFO program/MainThread: stderr[93]: 2024-03-01 21:20:06,364 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:20:06,365 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:06,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,380 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:20:06,381 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:20:06,394 INFO program/MainThread: stdout: 2024-03-01 21:20:06,394 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:06,394 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,435 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,435 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,450 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,450 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:20:06,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:20:06,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:20:06,460 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:20:06,463 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:20:06,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:20:06,466 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,507 INFO program/MainThread: stdout[94]: 2024-03-01 21:20:06,508 INFO program/MainThread: stderr[94]: 2024-03-01 21:20:06,508 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:20:06,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:20:06,515 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,520 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,523 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,526 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,529 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,531 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,534 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:20:06,537 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,581 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:20:06,581 INFO program/MainThread: stderr[95]: 2024-03-01 21:20:06,581 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:20:06,582 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:06,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,597 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:20:06,599 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:20:06,612 INFO program/MainThread: stdout: 2024-03-01 21:20:06,612 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:06,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,651 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,661 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,662 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:20:06,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:20:06,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:20:06,672 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:20:06,675 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:20:06,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:20:06,678 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,712 INFO program/MainThread: stdout[96]: 2024-03-01 21:20:06,713 INFO program/MainThread: stderr[96]: 2024-03-01 21:20:06,713 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:20:06,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:20:06,720 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,723 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,725 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,728 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,731 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,734 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,737 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,740 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:20:06,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:20:06,743 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,777 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:20:06,777 INFO program/MainThread: stderr[97]: 2024-03-01 21:20:06,777 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:20:06,778 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:06,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,795 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:20:06,795 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:20:06,810 INFO program/MainThread: stdout: 2024-03-01 21:20:06,810 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:06,810 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,854 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:06,868 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:06,868 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:20:06,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:20:06,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:20:06,879 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:20:06,882 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:20:06,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:20:06,885 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,931 INFO program/MainThread: stdout[98]: 2024-03-01 21:20:06,932 INFO program/MainThread: stderr[98]: 2024-03-01 21:20:06,932 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:20:06,936 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:20:06,939 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,942 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:20:06,945 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,947 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:20:06,950 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,953 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:20:06,956 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:06,958 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:20:06,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:20:06,961 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:06,996 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:20:06,996 INFO program/MainThread: stderr[99]: 2024-03-01 21:20:06,996 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:20:06,997 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:20:07,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:20:07,019 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:20:07,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:20:07,037 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,042 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,056 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,065 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,070 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,078 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,081 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,084 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:20:07,087 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,116 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:20:07,116 INFO program/MainThread: stderr[100]: 2024-03-01 21:20:07,116 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:20:07,116 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,179 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:20:07,180 INFO program/MainThread: stderr[101]: 2024-03-01 21:20:07,180 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:20:07,180 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,220 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:20:07,220 INFO program/MainThread: stderr[102]: 2024-03-01 21:20:07,220 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:20:07,221 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:20:07,227 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,236 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,241 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,241 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdh,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,295 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:20:07,295 INFO program/MainThread: stderr[103]: 2024-03-01 21:20:07,295 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:20:07,295 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:20:07,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,308 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,308 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,315 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 21:20:07,315 INFO program/MainThread: stderr[104]: 2024-03-01 21:20:07,315 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:20:07,315 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 21:20:07,330 INFO program/MainThread: stdout[105]: 2024-03-01 21:20:07,330 INFO program/MainThread: stderr[105]: 2024-03-01 21:20:07,330 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:20:07,330 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,339 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,352 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,352 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:20:07,356 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,358 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,361 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,361 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sdj,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,394 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:20:07,394 INFO program/MainThread: stderr[106]: 2024-03-01 21:20:07,394 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:20:07,394 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:20:07,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,413 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,413 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,421 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 21:20:07,421 INFO program/MainThread: stderr[107]: 2024-03-01 21:20:07,421 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:20:07,421 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdj ... 2024-03-01 21:20:07,434 INFO program/MainThread: stdout[108]: 2024-03-01 21:20:07,434 INFO program/MainThread: stderr[108]: 2024-03-01 21:20:07,434 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:20:07,435 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,447 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,447 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,459 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,459 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:20:07,463 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,465 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,468 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,468 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sde,/dev/sdg,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,502 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:20:07,502 INFO program/MainThread: stderr[109]: 2024-03-01 21:20:07,502 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:20:07,502 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:20:07,503 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,516 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,516 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,524 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 21:20:07,524 INFO program/MainThread: stderr[110]: 2024-03-01 21:20:07,524 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:20:07,524 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdg ... 2024-03-01 21:20:07,537 INFO program/MainThread: stdout[111]: 2024-03-01 21:20:07,538 INFO program/MainThread: stderr[111]: 2024-03-01 21:20:07,538 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:20:07,538 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,549 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,561 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,561 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:20:07,565 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,567 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,570 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:20:07,570 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdi,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,602 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:20:07,602 INFO program/MainThread: stderr[112]: 2024-03-01 21:20:07,602 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:20:07,602 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:20:07,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,617 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,617 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,625 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 21:20:07,625 INFO program/MainThread: stderr[113]: 2024-03-01 21:20:07,625 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:20:07,625 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdi ... 2024-03-01 21:20:07,639 INFO program/MainThread: stdout[114]: 2024-03-01 21:20:07,639 INFO program/MainThread: stderr[114]: 2024-03-01 21:20:07,639 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:20:07,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,651 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,660 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,661 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:07,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,668 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:20:07,668 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:20:07,688 INFO program/MainThread: stdout: 2024-03-01 21:20:07,688 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:07,688 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,705 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,717 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,717 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:20:07,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:20:07,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:20:07,728 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:20:07,731 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:20:07,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:20:07,734 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,777 INFO program/MainThread: stdout[115]: 2024-03-01 21:20:07,777 INFO program/MainThread: stderr[115]: 2024-03-01 21:20:07,777 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:20:07,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:20:07,784 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,787 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:20:07,789 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,792 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:20:07,795 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,798 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:20:07,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:20:07,800 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,837 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 21:20:07,838 INFO program/MainThread: stderr[116]: 2024-03-01 21:20:07,838 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:20:07,839 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:07,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,853 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:20:07,853 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:20:07,868 INFO program/MainThread: stdout: 2024-03-01 21:20:07,868 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:07,868 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,868 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,894 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:07,907 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:07,907 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:20:07,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:20:07,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:20:07,917 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:20:07,920 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:20:07,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:20:07,923 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:07,963 INFO program/MainThread: stdout[117]: 2024-03-01 21:20:07,964 INFO program/MainThread: stderr[117]: 2024-03-01 21:20:07,964 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:20:07,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:20:07,971 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,974 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,977 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,979 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,982 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:07,985 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:20:07,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:20:07,987 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,022 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 21:20:08,023 INFO program/MainThread: stderr[118]: 2024-03-01 21:20:08,023 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:20:08,024 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:20:08,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:20:08,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:20:08,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:20:08,059 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,064 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,069 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,073 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,076 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,079 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:20:08,081 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,110 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 21:20:08,110 INFO program/MainThread: stderr[119]: 2024-03-01 21:20:08,110 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:20:08,111 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,161 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:20:08,162 INFO program/MainThread: stderr[120]: 2024-03-01 21:20:08,162 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:20:08,162 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,194 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 21:20:08,195 INFO program/MainThread: stderr[121]: 2024-03-01 21:20:08,195 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:20:08,195 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:20:08,203 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,208 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:20:08,216 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:20:08,216 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,260 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:20:08,261 INFO program/MainThread: stderr[122]: 2024-03-01 21:20:08,261 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:20:08,261 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:20:08,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,280 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,280 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,288 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 21:20:08,288 INFO program/MainThread: stderr[123]: 2024-03-01 21:20:08,289 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:20:08,289 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdf ... 2024-03-01 21:20:08,302 INFO program/MainThread: stdout[124]: 2024-03-01 21:20:08,302 INFO program/MainThread: stderr[124]: 2024-03-01 21:20:08,302 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:20:08,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,311 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,312 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,324 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,324 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:20:08,328 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,330 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:20:08,333 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:20:08,333 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,367 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:20:08,367 INFO program/MainThread: stderr[125]: 2024-03-01 21:20:08,367 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:20:08,367 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:20:08,368 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,381 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,381 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,389 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 21:20:08,389 INFO program/MainThread: stderr[126]: 2024-03-01 21:20:08,389 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:20:08,390 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sdd ... 2024-03-01 21:20:08,404 INFO program/MainThread: stdout[127]: 2024-03-01 21:20:08,404 INFO program/MainThread: stderr[127]: 2024-03-01 21:20:08,404 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 21:20:08,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,413 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,426 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,426 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:20:08,430 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,433 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:20:08,435 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:20:08,435 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,468 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:20:08,468 INFO program/MainThread: stderr[128]: 2024-03-01 21:20:08,468 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 21:20:08,468 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:20:08,469 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,484 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,484 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,492 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 21:20:08,492 INFO program/MainThread: stderr[129]: 2024-03-01 21:20:08,492 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 21:20:08,492 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sde ... 2024-03-01 21:20:08,504 INFO program/MainThread: stdout[130]: 2024-03-01 21:20:08,504 INFO program/MainThread: stderr[130]: 2024-03-01 21:20:08,504 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 21:20:08,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,516 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,528 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,528 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:08,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,535 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:20:08,536 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:20:08,543 INFO program/MainThread: stdout: 2024-03-01 21:20:08,544 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:08,544 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,561 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,573 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,573 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:08,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:20:08,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:20:08,583 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:20:08,586 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:20:08,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:20:08,589 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,626 INFO program/MainThread: stdout[131]: 2024-03-01 21:20:08,627 INFO program/MainThread: stderr[131]: 2024-03-01 21:20:08,627 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 21:20:08,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:20:08,634 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,637 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:20:08,639 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,642 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:20:08,645 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,647 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:20:08,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:20:08,650 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:20:08,688 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 21:20:08,689 INFO program/MainThread: stderr[132]: 2024-03-01 21:20:08,689 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 21:20:08,690 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:08,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,708 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:20:08,708 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:20:08,724 INFO program/MainThread: stdout: 2024-03-01 21:20:08,725 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:08,725 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,749 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:08,761 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:08,761 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:08,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:20:08,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:20:08,771 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:20:08,774 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:20:08,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:20:08,777 INFO program/MainThread: Running [133] 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 21:20:08,809 INFO program/MainThread: stdout[133]: 2024-03-01 21:20:08,809 INFO program/MainThread: stderr[133]: 2024-03-01 21:20:08,810 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 21:20:08,814 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:20:08,816 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,819 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,822 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,825 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,828 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,830 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,833 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:20:08,833 INFO program/MainThread: Running [134] 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 21:20:08,864 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 21:20:08,865 INFO program/MainThread: stderr[134]: 2024-03-01 21:20:08,865 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 21:20:08,866 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:20:08,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:20:08,879 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:20:08,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:20:08,891 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,899 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,906 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,912 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,917 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:08,922 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:20:08,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:20:08,928 INFO program/MainThread: Running [135] 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 21:20:08,956 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 21:20:08,957 INFO program/MainThread: stderr[135]: 2024-03-01 21:20:08,957 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 21:20:08,957 INFO program/MainThread: Running [136] 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 21:20:09,030 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:20:09,030 INFO program/MainThread: stderr[136]: 2024-03-01 21:20:09,030 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 21:20:09,030 INFO program/MainThread: Running [137] 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 21:20:09,057 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 21:20:09,057 INFO program/MainThread: stderr[137]: 2024-03-01 21:20:09,057 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 21:20:09,058 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:20:09,066 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:09,072 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:20:09,077 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:20:09,077 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:20:09,131 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:20:09,132 INFO program/MainThread: stderr[138]: 2024-03-01 21:20:09,132 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 21:20:09,132 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:20:09,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,147 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,147 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda ... 2024-03-01 21:20:09,155 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 21:20:09,155 INFO program/MainThread: stderr[139]: 2024-03-01 21:20:09,155 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 21:20:09,155 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sdb ... 2024-03-01 21:20:09,167 INFO program/MainThread: stdout[140]: 2024-03-01 21:20:09,168 INFO program/MainThread: stderr[140]: 2024-03-01 21:20:09,168 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 21:20:09,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,179 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,191 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,191 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:20:09,195 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:09,198 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:20:09,200 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:20:09,201 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda ... 2024-03-01 21:20:09,230 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:20:09,231 INFO program/MainThread: stderr[141]: 2024-03-01 21:20:09,231 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 21:20:09,231 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:20:09,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,249 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,249 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 21:20:09,256 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 21:20:09,257 INFO program/MainThread: stderr[142]: 2024-03-01 21:20:09,257 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 21:20:09,257 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sda ... 2024-03-01 21:20:09,270 INFO program/MainThread: stdout[143]: 2024-03-01 21:20:09,271 INFO program/MainThread: stderr[143]: 2024-03-01 21:20:09,271 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 21:20:09,271 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,280 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,293 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,293 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:20:09,297 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:09,299 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:20:09,302 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:20:09,302 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 21:20:09,329 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:20:09,330 INFO program/MainThread: stderr[144]: 2024-03-01 21:20:09,330 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 21:20:09,330 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:20:09,330 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,348 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,348 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 21:20:09,356 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 21:20:09,356 INFO program/MainThread: stderr[145]: 2024-03-01 21:20:09,356 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 21:20:09,357 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdc ... 2024-03-01 21:20:09,369 INFO program/MainThread: stdout[146]: 2024-03-01 21:20:09,370 INFO program/MainThread: stderr[146]: 2024-03-01 21:20:09,370 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 21:20:09,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:09,387 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:09,393 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:20:09,393 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 0x7fad7ac6c220> to retry, use: --limit @/tmp/tests_umount_verify.retry PLAY RECAP ********************************************************************* sut : ok=174 changed=13 unreachable=0 failed=1 skipped=146 rescued=0 ignored=0 Friday 01 March 2024 21:20:12 +0000 (0:00:00.614) 0:02:13.287 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 58.58s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.41s /WORKDIR/git-debug-cleanup-failures92yy11th/.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.50s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 3.63s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 2.42s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.86s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.68s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.68s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot command check --------- 1.66s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.45s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 1.44s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.07s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.95s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.93s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 0.93s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.93s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.93s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.93s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.92s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.92s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---