# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_basic.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml PLAY [Snapshot a set of logical volumes across different volume groups] ******** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:2 Friday 01 March 2024 17:19:55 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:55 Friday 01 March 2024 17:19:56 +0000 (0:00:00.892) 0:00:00.903 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:10 Friday 01 March 2024 17:19:56 +0000 (0:00:00.013) 0:00:00.916 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:15 Friday 01 March 2024 17:19:57 +0000 (0:00:00.234) 0:00:01.151 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:19 Friday 01 March 2024 17:19:57 +0000 (0:00:00.016) 0:00:01.168 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:19:57 +0000 (0:00:00.016) 0:00:01.184 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:19:57 +0000 (0:00:00.013) 0:00:01.198 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:19:57 +0000 (0:00:00.018) 0:00:01.216 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:19:57 +0000 (0:00:00.025) 0:00:01.242 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:19:57 +0000 (0:00:00.182) 0:00:01.424 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:19:57 +0000 (0:00:00.014) 0:00:01.439 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:19:57 +0000 (0:00:00.009) 0:00:01.449 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:19:57 +0000 (0:00:00.009) 0:00:01.458 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:19:57 +0000 (0:00:00.026) 0:00:01.484 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:20:45 +0000 (0:00:47.748) 0:00:49.232 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:20:45 +0000 (0:00:00.011) 0:00:49.244 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:20:45 +0000 (0:00:00.011) 0:00:49.256 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:20:45 +0000 (0:00:00.538) 0:00:49.794 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:20:45 +0000 (0:00:00.020) 0:00:49.815 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:20:45 +0000 (0:00:00.016) 0:00:49.831 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:20:45 +0000 (0:00:00.016) 0:00:49.848 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:20:45 +0000 (0:00:00.016) 0:00:49.864 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:20:46 +0000 (0:00:00.857) 0:00:50.721 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:20:48 +0000 (0:00:01.658) 0:00:52.380 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:20:48 +0000 (0:00:00.030) 0:00:52.410 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:20:48 +0000 (0:00:00.009) 0:00:52.420 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:20:48 +0000 (0:00:00.347) 0:00:52.767 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:20:48 +0000 (0:00:00.021) 0:00:52.788 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:20:48 +0000 (0:00:00.011) 0:00:52.800 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:20:48 +0000 (0:00:00.013) 0:00:52.813 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:20:48 +0000 (0:00:00.015) 0:00:52.828 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:20:48 +0000 (0:00:00.012) 0:00:52.841 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:20:48 +0000 (0:00:00.021) 0:00:52.862 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:20:48 +0000 (0:00:00.010) 0:00:52.873 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:20:48 +0000 (0:00:00.019) 0:00:52.893 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:20:48 +0000 (0:00:00.020) 0:00:52.913 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:20:48 +0000 (0:00:00.010) 0:00:52.924 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313320.4139235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:20:49 +0000 (0:00:00.192) 0:00:53.116 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:20:49 +0000 (0:00:00.010) 0:00:53.127 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:23 Friday 01 March 2024 17:20:49 +0000 (0:00:00.763) 0:00:53.890 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:20:49 +0000 (0:00:00.018) 0:00:53.908 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:20:50 +0000 (0:00:00.185) 0:00:54.093 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:20:50 +0000 (0:00:00.015) 0:00:54.109 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:20:50 +0000 (0:00:00.850) 0:00:54.959 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:20:51 +0000 (0:00:00.284) 0:00:55.244 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:20:51 +0000 (0:00:00.013) 0:00:55.257 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:20:51 +0000 (0:00:00.011) 0:00:55.269 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:20:51 +0000 (0:00:00.022) 0:00:55.291 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:20:51 +0000 (0:00:00.019) 0:00:55.311 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:29 Friday 01 March 2024 17:20:51 +0000 (0:00:00.019) 0:00:55.330 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:20:51 +0000 (0:00:00.024) 0:00:55.355 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:20:51 +0000 (0:00:00.017) 0:00:55.372 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:20:51 +0000 (0:00:00.021) 0:00:55.393 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:20:51 +0000 (0:00:00.029) 0:00:55.423 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:20:51 +0000 (0:00:00.013) 0:00:55.437 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:20:51 +0000 (0:00:00.013) 0:00:55.450 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:20:51 +0000 (0:00:00.027) 0:00:55.478 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:20:51 +0000 (0:00:00.012) 0:00:55.491 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:20:51 +0000 (0:00:00.027) 0:00:55.518 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:20:52 +0000 (0:00:00.854) 0:00:56.372 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:20:52 +0000 (0:00:00.028) 0:00:56.401 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:20:52 +0000 (0:00:00.013) 0:00:56.415 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:20:53 +0000 (0:00:01.151) 0:00:57.566 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:20:53 +0000 (0:00:00.022) 0:00:57.588 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:20:53 +0000 (0:00:00.018) 0:00:57.607 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:20:53 +0000 (0:00:00.021) 0:00:57.628 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:20:53 +0000 (0:00:00.018) 0:00:57.646 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:20:54 +0000 (0:00:00.848) 0:00:58.494 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:20:56 +0000 (0:00:01.569) 0:01:00.064 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:20:56 +0000 (0:00:00.029) 0:01:00.094 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:20:56 +0000 (0:00:00.009) 0:01:00.103 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:21:07 +0000 (0:00:11.284) 0:01:11.387 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:21:07 +0000 (0:00:00.019) 0:01:11.407 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:21:07 +0000 (0:00:00.010) 0:01:11.418 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:21:07 +0000 (0:00:00.023) 0:01:11.441 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:21:07 +0000 (0:00:00.020) 0:01:11.461 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:21:07 +0000 (0:00:00.014) 0:01:11.476 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:21:07 +0000 (0:00:00.018) 0:01:11.495 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:21:07 +0000 (0:00:00.010) 0:01:11.505 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:21:07 +0000 (0:00:00.022) 0:01:11.528 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:21:07 +0000 (0:00:00.019) 0:01:11.547 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:21:07 +0000 (0:00:00.010) 0:01:11.557 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313320.4139235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:21:07 +0000 (0:00:00.189) 0:01:11.746 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:21:07 +0000 (0:00:00.010) 0:01:11.757 ********** ok: [sut] TASK [Run the snapshot role to create snapshot set of LVs] ********************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:58 Friday 01 March 2024 17:21:08 +0000 (0:00:00.807) 0:01:12.565 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:21:08 +0000 (0:00:00.024) 0:01:12.590 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:08 +0000 (0:00:00.021) 0:01:12.612 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:21:08 +0000 (0:00:00.022) 0:01:12.634 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:21:08 +0000 (0:00:00.014) 0:01:12.648 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:21:08 +0000 (0:00:00.015) 0:01:12.663 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:21:08 +0000 (0:00:00.027) 0:01:12.690 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:21:09 +0000 (0:00:00.850) 0:01:13.541 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:21:09 +0000 (0:00:00.027) 0:01:13.569 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:21:11 +0000 (0:00:01.878) 0:01:15.447 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.201 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.201 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:21:11 +0000 (0:00:00.016) 0:01:15.464 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:21:11 +0000 (0:00:00.026) 0:01:15.491 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:21:11 +0000 (0:00:00.012) 0:01:15.503 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for create snapset] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:65 Friday 01 March 2024 17:21:11 +0000 (0:00:00.015) 0:01:15.519 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role to verify the set of snapshots for the LVs] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:69 Friday 01 March 2024 17:21:11 +0000 (0:00:00.014) 0:01:15.534 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:21:11 +0000 (0:00:00.027) 0:01:15.561 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:11 +0000 (0:00:00.040) 0:01:15.602 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:21:11 +0000 (0:00:00.022) 0:01:15.625 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:21:11 +0000 (0:00:00.014) 0:01:15.639 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:21:11 +0000 (0:00:00.014) 0:01:15.653 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:21:11 +0000 (0:00:00.026) 0:01:15.680 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:21:12 +0000 (0:00:00.848) 0:01:16.528 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:21:12 +0000 (0:00:00.027) 0:01:16.556 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:21:13 +0000 (0:00:00.884) 0:01:17.440 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.201 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.201 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:21:13 +0000 (0:00:00.015) 0:01:17.456 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:21:13 +0000 (0:00:00.025) 0:01:17.481 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:21:13 +0000 (0:00:00.011) 0:01:17.492 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Create snapset again for idempotence] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:77 Friday 01 March 2024 17:21:13 +0000 (0:00:00.015) 0:01:17.508 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:21:13 +0000 (0:00:00.029) 0:01:17.538 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:13 +0000 (0:00:00.017) 0:01:17.555 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:21:13 +0000 (0:00:00.023) 0:01:17.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 flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:21:13 +0000 (0:00:00.014) 0:01:17.593 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:21:13 +0000 (0:00:00.014) 0:01:17.607 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:21:13 +0000 (0:00:00.025) 0:01:17.632 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:21:14 +0000 (0:00:00.853) 0:01:18.486 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:21:14 +0000 (0:00:00.027) 0:01:18.514 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:21:15 +0000 (0:00:00.841) 0:01:19.355 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.201 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.201 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"snapshot already exists: test_vg1/lv1_snapset1\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"snapshot already exists: test_vg1/lv1_snapset1\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:21:15 +0000 (0:00:00.014) 0:01:19.369 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "snapshot already exists: test_vg1/lv1_snapset1" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:21:15 +0000 (0:00:00.024) 0:01:19.394 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:21:15 +0000 (0:00:00.012) 0:01:19.407 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for create snapset] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:84 Friday 01 March 2024 17:21:15 +0000 (0:00:00.015) 0:01:19.422 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:88 Friday 01 March 2024 17:21:15 +0000 (0:00:00.011) 0:01:19.434 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:21:15 +0000 (0:00:00.032) 0:01:19.466 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:15 +0000 (0:00:00.016) 0:01:19.483 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:21:15 +0000 (0:00:00.022) 0:01:19.506 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:21:15 +0000 (0:00:00.013) 0:01:19.519 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:21:15 +0000 (0:00:00.013) 0:01:19.533 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:21:15 +0000 (0:00:00.024) 0:01:19.557 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:21:16 +0000 (0:00:00.847) 0:01:20.405 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:21:16 +0000 (0:00:00.028) 0:01:20.433 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:21:17 +0000 (0:00:01.431) 0:01:21.865 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.201 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.201 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:21:17 +0000 (0:00:00.014) 0:01:21.879 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:21:17 +0000 (0:00:00.024) 0:01:21.904 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:21:17 +0000 (0:00:00.012) 0:01:21.917 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for remove snapset] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:95 Friday 01 March 2024 17:21:17 +0000 (0:00:00.015) 0:01:21.932 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role to verify the set is removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:99 Friday 01 March 2024 17:21:17 +0000 (0:00:00.012) 0:01:21.945 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:21:17 +0000 (0:00:00.055) 0:01:22.000 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:17 +0000 (0:00:00.017) 0:01:22.018 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:21:17 +0000 (0:00:00.023) 0:01:22.041 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:21:17 +0000 (0:00:00.014) 0:01:22.055 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:21:18 +0000 (0:00:00.014) 0:01:22.069 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:21:18 +0000 (0:00:00.026) 0:01:22.096 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:21:18 +0000 (0:00:00.844) 0:01:22.940 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:21:18 +0000 (0:00:00.030) 0:01:22.971 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:21:19 +0000 (0:00:00.511) 0:01:23.483 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.201 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.201 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:21:19 +0000 (0:00:00.015) 0:01:23.498 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:21:19 +0000 (0:00:00.027) 0:01:23.525 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:21:19 +0000 (0:00:00.012) 0:01:23.538 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Remove again to check idempotence] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:107 Friday 01 March 2024 17:21:19 +0000 (0:00:00.015) 0:01:23.554 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:21:19 +0000 (0:00:00.039) 0:01:23.593 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:19 +0000 (0:00:00.017) 0:01:23.611 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:21:19 +0000 (0:00:00.022) 0:01:23.633 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:21:19 +0000 (0:00:00.015) 0:01:23.649 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:21:19 +0000 (0:00:00.014) 0:01:23.663 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:21:19 +0000 (0:00:00.026) 0:01:23.690 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:21:20 +0000 (0:00:00.839) 0:01:24.529 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:21:20 +0000 (0:00:00.029) 0:01:24.558 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:21:21 +0000 (0:00:00.749) 0:01:25.308 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.201 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.201 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:21:21 +0000 (0:00:00.016) 0:01:25.324 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:21:21 +0000 (0:00:00.025) 0:01:25.350 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:21:21 +0000 (0:00:00.011) 0:01:25.361 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for remove snapset] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:114 Friday 01 March 2024 17:21:21 +0000 (0:00:00.016) 0:01:25.377 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:118 Friday 01 March 2024 17:21:21 +0000 (0:00:00.013) 0:01:25.390 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:7 Friday 01 March 2024 17:21:21 +0000 (0:00:00.028) 0:01:25.419 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:21:21 +0000 (0:00:00.019) 0:01:25.438 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:21 +0000 (0:00:00.018) 0:01:25.457 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:21:21 +0000 (0:00:00.023) 0:01:25.480 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:21:21 +0000 (0:00:00.032) 0:01:25.512 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:21:21 +0000 (0:00:00.014) 0:01:25.526 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:21:21 +0000 (0:00:00.015) 0:01:25.542 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:21:21 +0000 (0:00:00.013) 0:01:25.555 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:21:21 +0000 (0:00:00.013) 0:01:25.569 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:21:21 +0000 (0:00:00.050) 0:01:25.619 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:21:22 +0000 (0:00:00.854) 0:01:26.474 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:21:22 +0000 (0:00:00.029) 0:01:26.504 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:21:22 +0000 (0:00:00.014) 0:01:26.518 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:21:25 +0000 (0:00:03.380) 0:01:29.898 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:21:25 +0000 (0:00:00.024) 0:01:29.923 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:21:25 +0000 (0:00:00.019) 0:01:29.942 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:21:25 +0000 (0:00:00.020) 0:01:29.963 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:21:25 +0000 (0:00:00.019) 0:01:29.983 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:21:26 +0000 (0:00:00.856) 0:01:30.839 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:21:28 +0000 (0:00:01.579) 0:01:32.419 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:21:28 +0000 (0:00:00.031) 0:01:32.450 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:21:28 +0000 (0:00:00.010) 0:01:32.461 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:21:36 +0000 (0:00:08.094) 0:01:40.556 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:21:36 +0000 (0:00:00.023) 0:01:40.579 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:21:36 +0000 (0:00:00.011) 0:01:40.591 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:21:36 +0000 (0:00:00.024) 0:01:40.615 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:21:36 +0000 (0:00:00.021) 0:01:40.637 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:21:36 +0000 (0:00:00.015) 0:01:40.652 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:21:36 +0000 (0:00:00.020) 0:01:40.673 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:21:36 +0000 (0:00:00.012) 0:01:40.686 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:21:36 +0000 (0:00:00.021) 0:01:40.708 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:21:36 +0000 (0:00:00.020) 0:01:40.729 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:21:36 +0000 (0:00:00.013) 0:01:40.742 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313320.4139235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:21:36 +0000 (0:00:00.192) 0:01:40.935 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:21:36 +0000 (0:00:00.012) 0:01:40.948 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:29 Friday 01 March 2024 17:21:37 +0000 (0:00:00.727) 0:01:41.676 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:33 Friday 01 March 2024 17:21:37 +0000 (0:00:00.013) 0:01:41.689 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:21:37 +0000 (0:00:00.017) 0:01:41.707 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:21:37 +0000 (0:00:00.013) 0:01:41.721 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:21:37 +0000 (0:00:00.014) 0:01:41.735 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:21:38 +0000 (0:00:00.845) 0:01:42.581 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:21:38 +0000 (0:00:00.205) 0:01:42.786 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:21:38 +0000 (0:00:00.013) 0:01:42.800 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:21:38 +0000 (0:00:00.012) 0:01:42.812 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:21:38 +0000 (0:00:00.019) 0:01:42.832 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:21:38 +0000 (0:00:00.021) 0:01:42.854 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Ensure dmsetup] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:39 Friday 01 March 2024 17:21:38 +0000 (0:00:00.020) 0:01:42.874 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 Friday 01 March 2024 17:21:39 +0000 (0:00:00.838) 0:01:43.713 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ndmsetup table || :\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.217197", "end": "2024-03-01 17:21:40.119553", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:21:39.902356" } 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=13844) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) tracefs on /sys/kernel/tracing type tracefs (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 17:21:09,712 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 17:21:09,712 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:21:09,712 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:09,712 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:09,742 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,742 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,742 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,742 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,742 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,742 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 17:21:09,742 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 17:21:09,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,743 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,788 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 17:21:09,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,788 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,817 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 17:21:09,817 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 17:21:09,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,817 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,848 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 17:21:09,848 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,848 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,849 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,849 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,849 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,879 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 17:21:09,879 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 17:21:09,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,879 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,908 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 17:21:09,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,909 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,909 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,909 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,909 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,936 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 17:21:09,936 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 17:21:09,936 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 17:21:09,936 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 17:21:09,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,936 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,970 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 17:21:09,970 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,970 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:09,971 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:09,971 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: { 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:09,999 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 17:21:09,999 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 17:21:09,999 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: , 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: } 2024-03-01 17:21:09,999 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,028 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 17:21:10,028 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,028 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,057 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 17:21:10,057 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 17:21:10,057 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,057 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,058 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,058 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,058 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,058 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,086 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 17:21:10,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,086 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,115 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 17:21:10,115 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 17:21:10,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,116 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,116 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,145 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 17:21:10,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,146 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,146 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:10,176 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,176 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,176 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,176 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,176 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 17:21:10,176 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 17:21:10,176 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 17:21:10,176 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 17:21:10,176 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,177 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,209 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 17:21:10,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,209 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,210 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:10,210 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:10,210 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,244 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 17:21:10,244 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 17:21:10,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,245 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,245 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,277 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,306 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 17:21:10,306 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 17:21:10,306 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,306 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,307 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,307 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,307 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,335 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,363 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 17:21:10,363 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 17:21:10,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,363 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:10,392 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:10,392 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,392 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,392 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,393 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:10,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,427 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 17:21:10,427 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 17:21:10,427 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 17:21:10,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 17:21:10,427 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,427 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:10,458 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:10,458 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,458 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,458 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,458 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,458 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:10,459 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:21:10,459 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 17:21:10,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,495 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"lv_uuid":"yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3", "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 17:21:10,496 INFO snapshot-role/MainThread: {"lv_uuid":"R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz", "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 17:21:10,496 INFO snapshot-role/MainThread: {"lv_uuid":"BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx", "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 17:21:10,496 INFO snapshot-role/MainThread: {"lv_uuid":"39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy", "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 17:21:10,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf", "lv_uuid":"R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA", "lv_uuid":"yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3", "pv_name":"/dev/sdi"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG", "lv_uuid":"yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi", "lv_uuid":"39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi", "lv_uuid":"BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi", "lv_uuid":"R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:10,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3"} 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"lv_uuid":"v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7", "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 17:21:10,497 INFO snapshot-role/MainThread: {"lv_uuid":"Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms", "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 17:21:10,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ", "lv_uuid":"Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ", "lv_uuid":"v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms"}, 2024-03-01 17:21:10,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7"} 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"lv_uuid":"GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL", "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 17:21:10,498 INFO snapshot-role/MainThread: {"lv_uuid":"pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4", "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 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO", "lv_uuid":"pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4", "pv_name":"/dev/sda"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W", "lv_uuid":"pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W", "lv_uuid":"GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4"}, 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4"} 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,498 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:21:10,499 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,529 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 17:21:10,529 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 17:21:10,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,530 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,530 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,530 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,530 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,562 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,563 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,563 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,563 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,563 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,563 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 100663296B test_vg1/lv1 2024-03-01 17:21:10,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,726 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,726 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,727 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,727 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:10,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,771 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,771 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,771 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,771 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,772 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 17:21:10,772 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 17:21:10,772 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,772 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,804 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 17:21:10,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,924 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,924 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,924 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,925 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,925 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:10,967 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:10,967 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:10,967 INFO snapshot-role/MainThread: { 2024-03-01 17:21:10,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:10,967 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 17:21:10,967 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 17:21:10,967 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 17:21:10,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: , 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: } 2024-03-01 17:21:10,968 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: , 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,006 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 17:21:11,123 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:11,124 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,124 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:11,124 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,124 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,124 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:11,168 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:11,169 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 17:21:11,169 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 17:21:11,169 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 17:21:11,169 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 17:21:11,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: , 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,169 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,170 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: , 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,202 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,203 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 17:21:11,322 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:11,322 INFO snapshot-role/MainThread: { 2024-03-01 17:21:11,322 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:11,322 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:11,322 INFO snapshot-role/MainThread: } 2024-03-01 17:21:11,323 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:12,696 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:21:12,696 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:21:12,696 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:21:12,696 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:12,696 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:12,726 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 17:21:12,726 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,726 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,727 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,727 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,754 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 17:21:12,754 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,754 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,755 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,755 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:12,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,788 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 17:21:12,788 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 17:21:12,788 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 17:21:12,788 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 17:21:12,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,788 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:21:12,817 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,817 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,817 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,817 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 17:21:12,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,817 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,818 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,818 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,818 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,818 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,818 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,848 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 17:21:12,848 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 17:21:12,848 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 17:21:12,848 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 17:21:12,848 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,848 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,849 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,849 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,882 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 17:21:12,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,882 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,883 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,883 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:12,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,920 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,920 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,921 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 17:21:12,921 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 17:21:12,921 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 17:21:12,921 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 17:21:12,921 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 17:21:12,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,921 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,954 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 17:21:12,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,955 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,955 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,955 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,955 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,955 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:12,955 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: { 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:12,998 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 17:21:12,998 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:12,998 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 17:21:12,998 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: , 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: } 2024-03-01 17:21:12,998 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,029 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,060 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:13,090 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 17:21:13,090 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 17:21:13,090 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 17:21:13,090 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,090 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,119 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 17:21:13,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,119 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,148 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 17:21:13,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,148 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:13,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,186 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,186 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,186 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,186 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,186 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 17:21:13,186 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 17:21:13,186 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 17:21:13,186 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 17:21:13,186 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,187 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:13,217 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,217 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,217 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,217 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,217 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,217 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 17:21:13,217 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,217 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,218 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,218 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,218 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,245 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 17:21:13,245 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,245 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,246 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,246 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,246 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,246 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,278 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 17:21:13,278 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 17:21:13,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 17:21:13,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 17:21:13,278 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 17:21:13,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,278 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,279 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,308 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 17:21:13,308 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,308 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:21:13,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:13,339 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:13,339 INFO snapshot-role/MainThread: { 2024-03-01 17:21:13,339 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:13,340 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 17:21:13,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: , 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: } 2024-03-01 17:21:13,340 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:14,652 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 17:21:14,653 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:21:14,653 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:14,653 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,683 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 17:21:14,683 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:14,683 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 17:21:14,683 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,683 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,684 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,684 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,684 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,684 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,713 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 17:21:14,713 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,713 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,747 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,748 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:21:14,788 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,788 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,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 17:21:14,789 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,789 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,819 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 17:21:14,819 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 17:21:14,819 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 17:21:14,819 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 17:21:14,819 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,819 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,820 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,820 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,853 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 17:21:14,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,853 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,854 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,882 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 17:21:14,882 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 17:21:14,882 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 17:21:14,882 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 17:21:14,882 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 17:21:14,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,883 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,883 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,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 17:21:14,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:14,910 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,940 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 17:21:14,940 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:14,940 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 17:21:14,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,940 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: { 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:14,970 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 17:21:14,970 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: , 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: } 2024-03-01 17:21:14,970 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,002 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 17:21:15,002 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 17:21:15,002 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 17:21:15,002 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 17:21:15,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,002 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,031 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 17:21:15,031 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,031 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,062 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 17:21:15,062 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 17:21:15,062 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 17:21:15,062 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 17:21:15,062 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,062 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,063 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,063 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,063 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,063 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:21:15,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,090 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,091 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 17:21:15,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,091 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:15,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,121 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,121 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,121 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:15,121 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 17:21:15,121 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:15,121 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 17:21:15,121 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 17:21:15,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,122 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,156 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 17:21:15,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:15,156 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:15,157 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,185 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 17:21:15,185 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,185 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,216 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: { 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: , 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:15,254 INFO snapshot-role/MainThread: } 2024-03-01 17:21:15,255 INFO snapshot-role/MainThread: exit code: 0: ['snapshot already exists: test_vg1/lv1_snapset1'] 2024-03-01 17:21:16,575 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:21:16,575 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:21:16,575 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 17:21:16,575 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:16,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,607 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 17:21:16,607 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:16,607 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 17:21:16,607 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,607 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,638 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,669 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,670 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,699 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 17:21:16,699 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 17:21:16,699 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 17:21:16,699 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 17:21:16,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,699 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,728 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 17:21:16,728 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,728 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,758 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 17:21:16,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,758 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,787 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 17:21:16,787 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 17:21:16,787 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 17:21:16,787 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 17:21:16,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,787 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,817 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 17:21:16,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,817 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,846 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 17:21:16,846 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,846 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,875 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 17:21:16,875 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 17:21:16,875 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 17:21:16,875 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 17:21:16,875 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 17:21:16,875 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,875 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,904 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 17:21:16,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,904 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:21:16,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,934 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,935 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:16,965 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:16,965 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,965 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:16,965 INFO snapshot-role/MainThread: { 2024-03-01 17:21:16,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:16,965 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 17:21:16,966 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:16,966 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 17:21:16,966 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: , 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: } 2024-03-01 17:21:16,966 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,004 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,034 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:21:17,130 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,130 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,130 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,130 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,130 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,131 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:17,174 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,174 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,174 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,174 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,174 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,174 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 17:21:17,174 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 17:21:17,175 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 17:21:17,175 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 17:21:17,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,175 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:17,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,212 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,212 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,212 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 17:21:17,213 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,213 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,240 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 17:21:17,240 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,240 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,241 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,241 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 17:21:17,315 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,315 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,315 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,315 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,315 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,316 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:17,359 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,360 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 17:21:17,360 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 17:21:17,360 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 17:21:17,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,361 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,361 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,394 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 17:21:17,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,394 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,434 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 17:21:17,434 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,434 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 17:21:17,526 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,526 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,526 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,526 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,527 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,527 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:17,572 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,572 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,572 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,572 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,572 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,572 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 17:21:17,572 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 17:21:17,572 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 17:21:17,572 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 17:21:17,572 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 17:21:17,572 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,573 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,603 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 17:21:17,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,603 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:17,637 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 17:21:17,637 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: , 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,637 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 17:21:17,741 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:17,741 INFO snapshot-role/MainThread: { 2024-03-01 17:21:17,741 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:17,741 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:17,741 INFO snapshot-role/MainThread: } 2024-03-01 17:21:17,742 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:19,130 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:21:19,130 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:21:19,131 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 17:21:19,131 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:19,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:19,165 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,166 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 17:21:19,166 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 17:21:19,166 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,166 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,195 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,229 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 17:21:19,229 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 17:21:19,229 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,229 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,263 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,293 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 17:21:19,293 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 17:21:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,293 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,321 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,350 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 17:21:19,350 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 17:21:19,350 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 17:21:19,350 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 17:21:19,350 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,350 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,351 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: { 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: , 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:19,380 INFO snapshot-role/MainThread: } 2024-03-01 17:21:19,381 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:20,717 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:21:20,717 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:21:20,717 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 17:21:20,717 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:20,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,747 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,747 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,747 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 17:21:20,747 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 17:21:20,747 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,748 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,779 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,813 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 17:21:20,813 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 17:21:20,813 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,813 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,814 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,814 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,814 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,814 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,814 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,842 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,843 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,843 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,843 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:20,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,872 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,872 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,872 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 17:21:20,872 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 17:21:20,872 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,872 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,873 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,873 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,873 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,873 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,873 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,903 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,934 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 17:21:20,934 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 17:21:20,934 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 17:21:20,934 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 17:21:20,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,935 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,935 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,962 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,992 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 17:21:20,992 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 17:21:20,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,992 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,021 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,050 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 17:21:21,050 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 17:21:21,050 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,050 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,051 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,051 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,051 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,051 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,079 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,080 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,080 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,114 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,115 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,115 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,115 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,142 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,143 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,171 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 17:21:21,171 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 17:21:21,171 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 17:21:21,171 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 17:21:21,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,171 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:21,206 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:21,206 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,206 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,206 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,207 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,207 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,207 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,207 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,207 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,207 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,207 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 20469 at Fri Mar 1 17:21:36 2024 PRODUCT_UUID=ec2c4f4d-32c8-e46b-2d5d-d7b95e1c9495 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" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 17:20:45,625 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2i2eskfi/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:48,663 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_x7dggi80/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:52,664 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_yp_qj_hs/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:52,722 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:52,722 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:20:52,762 INFO program/MainThread: stdout[2]: 2024-03-01 17:20:52,763 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:20:52,763 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:20:52,763 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:20:52,767 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:52,768 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:20:52,771 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:52,771 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:20:52,774 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:52,774 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:20:52,777 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:52,777 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:20:52,785 INFO program/MainThread: stdout: 2024-03-01 17:20:52,785 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:20:52,785 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:20:52,785 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:52,785 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:52,785 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:52,786 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:52,786 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:52,786 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:20:52,786 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:52,786 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:20:52,787 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:20:52,787 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:52,799 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:52,812 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:20:52,816 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ae2ee7f7ebb942409d9bd9c8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-id/scsi-36001405ae2ee7f7ebb942409d9bd9c8b', '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': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'ID_SERIAL': '36001405ae2ee7f7ebb942409d9bd9c8b', 'ID_SERIAL_SHORT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ae2ee7f7e', 'ID_WWN_VENDOR_EXTENSION': '0xbb942409d9bd9c8b', 'ID_WWN_WITH_EXTENSION': '0x6001405ae2ee7f7ebb942409d9bd9c8b', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645426052'} ; 2024-03-01 17:20:52,816 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:20:52,816 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:52,859 INFO program/MainThread: stdout[3]: 2024-03-01 17:20:52,859 INFO program/MainThread: stderr[3]: 2024-03-01 17:20:52,859 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:20:52,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:52,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:52,871 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:20:52,872 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:20:52,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:20:52,877 INFO blivet/MainThread: sda is a disk 2024-03-01 17:20:52,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:20:52,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:20:52,881 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:52,884 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:52,884 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:52,887 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:20:52,888 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:20:52,889 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:20:52,889 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d4b5a8e0) -- 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 = 6001405ae2ee7f7ebb942409d9bd9c8b 2024-03-01 17:20:52,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:20:52,892 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:20:52,895 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/wwn-0x60014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/scsi-360014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'ID_SERIAL': '360014058d8ad9ace9874845acb9c1a6b', 'ID_SERIAL_SHORT': '60014058d8ad9ace9874845acb9c1a6b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058d8ad9ace', 'ID_WWN_VENDOR_EXTENSION': '0x9874845acb9c1a6b', 'ID_WWN_WITH_EXTENSION': '0x60014058d8ad9ace9874845acb9c1a6b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058d8ad9ace9874845acb9c1a6b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645385527'} ; 2024-03-01 17:20:52,895 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:20:52,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:52,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:52,906 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:20:52,907 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:20:52,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:20:52,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:20:52,910 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:52,913 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:52,913 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:52,916 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:20:52,916 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:20:52,916 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:20:52,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d4244a60) -- 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 = 60014058d8ad9ace9874845acb9c1a6b 2024-03-01 17:20:52,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:20:52,920 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:20:52,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x60014051291c94309fd4dc6b60276924 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1291c943-09fd-4dc6-b602-76924904f6a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2 ' '/dev/disk/by-id/scsi-360014051291c94309fd4dc6b60276924', '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': '1291c943-09fd-4dc6-b602-76924904f6a2', 'ID_SERIAL': '360014051291c94309fd4dc6b60276924', 'ID_SERIAL_SHORT': '60014051291c94309fd4dc6b60276924', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051291c9430', 'ID_WWN_VENDOR_EXTENSION': '0x9fd4dc6b60276924', 'ID_WWN_WITH_EXTENSION': '0x60014051291c94309fd4dc6b60276924', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051291c94309fd4dc6b60276924', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646079501'} ; 2024-03-01 17:20:52,923 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:20:52,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:20:52,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:52,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:20:52,934 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:20:52,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:20:52,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:20:52,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:20:52,940 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:20:52,940 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:20:52,943 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:20:52,943 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:20:52,943 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:20:52,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d4244ca0) -- 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 = 60014051291c94309fd4dc6b60276924 2024-03-01 17:20:52,947 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:20:52,947 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:20:52,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/wwn-0x600140523c0ccc1ee554c0ba76cfef47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/scsi-3600140523c0ccc1ee554c0ba76cfef47', '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': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'ID_SERIAL': '3600140523c0ccc1ee554c0ba76cfef47', 'ID_SERIAL_SHORT': '600140523c0ccc1ee554c0ba76cfef47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140523c0ccc1e', 'ID_WWN_VENDOR_EXTENSION': '0xe554c0ba76cfef47', 'ID_WWN_WITH_EXTENSION': '0x600140523c0ccc1ee554c0ba76cfef47', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140523c0ccc1ee554c0ba76cfef47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646066142'} ; 2024-03-01 17:20:52,950 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:20:52,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:20:52,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:52,960 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:20:52,960 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:20:52,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:20:52,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:20:52,963 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:20:52,966 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:20:52,966 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:20:52,969 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:20:52,969 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:20:52,970 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:20:52,970 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d427df70) -- 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 = 600140523c0ccc1ee554c0ba76cfef47 2024-03-01 17:20:52,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:20:52,973 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:20:52,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405586950625a584c8bb49ab6c6a ' '/dev/disk/by-id/scsi-36001405586950625a584c8bb49ab6c6a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_58695062-5a58-4c8b-b49a-b6c6aefd5ab3 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3', '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': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'ID_SERIAL': '36001405586950625a584c8bb49ab6c6a', 'ID_SERIAL_SHORT': '6001405586950625a584c8bb49ab6c6a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405586950625', 'ID_WWN_VENDOR_EXTENSION': '0xa584c8bb49ab6c6a', 'ID_WWN_WITH_EXTENSION': '0x6001405586950625a584c8bb49ab6c6a', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405586950625a584c8bb49ab6c6a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645457760'} ; 2024-03-01 17:20:52,976 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:20:52,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:52,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:52,986 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:20:52,986 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:20:52,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:20:52,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:20:52,989 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:52,992 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:52,992 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:52,995 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:20:52,995 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:20:52,996 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:20:52,996 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d420d3d0) -- 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 = 6001405586950625a584c8bb49ab6c6a 2024-03-01 17:20:52,998 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:20:52,999 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:20:53,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_95f6f013-5b17-4fbe-bda8-6a4f69033fee ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-3600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee', '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': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'ID_SERIAL': '3600140595f6f0135b174fbebda86a4f6', 'ID_SERIAL_SHORT': '600140595f6f0135b174fbebda86a4f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140595f6f0135', 'ID_WWN_VENDOR_EXTENSION': '0xb174fbebda86a4f6', 'ID_WWN_WITH_EXTENSION': '0x600140595f6f0135b174fbebda86a4f6', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140595f6f0135b174fbebda86a4f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645529791'} ; 2024-03-01 17:20:53,002 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:20:53,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,012 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:20:53,012 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:20:53,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:20:53,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:20:53,015 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:53,018 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:20:53,018 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:20:53,021 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:20:53,021 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,022 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:20:53,022 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d4244460) -- 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 = 600140595f6f0135b174fbebda86a4f6 2024-03-01 17:20:53,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:20:53,025 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:20:53,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x60014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-id/scsi-360014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0', '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': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'ID_SERIAL': '360014057f6f53e6e042413fbeffb700d', 'ID_SERIAL_SHORT': '60014057f6f53e6e042413fbeffb700d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f6f53e6e', 'ID_WWN_VENDOR_EXTENSION': '0x042413fbeffb700d', 'ID_WWN_WITH_EXTENSION': '0x60014057f6f53e6e042413fbeffb700d', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f6f53e6e042413fbeffb700d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645593189'} ; 2024-03-01 17:20:53,028 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:20:53,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,038 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:20:53,038 INFO blivet/MainThread: sde is a disk 2024-03-01 17:20:53,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:20:53,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:20:53,041 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:53,044 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:20:53,044 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:20:53,047 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:20:53,048 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,048 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:20:53,048 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d4203b80) -- 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 = 60014057f6f53e6e042413fbeffb700d 2024-03-01 17:20:53,051 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:20:53,051 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:20:53,054 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051f7b4c392314424690d93754b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-id/scsi-360014051f7b4c392314424690d93754b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'ID_SERIAL': '360014051f7b4c392314424690d93754b', 'ID_SERIAL_SHORT': '60014051f7b4c392314424690d93754b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051f7b4c392', 'ID_WWN_VENDOR_EXTENSION': '0x314424690d93754b', 'ID_WWN_WITH_EXTENSION': '0x60014051f7b4c392314424690d93754b', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051f7b4c392314424690d93754b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645687012'} ; 2024-03-01 17:20:53,054 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:20:53,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,064 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:20:53,065 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:20:53,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:20:53,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:20:53,067 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:53,070 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:20:53,070 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:20:53,073 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:20:53,073 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,074 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:20:53,074 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d4203fd0) -- 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 = 60014051f7b4c392314424690d93754b 2024-03-01 17:20:53,077 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:20:53,077 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:20:53,080 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_59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-id/scsi-3600140559a83d7143d74f0eb170baf58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-id/wwn-0x600140559a83d7143d74f0eb170baf58', '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': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'ID_SERIAL': '3600140559a83d7143d74f0eb170baf58', 'ID_SERIAL_SHORT': '600140559a83d7143d74f0eb170baf58', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140559a83d714', 'ID_WWN_VENDOR_EXTENSION': '0x3d74f0eb170baf58', 'ID_WWN_WITH_EXTENSION': '0x600140559a83d7143d74f0eb170baf58', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140559a83d7143d74f0eb170baf58', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645721014'} ; 2024-03-01 17:20:53,080 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:20:53,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,090 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:20:53,091 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:20:53,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:20:53,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:20:53,094 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:53,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:53,097 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:53,099 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:20:53,100 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,100 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:20:53,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d42149a0) -- 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 = 600140559a83d7143d74f0eb170baf58 2024-03-01 17:20:53,103 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:20:53,103 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:20:53,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15 ' '/dev/disk/by-id/wwn-0x6001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_d4e7f337-5229-4106-a3ed-3b58c1b06d15', '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': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'ID_SERIAL': '36001405d4e7f33752294106a3ed3b58c', 'ID_SERIAL_SHORT': '6001405d4e7f33752294106a3ed3b58c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4e7f3375', 'ID_WWN_VENDOR_EXTENSION': '0x2294106a3ed3b58c', 'ID_WWN_WITH_EXTENSION': '0x6001405d4e7f33752294106a3ed3b58c', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4e7f33752294106a3ed3b58c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645893419'} ; 2024-03-01 17:20:53,106 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:20:53,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,116 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:20:53,117 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:20:53,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:20:53,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:20:53,120 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:53,122 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:53,123 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:53,125 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:20:53,126 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,126 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:20:53,126 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d42144f0) -- 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 = 6001405d4e7f33752294106a3ed3b58c 2024-03-01 17:20:53,129 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:20:53,129 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:20:53,132 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140598d2ae21dca14a7385f2d2e48 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/scsi-3600140598d2ae21dca14a7385f2d2e48 ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'ID_SERIAL': '3600140598d2ae21dca14a7385f2d2e48', 'ID_SERIAL_SHORT': '600140598d2ae21dca14a7385f2d2e48', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140598d2ae21d', 'ID_WWN_VENDOR_EXTENSION': '0xca14a7385f2d2e48', 'ID_WWN_WITH_EXTENSION': '0x600140598d2ae21dca14a7385f2d2e48', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140598d2ae21dca14a7385f2d2e48', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646017973'} ; 2024-03-01 17:20:53,132 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:20:53,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,142 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:20:53,143 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:20:53,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:20:53,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:20:53,146 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:53,149 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:53,149 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:53,152 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:20:53,152 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,152 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:20:53,152 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d420d370) -- 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 = 600140598d2ae21dca14a7385f2d2e48 2024-03-01 17:20:53,155 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:20:53,155 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:20:53,158 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-id/scsi-3600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_62972f50-b5ff-42f9-a020-0fbe483719ee ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', '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': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'ID_SERIAL': '3600140562972f50b5ff42f9a0200fbe4', 'ID_SERIAL_SHORT': '600140562972f50b5ff42f9a0200fbe4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140562972f50b', 'ID_WWN_VENDOR_EXTENSION': '0x5ff42f9a0200fbe4', 'ID_WWN_WITH_EXTENSION': '0x600140562972f50b5ff42f9a0200fbe4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140562972f50b5ff42f9a0200fbe4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646019900'} ; 2024-03-01 17:20:53,158 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:20:53,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,169 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:20:53,169 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:20:53,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:20:53,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:20:53,172 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:53,175 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:53,175 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:53,178 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:20:53,178 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:20:53,178 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:20:53,179 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d421a730) -- 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 = 600140562972f50b5ff42f9a0200fbe4 2024-03-01 17:20:53,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:20:53,182 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:20:53,184 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': '22080673'} ; 2024-03-01 17:20:53,184 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:20:53,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,193 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:20:53,194 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:20:53,194 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:20:53,194 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:20:53,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:20:53,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:20:53,197 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:20:53,199 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:20:53,200 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:20:53,202 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:20:53,203 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:20:53,203 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:20:53,203 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94d421e490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:20:53,206 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:20:53,209 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:53,209 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:20:53,212 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:53,212 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:20:53,215 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:53,215 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:20:53,218 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:53,219 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:20:53,221 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:20:53,224 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:53,227 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:20:53,232 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 0x7f94d4206440> 2024-03-01 17:20:53,270 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:20:53,274 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:20:53,274 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:20:53,278 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': '22082509'} ; 2024-03-01 17:20:53,278 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:20:53,278 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:20:53,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,286 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:20:53,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,291 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:53,303 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:53,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:20:53,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:20:53,326 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:20:53,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:20:53,329 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:20:53,331 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:20:53,331 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:20:53,334 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:53,335 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:53,335 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:20:53,337 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:20:53,340 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:20:53,343 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:20:53,345 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:20:53,348 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:53,349 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:53,349 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:20:53,349 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:20:53,349 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f94d4222fd0) -- 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 0x7f94d6229bd0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:20:53,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:20:53,355 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:53,355 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:20:53,358 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:53,358 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:20:53,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:53,361 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:20:53,364 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:53,364 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:20:53,366 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:20:53,366 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:20:53,369 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:53,369 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:20:53,372 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:20:53,372 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:53,372 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:53,385 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:53,398 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:20:53,399 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:20:53,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:53,410 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:20:53,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:53,420 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:20:53,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:53,430 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:20:53,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:53,439 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:20:53,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:53,449 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:20:53,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:53,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:20:53,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:20:53,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:20:56,351 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_s930s9bu/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:56,384 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:56,385 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:20:56,387 INFO program/MainThread: stdout[2]: 2024-03-01 17:20:56,387 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:20:56,388 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:20:56,388 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:20:56,392 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:56,392 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:20:56,395 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:56,396 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:20:56,398 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:56,398 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:20:56,401 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:56,401 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:20:56,409 INFO program/MainThread: stdout: 2024-03-01 17:20:56,409 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:20:56,409 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:20:56,409 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:56,409 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:56,409 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:56,410 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:56,410 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:56,410 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:20:56,410 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:56,410 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:20:56,411 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:20:56,411 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:56,422 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:56,435 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:20:56,438 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ae2ee7f7ebb942409d9bd9c8b ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-id/scsi-36001405ae2ee7f7ebb942409d9bd9c8b', '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': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'ID_SERIAL': '36001405ae2ee7f7ebb942409d9bd9c8b', 'ID_SERIAL_SHORT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ae2ee7f7e', 'ID_WWN_VENDOR_EXTENSION': '0xbb942409d9bd9c8b', 'ID_WWN_WITH_EXTENSION': '0x6001405ae2ee7f7ebb942409d9bd9c8b', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645426052'} ; 2024-03-01 17:20:56,439 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:20:56,439 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:56,471 INFO program/MainThread: stdout[3]: 2024-03-01 17:20:56,471 INFO program/MainThread: stderr[3]: 2024-03-01 17:20:56,471 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:20:56,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,482 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:20:56,483 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:20:56,488 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:20:56,488 INFO blivet/MainThread: sda is a disk 2024-03-01 17:20:56,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:20:56,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:20:56,492 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:56,495 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:56,495 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:56,498 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:20:56,499 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,499 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:20:56,499 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f91cfd8e0) -- 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 = 6001405ae2ee7f7ebb942409d9bd9c8b 2024-03-01 17:20:56,502 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:20:56,503 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:20:56,506 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-360014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/wwn-0x60014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', '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': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'ID_SERIAL': '360014058d8ad9ace9874845acb9c1a6b', 'ID_SERIAL_SHORT': '60014058d8ad9ace9874845acb9c1a6b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058d8ad9ace', 'ID_WWN_VENDOR_EXTENSION': '0x9874845acb9c1a6b', 'ID_WWN_WITH_EXTENSION': '0x60014058d8ad9ace9874845acb9c1a6b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058d8ad9ace9874845acb9c1a6b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645385527'} ; 2024-03-01 17:20:56,506 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:20:56,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,516 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:20:56,517 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:20:56,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:20:56,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:20:56,520 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:56,523 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:56,523 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:56,526 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:20:56,526 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,527 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:20:56,527 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90be4a60) -- 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 = 60014058d8ad9ace9874845acb9c1a6b 2024-03-01 17:20:56,530 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:20:56,530 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:20:56,533 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x60014051291c94309fd4dc6b60276924 ' '/dev/disk/by-id/scsi-360014051291c94309fd4dc6b60276924 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1291c943-09fd-4dc6-b602-76924904f6a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2', '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': '1291c943-09fd-4dc6-b602-76924904f6a2', 'ID_SERIAL': '360014051291c94309fd4dc6b60276924', 'ID_SERIAL_SHORT': '60014051291c94309fd4dc6b60276924', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051291c9430', 'ID_WWN_VENDOR_EXTENSION': '0x9fd4dc6b60276924', 'ID_WWN_WITH_EXTENSION': '0x60014051291c94309fd4dc6b60276924', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051291c94309fd4dc6b60276924', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646079501'} ; 2024-03-01 17:20:56,533 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:20:56,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,544 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:20:56,544 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:20:56,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:20:56,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:20:56,547 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:20:56,550 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:20:56,550 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:20:56,553 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:20:56,553 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,554 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:20:56,554 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90be4ca0) -- 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 = 60014051291c94309fd4dc6b60276924 2024-03-01 17:20:56,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:20:56,557 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:20:56,560 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/scsi-3600140523c0ccc1ee554c0ba76cfef47 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x600140523c0ccc1ee554c0ba76cfef47', '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': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'ID_SERIAL': '3600140523c0ccc1ee554c0ba76cfef47', 'ID_SERIAL_SHORT': '600140523c0ccc1ee554c0ba76cfef47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140523c0ccc1e', 'ID_WWN_VENDOR_EXTENSION': '0xe554c0ba76cfef47', 'ID_WWN_WITH_EXTENSION': '0x600140523c0ccc1ee554c0ba76cfef47', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140523c0ccc1ee554c0ba76cfef47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646066142'} ; 2024-03-01 17:20:56,560 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:20:56,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,570 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:20:56,571 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:20:56,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:20:56,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:20:56,574 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:20:56,577 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:20:56,577 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:20:56,580 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:20:56,580 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,580 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:20:56,580 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90c1ef70) -- 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 = 600140523c0ccc1ee554c0ba76cfef47 2024-03-01 17:20:56,583 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:20:56,583 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:20:56,586 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_58695062-5a58-4c8b-b49a-b6c6aefd5ab3 ' '/dev/disk/by-id/wwn-0x6001405586950625a584c8bb49ab6c6a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3 ' '/dev/disk/by-id/scsi-36001405586950625a584c8bb49ab6c6a', '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': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'ID_SERIAL': '36001405586950625a584c8bb49ab6c6a', 'ID_SERIAL_SHORT': '6001405586950625a584c8bb49ab6c6a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405586950625', 'ID_WWN_VENDOR_EXTENSION': '0xa584c8bb49ab6c6a', 'ID_WWN_WITH_EXTENSION': '0x6001405586950625a584c8bb49ab6c6a', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405586950625a584c8bb49ab6c6a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645457760'} ; 2024-03-01 17:20:56,586 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:20:56,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,597 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:20:56,597 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:20:56,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:20:56,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:20:56,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:56,603 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:56,603 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:56,606 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:20:56,606 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,607 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:20:56,607 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90baf3d0) -- 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 = 6001405586950625a584c8bb49ab6c6a 2024-03-01 17:20:56,610 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:20:56,610 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:20:56,613 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-3600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_95f6f013-5b17-4fbe-bda8-6a4f69033fee', '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': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'ID_SERIAL': '3600140595f6f0135b174fbebda86a4f6', 'ID_SERIAL_SHORT': '600140595f6f0135b174fbebda86a4f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140595f6f0135', 'ID_WWN_VENDOR_EXTENSION': '0xb174fbebda86a4f6', 'ID_WWN_WITH_EXTENSION': '0x600140595f6f0135b174fbebda86a4f6', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140595f6f0135b174fbebda86a4f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645529791'} ; 2024-03-01 17:20:56,613 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:20:56,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,623 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:20:56,624 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:20:56,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:20:56,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:20:56,627 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:56,629 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:20:56,630 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:20:56,632 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:20:56,633 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,633 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:20:56,633 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90be4460) -- 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 = 600140595f6f0135b174fbebda86a4f6 2024-03-01 17:20:56,636 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:20:56,636 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:20:56,639 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-id/wwn-0x60014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-id/scsi-360014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'ID_SERIAL': '360014057f6f53e6e042413fbeffb700d', 'ID_SERIAL_SHORT': '60014057f6f53e6e042413fbeffb700d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f6f53e6e', 'ID_WWN_VENDOR_EXTENSION': '0x042413fbeffb700d', 'ID_WWN_WITH_EXTENSION': '0x60014057f6f53e6e042413fbeffb700d', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f6f53e6e042413fbeffb700d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645593189'} ; 2024-03-01 17:20:56,639 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:20:56,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,650 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:20:56,650 INFO blivet/MainThread: sde is a disk 2024-03-01 17:20:56,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:20:56,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:20:56,653 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:56,656 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:20:56,656 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:20:56,659 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:20:56,659 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,659 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:20:56,659 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90ba4b80) -- 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 = 60014057f6f53e6e042413fbeffb700d 2024-03-01 17:20:56,662 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:20:56,662 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:20:56,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051f7b4c392314424690d93754b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-id/scsi-360014051f7b4c392314424690d93754b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'ID_SERIAL': '360014051f7b4c392314424690d93754b', 'ID_SERIAL_SHORT': '60014051f7b4c392314424690d93754b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051f7b4c392', 'ID_WWN_VENDOR_EXTENSION': '0x314424690d93754b', 'ID_WWN_WITH_EXTENSION': '0x60014051f7b4c392314424690d93754b', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051f7b4c392314424690d93754b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645687012'} ; 2024-03-01 17:20:56,665 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:20:56,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,676 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:20:56,676 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:20:56,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:20:56,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:20:56,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:56,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:20:56,682 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:20:56,684 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:20:56,685 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,685 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:20:56,685 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90ba4fd0) -- 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 = 60014051f7b4c392314424690d93754b 2024-03-01 17:20:56,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:20:56,688 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:20:56,691 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-id/scsi-3600140559a83d7143d74f0eb170baf58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x600140559a83d7143d74f0eb170baf58', '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': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'ID_SERIAL': '3600140559a83d7143d74f0eb170baf58', 'ID_SERIAL_SHORT': '600140559a83d7143d74f0eb170baf58', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140559a83d714', 'ID_WWN_VENDOR_EXTENSION': '0x3d74f0eb170baf58', 'ID_WWN_WITH_EXTENSION': '0x600140559a83d7143d74f0eb170baf58', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140559a83d7143d74f0eb170baf58', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645721014'} ; 2024-03-01 17:20:56,691 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:20:56,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,701 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:20:56,702 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:20:56,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:20:56,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:20:56,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:56,708 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:56,708 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:56,710 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:20:56,711 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,711 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:20:56,711 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90bb49a0) -- 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 = 600140559a83d7143d74f0eb170baf58 2024-03-01 17:20:56,714 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:20:56,714 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:20:56,717 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_d4e7f337-5229-4106-a3ed-3b58c1b06d15 ' '/dev/disk/by-id/scsi-36001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-id/wwn-0x6001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15', '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': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'ID_SERIAL': '36001405d4e7f33752294106a3ed3b58c', 'ID_SERIAL_SHORT': '6001405d4e7f33752294106a3ed3b58c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4e7f3375', 'ID_WWN_VENDOR_EXTENSION': '0x2294106a3ed3b58c', 'ID_WWN_WITH_EXTENSION': '0x6001405d4e7f33752294106a3ed3b58c', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4e7f33752294106a3ed3b58c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645893419'} ; 2024-03-01 17:20:56,717 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:20:56,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,727 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:20:56,728 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:20:56,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:20:56,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:20:56,731 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:56,733 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:56,734 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:56,736 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:20:56,737 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,737 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:20:56,737 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90bb44f0) -- 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 = 6001405d4e7f33752294106a3ed3b58c 2024-03-01 17:20:56,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:20:56,740 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:20:56,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-3600140598d2ae21dca14a7385f2d2e48 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/wwn-0x600140598d2ae21dca14a7385f2d2e48', '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': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'ID_SERIAL': '3600140598d2ae21dca14a7385f2d2e48', 'ID_SERIAL_SHORT': '600140598d2ae21dca14a7385f2d2e48', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140598d2ae21d', 'ID_WWN_VENDOR_EXTENSION': '0xca14a7385f2d2e48', 'ID_WWN_WITH_EXTENSION': '0x600140598d2ae21dca14a7385f2d2e48', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140598d2ae21dca14a7385f2d2e48', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646017973'} ; 2024-03-01 17:20:56,743 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:20:56,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:20:56,755 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:20:56,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:20:56,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:20:56,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:56,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:56,760 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:56,763 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:20:56,763 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,764 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:20:56,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90baf370) -- 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 = 600140598d2ae21dca14a7385f2d2e48 2024-03-01 17:20:56,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:20:56,767 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:20:56,770 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee ' '/dev/disk/by-id/wwn-0x600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_62972f50-b5ff-42f9-a020-0fbe483719ee ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-3600140562972f50b5ff42f9a0200fbe4', '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': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'ID_SERIAL': '3600140562972f50b5ff42f9a0200fbe4', 'ID_SERIAL_SHORT': '600140562972f50b5ff42f9a0200fbe4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140562972f50b', 'ID_WWN_VENDOR_EXTENSION': '0x5ff42f9a0200fbe4', 'ID_WWN_WITH_EXTENSION': '0x600140562972f50b5ff42f9a0200fbe4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140562972f50b5ff42f9a0200fbe4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646019900'} ; 2024-03-01 17:20:56,770 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:20:56,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,780 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:20:56,780 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:20:56,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:20:56,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:20:56,783 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:56,786 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:56,786 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:56,789 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:20:56,789 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:20:56,790 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:20:56,790 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90bbb730) -- 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 = 600140562972f50b5ff42f9a0200fbe4 2024-03-01 17:20:56,793 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:20:56,793 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:20:56,796 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': '22080673'} ; 2024-03-01 17:20:56,796 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:20:56,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,805 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:20:56,805 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:20:56,805 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:20:56,805 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:20:56,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:20:56,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:20:56,808 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:20:56,811 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:20:56,811 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:20:56,814 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:20:56,814 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:20:56,814 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:20:56,814 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6f90bbe490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:20:56,817 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:20:56,820 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:56,820 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:20:56,823 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:56,823 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:20:56,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:56,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:20:56,830 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:56,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:20:56,832 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:20:56,835 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:56,838 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:20:56,843 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 0x7f6f90bc1ac0> 2024-03-01 17:20:56,876 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:20:56,880 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:20:56,880 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:20:56,884 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22082509'} ; 2024-03-01 17:20:56,884 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:20:56,884 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:20:56,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,892 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:20:56,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:56,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:56,909 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:56,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:56,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:20:56,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:20:56,932 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:20:56,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:20:56,935 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:20:56,938 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:20:56,938 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:20:56,941 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:56,941 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:56,941 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:20:56,944 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:20:56,947 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:20:56,949 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:20:56,952 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:20:56,955 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:56,955 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:56,955 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:20:56,956 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:20:56,955 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6f90bc3fd0) -- 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 0x7f6f90ba8ea0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:20:56,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:20:56,962 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:56,962 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:20:56,965 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:56,965 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:20:56,968 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:56,968 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:20:56,971 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:56,971 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:20:56,972 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:20:56,973 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:20:56,976 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:56,976 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:20:56,979 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:20:56,979 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:56,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:56,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,001 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:20:57,001 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:20:57,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,012 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:20:57,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,023 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:20:57,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,032 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:20:57,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,042 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:20:57,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,052 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:20:57,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,062 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:20:57,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,072 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:20:57,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:20:57,078 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:20:57,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:20:57,083 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:20:57,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:20:57,088 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:20:57,090 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,091 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:20:57,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:20:57,094 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:57,094 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:57,097 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,097 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:57,099 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,099 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:20:57,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:20:57,102 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:57,102 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:57,105 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,105 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:57,108 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,108 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:20:57,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:20:57,111 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:57,111 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:57,113 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,114 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:57,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:20:57,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:20:57,121 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:57,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:20:57,127 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:57,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:20:57,134 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:57,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:20:57,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:20:57,138 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:20:57,138 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:57,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,149 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:20:57,150 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:57,150 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:20:57,150 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:20:57,151 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:57,151 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:20:57,154 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,154 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:20:57,156 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:20:57,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:57,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:20:57,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:20:57,166 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:20:57,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:57,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:20:57,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:20:57,176 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:57,176 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:20:57,176 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:20:57,176 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:20:57,215 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:20:57,215 INFO program/MainThread: stderr[4]: 2024-03-01 17:20:57,215 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:20:57,216 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:20:57,216 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:57,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:20:57,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,220 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:57,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,231 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:20:57,232 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:57,232 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:20:57,232 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:20:57,233 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:57,233 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:20:57,236 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,236 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:20:57,238 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:20:57,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:20:57,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:20:57,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:20:57,248 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:20:57,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:20:57,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:20:57,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:20:57,258 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:57,258 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:20:57,258 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:20:57,259 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:20:57,259 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:20:57,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:20:57,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,262 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:20:57,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,272 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:20:57,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:20:57,277 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:20:57,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:20:57,283 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:20:57,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:20:57,288 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:20:57,290 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,290 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:20:57,290 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:20:57,293 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:57,293 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:20:57,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,296 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:20:57,298 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,299 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:20:57,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:20:57,301 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:57,301 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:20:57,304 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,304 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:20:57,307 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,307 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:20:57,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:20:57,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:57,310 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:20:57,313 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,313 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:20:57,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:20:57,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:20:57,319 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:20:57,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:20:57,326 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:20:57,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:20:57,332 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:20:57,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:20:57,335 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:20:57,336 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:20:57,336 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:20:57,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,348 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:20:57,348 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:20:57,349 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:20:57,349 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:20:57,349 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:20:57,349 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:20:57,352 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,352 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:20:57,355 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:20:57,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:20:57,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:20:57,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:20:57,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:20:57,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:20:57,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:20:57,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:20:57,374 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:20:57,374 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:20:57,374 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:20:57,374 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:20:57,374 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:20:57,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:20:57,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,378 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:20:57,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,389 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:20:57,389 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:20:57,390 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:20:57,390 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:20:57,390 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:20:57,391 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:20:57,393 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,393 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:20:57,396 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:20:57,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:20:57,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:20:57,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:20:57,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:20:57,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:20:57,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:20:57,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:20:57,415 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:20:57,415 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:20:57,415 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:20:57,416 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:20:57,416 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:20:57,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:20:57,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,419 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:20:57,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,430 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:20:57,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:20:57,435 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:20:57,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:20:57,440 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:20:57,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:20:57,445 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:20:57,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:20:57,450 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:20:57,452 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,452 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:20:57,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:20:57,455 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:57,455 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:20:57,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,458 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:20:57,461 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,461 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:20:57,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:20:57,464 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:57,464 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:20:57,466 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,467 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:20:57,470 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,470 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:20:57,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:20:57,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:57,473 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:20:57,475 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,475 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:20:57,478 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:57,478 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:20:57,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:20:57,481 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:57,481 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:20:57,484 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:20:57,484 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:20:57,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:20:57,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:20:57,491 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:20:57,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:20:57,497 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:20:57,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:20:57,503 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:20:57,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:20:57,510 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:20:57,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:20:57,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:20:57,514 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:20:57,514 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:20:57,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,527 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:20:57,528 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,528 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:20:57,528 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:20:57,528 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,529 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:20:57,531 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,532 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:20:57,534 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:20:57,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:20:57,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:20:57,541 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:20:57,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:20:57,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:20:57,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:20:57,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:20:57,553 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,554 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:20:57,554 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:20:57,554 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:20:57,554 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:20:57,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:20:57,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,558 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:20:57,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,569 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:20:57,569 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,570 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:20:57,570 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:20:57,570 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,571 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:20:57,573 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,574 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:20:57,576 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:20:57,580 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:20:57,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:20:57,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:20:57,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:20:57,589 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:20:57,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:20:57,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:20:57,595 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,596 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:20:57,596 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:20:57,596 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:20:57,596 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:20:57,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:20:57,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,600 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:20:57,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,611 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:20:57,612 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,612 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:20:57,612 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:20:57,613 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,613 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:20:57,616 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,616 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:20:57,619 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:20:57,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:20:57,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:20:57,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:20:57,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:20:57,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:20:57,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:20:57,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:20:57,638 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,639 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:20:57,639 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:20:57,639 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:20:57,639 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:57,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:20:57,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,643 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:57,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:57,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:57,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:57,654 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:20:57,654 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,655 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:20:57,655 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:20:57,656 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,656 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:20:57,659 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,659 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:20:57,662 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:57,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:20:57,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:20:57,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:20:57,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:20:57,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:20:57,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:20:57,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:20:57,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:20:57,681 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:20:57,682 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:20:57,682 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:20:57,682 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:20:57,682 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:57,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:20:57,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:20:57,686 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:57,687 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:20:57,688 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:20:57,689 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:20:57,690 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:20:57,690 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:57,690 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:57,690 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:57,690 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:57,690 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:20:57,692 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:20:57,694 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:20:57,697 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:20:57,699 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:20:57,700 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:20:57,702 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:20:57,702 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 0x7f6f90aad090> 2024-03-01 17:20:57,703 INFO blivet/MainThread: sorting actions... 2024-03-01 17:20:57,734 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:20:57,734 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:20:57,735 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:20:57,735 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:20:57,735 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:20:57,736 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:20:57,736 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:20:57,736 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:57,737 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:57,737 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:57,737 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:20:57,738 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:20:57,738 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:20:57,738 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:20:57,739 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:20:57,739 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:57,739 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:57,740 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:57,740 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:57,741 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:20:57,741 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:20:57,741 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:20:57,742 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:20:57,742 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:20:57,743 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:20:57,743 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:20:57,743 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:20:57,744 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:20:57,744 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:20:57,744 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:20:57,745 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:20:57,745 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:57,746 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:57,746 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:57,746 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:57,747 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:20:57,747 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:20:57,747 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:57,748 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:57,748 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:20:57,751 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:57,753 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:20:57,753 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:20:57,760 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,784 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,795 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,796 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:20:57,799 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:57,802 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:20:57,802 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:20:57,807 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,832 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,844 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,845 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:20:57,848 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:57,851 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:20:57,851 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:20:57,855 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,856 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,881 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,893 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,894 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:20:57,897 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:57,900 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:20:57,900 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:20:57,905 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,932 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,944 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,945 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:20:57,948 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:57,951 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:20:57,951 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:20:57,955 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,981 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:57,993 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:57,994 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:20:57,997 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:58,000 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:20:58,000 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:20:58,004 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,005 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,030 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,030 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,042 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,043 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:20:58,046 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:58,049 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:20:58,049 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:20:58,053 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,078 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,090 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,091 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:58,094 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:58,097 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:20:58,097 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:20:58,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,102 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,125 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,137 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,138 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:58,141 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:58,144 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:20:58,144 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:20:58,149 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,149 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,182 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,183 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:58,186 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:58,189 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:20:58,189 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:20:58,193 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,218 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,230 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,231 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:20:58,234 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,237 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,239 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,239 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:20:58,239 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:58,240 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:58,281 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 17:20:58,281 INFO program/MainThread: stderr[5]: 2024-03-01 17:20:58,281 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:20:58,283 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:58,291 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 17:20:58,291 INFO program/MainThread: stderr[6]: 2024-03-01 17:20:58,291 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:20:58,292 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 17:20:58,316 INFO program/MainThread: stdout[7]: 2024-03-01 17:20:58,316 INFO program/MainThread: stderr[7]: 2024-03-01 17:20:58,316 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:20:58,316 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 17:20:58,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,328 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:58,332 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:58,333 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:20:58,341 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,364 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,364 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:20:58,368 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,370 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,373 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,373 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:20:58,373 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:58,373 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:58,410 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:20:58,411 INFO program/MainThread: stderr[8]: 2024-03-01 17:20:58,411 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:20:58,412 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:58,420 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 17:20:58,420 INFO program/MainThread: stderr[9]: 2024-03-01 17:20:58,420 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:20:58,420 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 17:20:58,452 INFO program/MainThread: stdout[10]: 2024-03-01 17:20:58,452 INFO program/MainThread: stderr[10]: 2024-03-01 17:20:58,452 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:20:58,452 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 17:20:58,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,464 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,468 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:58,468 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:58,469 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:20:58,477 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,498 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,498 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:20:58,502 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,504 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,507 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,507 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:20:58,507 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:58,507 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:58,538 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:20:58,539 INFO program/MainThread: stderr[11]: 2024-03-01 17:20:58,539 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:20:58,539 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:58,551 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 17:20:58,551 INFO program/MainThread: stderr[12]: 2024-03-01 17:20:58,551 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:20:58,551 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 17:20:58,583 INFO program/MainThread: stdout[13]: 2024-03-01 17:20:58,583 INFO program/MainThread: stderr[13]: 2024-03-01 17:20:58,583 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:20:58,583 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 17:20:58,583 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,595 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,599 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:58,599 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:58,600 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:20:58,608 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,629 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,630 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:20:58,633 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,635 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,638 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,638 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:20:58,638 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:58,638 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:58,671 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:20:58,671 INFO program/MainThread: stderr[14]: 2024-03-01 17:20:58,671 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:20:58,671 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 17:20:58,684 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 17:20:58,684 INFO program/MainThread: stderr[15]: 2024-03-01 17:20:58,684 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:20:58,684 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 17:20:58,712 INFO program/MainThread: stdout[16]: 2024-03-01 17:20:58,712 INFO program/MainThread: stderr[16]: 2024-03-01 17:20:58,712 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:20:58,712 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 17:20:58,712 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,724 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,728 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:58,728 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:58,729 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:20:58,738 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,759 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,759 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:20:58,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:20:58,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:20:58,768 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,771 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,773 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,776 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,779 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,781 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,784 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,786 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:20:58,789 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 17:20:58,838 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 17:20:58,838 INFO program/MainThread: stderr[17]: 2024-03-01 17:20:58,838 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:20:58,849 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:20:58,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:20:58,868 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,877 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,891 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,896 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,909 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,930 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:58,941 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:20:58,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:20:58,977 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:20:58,977 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:58,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,989 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:20:58,996 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:58,996 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,007 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:59,011 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:20:59,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:20:59,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:20:59,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:20:59,022 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,025 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:20:59,029 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,031 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:20:59,034 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,037 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:20:59,040 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,043 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:20:59,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,054 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:20:59,059 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 17:20:59,092 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:20:59,092 INFO program/MainThread: stderr[18]: 2024-03-01 17:20:59,092 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:20:59,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:20:59,096 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 17:20:59,148 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 17:20:59,148 INFO program/MainThread: stderr[19]: 2024-03-01 17:20:59,148 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:20:59,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:20:59,165 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:59,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,199 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,210 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 17:20:59,210 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:20:59,211 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:20:59,219 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,234 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,234 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:20:59,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,241 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:20:59,244 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:20:59,244 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:20:59,408 INFO program/MainThread: stdout: 2024-03-01 17:20:59,408 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:20:59,408 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:20:59,408 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:20:59,408 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:20:59,408 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:20:59,408 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:20:59,408 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:20:59,408 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:20:59,408 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:20:59,409 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:20:59,409 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,409 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:20:59,429 INFO program/MainThread: stdout: 2024-03-01 17:20:59,430 INFO program/MainThread: writing all SBs 2024-03-01 17:20:59,430 INFO program/MainThread: new label = "" 2024-03-01 17:20:59,430 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,446 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:20:59,450 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:59,451 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:20:59,459 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,460 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,476 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,476 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:59,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:20:59,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:20:59,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,486 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 17:20:59,517 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:20:59,517 INFO program/MainThread: stderr[20]: 2024-03-01 17:20:59,517 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:20:59,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:20:59,521 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 17:20:59,584 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 17:20:59,584 INFO program/MainThread: stderr[21]: 2024-03-01 17:20:59,584 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:20:59,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:20:59,603 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:20:59,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,642 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,646 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 17:20:59,647 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:20:59,647 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:20:59,655 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,656 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:59,671 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:59,671 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:20:59,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:59,678 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:20:59,680 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:20:59,680 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:21:00,444 INFO program/MainThread: stdout: 2024-03-01 17:21:00,445 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:21:00,445 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:00,445 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:00,445 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:00,445 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:21:00,447 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:00,447 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:00,447 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:00,447 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:00,448 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:00,448 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,448 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:21:00,461 INFO program/MainThread: stdout: 2024-03-01 17:21:00,461 INFO program/MainThread: writing all SBs 2024-03-01 17:21:00,461 INFO program/MainThread: new label = "" 2024-03-01 17:21:00,461 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,461 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:00,483 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:00,487 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:00,488 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:21:00,497 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:00,514 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,514 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:00,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:21:00,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:21:00,525 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:00,525 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 17:21:00,557 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:00,557 INFO program/MainThread: stderr[22]: 2024-03-01 17:21:00,557 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:00,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:21:00,561 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 17:21:00,623 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 17:21:00,623 INFO program/MainThread: stderr[23]: 2024-03-01 17:21:00,623 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:00,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:00,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:00,644 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:00,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:00,677 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,685 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 17:21:00,686 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:00,686 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:21:00,699 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,699 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:00,715 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:00,715 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:00,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:00,722 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:21:00,724 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:21:00,725 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:21:01,528 INFO program/MainThread: stdout: 2024-03-01 17:21:01,529 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:21:01,529 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:01,529 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:01,529 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:01,529 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:21:01,529 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:01,529 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:01,529 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:01,529 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:01,529 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:01,529 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,530 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:21:01,542 INFO program/MainThread: stdout: 2024-03-01 17:21:01,543 INFO program/MainThread: writing all SBs 2024-03-01 17:21:01,543 INFO program/MainThread: new label = "" 2024-03-01 17:21:01,543 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:01,561 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:01,565 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:01,566 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:21:01,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:01,591 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,591 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:01,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:21:01,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:21:01,600 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:01,601 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 17:21:01,636 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:01,636 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:01,636 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:01,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:21:01,640 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 17:21:01,702 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 17:21:01,702 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:01,702 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:01,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:01,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:01,721 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:01,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:01,753 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,770 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 17:21:01,771 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:01,771 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:21:01,780 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:01,796 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,796 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:01,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:01,803 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:21:01,806 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:21:01,806 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:21:02,633 INFO program/MainThread: stdout: 2024-03-01 17:21:02,633 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:21:02,633 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:02,633 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:02,633 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:02,633 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:21:02,633 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:02,633 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:02,633 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:02,633 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:02,634 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:02,634 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,634 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:21:02,646 INFO program/MainThread: stdout: 2024-03-01 17:21:02,647 INFO program/MainThread: writing all SBs 2024-03-01 17:21:02,647 INFO program/MainThread: new label = "" 2024-03-01 17:21:02,647 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,647 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,663 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:02,667 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:02,668 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:21:02,676 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,692 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,692 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:02,696 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:02,698 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:02,701 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:02,701 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:21:02,701 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:02,701 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:02,736 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:21:02,736 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:02,736 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:02,736 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 17:21:02,746 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 17:21:02,746 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:02,746 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:02,746 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 17:21:02,773 INFO program/MainThread: stdout[28]: 2024-03-01 17:21:02,773 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:02,773 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:02,773 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 17:21:02,773 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,786 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,790 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:02,790 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:02,791 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:21:02,800 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,822 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,822 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:02,826 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:02,829 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:02,831 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:02,831 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:21:02,831 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:02,831 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:02,861 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:21:02,862 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:02,862 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:02,862 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 17:21:02,875 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 17:21:02,875 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:02,875 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:02,875 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 17:21:02,901 INFO program/MainThread: stdout[31]: 2024-03-01 17:21:02,901 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:02,901 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:02,902 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 17:21:02,902 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,914 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:02,918 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:02,919 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:21:02,928 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,949 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,949 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:02,953 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:02,956 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:02,958 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:02,958 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:21:02,958 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:02,958 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:02,993 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:21:02,993 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:02,993 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:02,994 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 17:21:03,003 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 17:21:03,004 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:03,004 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:03,004 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 17:21:03,034 INFO program/MainThread: stdout[34]: 2024-03-01 17:21:03,034 INFO program/MainThread: stderr[34]: 2024-03-01 17:21:03,034 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:21:03,034 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 17:21:03,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,046 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,050 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:03,050 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:03,051 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:21:03,059 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,080 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,080 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:03,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:21:03,086 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:21:03,089 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,091 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,094 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,097 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,099 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,102 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:21:03,105 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 17:21:03,165 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 17:21:03,165 INFO program/MainThread: stderr[35]: 2024-03-01 17:21:03,165 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:21:03,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:03,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:21:03,186 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,189 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,192 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,195 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,198 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,200 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,201 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,213 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,217 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:21:03,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:21:03,220 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,231 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,232 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:21:03,239 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,250 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,250 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:03,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:21:03,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:21:03,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:03,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:21:03,265 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,268 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,271 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,274 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,277 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,280 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:03,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,292 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:21:03,296 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 17:21:03,327 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:21:03,328 INFO program/MainThread: stderr[36]: 2024-03-01 17:21:03,328 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:21:03,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:21:03,332 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 17:21:03,389 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 17:21:03,389 INFO program/MainThread: stderr[37]: 2024-03-01 17:21:03,389 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:21:03,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:03,415 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:03,415 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,437 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,441 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 17:21:03,441 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:03,442 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:21:03,450 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,477 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,477 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:03,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,484 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:21:03,486 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:21:03,487 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:21:03,714 INFO program/MainThread: stdout: 2024-03-01 17:21:03,714 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:21:03,715 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:03,715 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:03,715 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:03,715 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:21:03,715 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:03,715 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:03,715 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:03,715 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:03,715 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:03,715 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,715 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:21:03,728 INFO program/MainThread: stdout: 2024-03-01 17:21:03,728 INFO program/MainThread: writing all SBs 2024-03-01 17:21:03,729 INFO program/MainThread: new label = "" 2024-03-01 17:21:03,729 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,729 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,745 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:03,749 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:03,751 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:21:03,759 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,774 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,775 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:03,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:21:03,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:21:03,784 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,784 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 17:21:03,815 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm 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 17:21:03,815 INFO program/MainThread: stderr[38]: 2024-03-01 17:21:03,815 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:21:03,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:21:03,819 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 17:21:03,899 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 17:21:03,899 INFO program/MainThread: stderr[39]: 2024-03-01 17:21:03,899 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:21:03,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:03,922 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:03,922 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,944 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,948 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 17:21:03,949 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:03,949 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:21:03,957 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:03,972 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:03,973 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:03,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:03,979 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:21:03,981 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:21:03,982 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:21:04,900 INFO program/MainThread: stdout: 2024-03-01 17:21:04,900 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:21:04,900 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:04,900 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:04,901 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:04,901 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:21:04,901 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:04,901 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:04,901 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:04,901 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:04,901 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:04,901 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:04,901 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:21:04,918 INFO program/MainThread: stdout: 2024-03-01 17:21:04,918 INFO program/MainThread: writing all SBs 2024-03-01 17:21:04,918 INFO program/MainThread: new label = "" 2024-03-01 17:21:04,918 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:04,918 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:04,935 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:04,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:04,940 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:04,941 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:21:04,949 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:04,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:04,965 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:04,965 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:04,969 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:04,971 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:04,974 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:04,974 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:04,974 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:04,974 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:05,012 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:21:05,012 INFO program/MainThread: stderr[40]: 2024-03-01 17:21:05,012 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:21:05,012 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 17:21:05,021 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 17:21:05,021 INFO program/MainThread: stderr[41]: 2024-03-01 17:21:05,021 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:21:05,021 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 17:21:05,049 INFO program/MainThread: stdout[42]: 2024-03-01 17:21:05,049 INFO program/MainThread: stderr[42]: 2024-03-01 17:21:05,049 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:21:05,049 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 17:21:05,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,061 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:05,065 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:05,066 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:21:05,074 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,094 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,094 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:05,098 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,100 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,103 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,103 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:05,103 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:05,104 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:05,141 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:21:05,142 INFO program/MainThread: stderr[43]: 2024-03-01 17:21:05,142 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:21:05,142 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 17:21:05,151 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 17:21:05,151 INFO program/MainThread: stderr[44]: 2024-03-01 17:21:05,151 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:21:05,151 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 17:21:05,179 INFO program/MainThread: stdout[45]: 2024-03-01 17:21:05,179 INFO program/MainThread: stderr[45]: 2024-03-01 17:21:05,179 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:21:05,179 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 17:21:05,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,191 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,195 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:05,195 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:05,196 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:21:05,204 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,224 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,224 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:05,228 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,230 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,233 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,233 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:05,233 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:05,233 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:05,272 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:21:05,272 INFO program/MainThread: stderr[46]: 2024-03-01 17:21:05,272 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:21:05,272 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 17:21:05,282 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 17:21:05,282 INFO program/MainThread: stderr[47]: 2024-03-01 17:21:05,282 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:21:05,282 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 17:21:05,308 INFO program/MainThread: stdout[48]: 2024-03-01 17:21:05,308 INFO program/MainThread: stderr[48]: 2024-03-01 17:21:05,308 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:21:05,308 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 17:21:05,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,320 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,324 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:05,324 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:05,325 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:21:05,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,334 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,353 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,353 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:05,357 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:21:05,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:05,362 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,365 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,368 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,370 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,373 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,375 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,378 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:21:05,378 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 17:21:05,435 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 17:21:05,435 INFO program/MainThread: stderr[49]: 2024-03-01 17:21:05,435 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:21:05,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:05,455 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:05,461 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,463 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,466 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,469 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,472 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,475 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,487 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,491 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:05,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:05,494 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,505 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,506 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:21:05,513 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,513 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,524 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,524 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:05,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:21:05,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:21:05,533 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:05,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:05,539 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,542 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,545 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,548 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,551 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,554 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:05,554 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,565 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:05,569 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 17:21:05,606 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:21:05,607 INFO program/MainThread: stderr[50]: 2024-03-01 17:21:05,607 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:21:05,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:21:05,611 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 17:21:05,673 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 17:21:05,674 INFO program/MainThread: stderr[51]: 2024-03-01 17:21:05,674 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:21:05,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:05,688 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:05,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,715 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,719 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 17:21:05,720 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:05,720 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:21:05,728 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,729 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,744 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,744 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:05,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,751 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:21:05,753 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:21:05,753 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:21:06,033 INFO program/MainThread: stdout: 2024-03-01 17:21:06,034 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:21:06,034 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:06,034 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:06,034 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:06,034 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:21:06,034 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:06,034 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:06,034 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:06,034 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:06,034 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:06,034 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,035 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:21:06,048 INFO program/MainThread: stdout: 2024-03-01 17:21:06,049 INFO program/MainThread: writing all SBs 2024-03-01 17:21:06,049 INFO program/MainThread: new label = "" 2024-03-01 17:21:06,049 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,064 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:06,068 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:06,069 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:21:06,077 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,093 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,093 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:06,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:21:06,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,103 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 17:21:06,135 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:21:06,135 INFO program/MainThread: stderr[52]: 2024-03-01 17:21:06,135 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:21:06,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:06,139 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 17:21:06,196 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 17:21:06,196 INFO program/MainThread: stderr[53]: 2024-03-01 17:21:06,196 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:21:06,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:06,221 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:06,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,246 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,251 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 17:21:06,251 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:06,252 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:21:06,260 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,275 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,275 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,282 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:06,284 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:21:06,284 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:21:07,114 INFO program/MainThread: stdout: 2024-03-01 17:21:07,114 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:21:07,114 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:07,115 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:07,115 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:07,115 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:21:07,117 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:07,117 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:07,117 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:07,117 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:07,117 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:07,117 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,117 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:21:07,130 INFO program/MainThread: stdout: 2024-03-01 17:21:07,130 INFO program/MainThread: writing all SBs 2024-03-01 17:21:07,130 INFO program/MainThread: new label = "" 2024-03-01 17:21:07,130 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,130 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,151 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:07,155 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:07,156 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:21:07,164 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,180 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,185 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:07,185 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 0x7f6f90b937c0> 2024-03-01 17:21:07,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:21:07,191 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:07,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,197 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 17:21:07,197 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:21:07,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:21:07,202 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:21:07,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:21:07,208 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:21:07,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,213 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 17:21:07,213 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:21:07,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:21:07,218 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:21:07,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:21:07,224 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:21:07,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:21:07,229 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:21:07,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:21:07,235 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:07,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,240 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 17:21:07,240 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:21:07,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:21:07,245 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:21:07,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:21:07,250 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:21:07,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,255 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 17:21:07,255 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:21:07,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:21:07,261 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:21:07,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:21:07,266 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:21:07,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:21:07,271 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:21:22,772 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4ibmtgn8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:22,806 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,806 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:22,809 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:22,809 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:22,810 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:22,810 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:22,814 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:22,814 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:22,818 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,818 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:22,821 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,821 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:22,824 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,824 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:22,834 INFO program/MainThread: stdout: 2024-03-01 17:21:22,834 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:22,834 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO 2024-03-01 17:21:22,834 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b 2024-03-01 17:21:22,834 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W 2024-03-01 17:21:22,834 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b 2024-03-01 17:21:22,834 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e10623b7-0d22-49c1-bb72-686ab1e60cec 2024-03-01 17:21:22,834 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu 2024-03-01 17:21:22,834 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ 2024-03-01 17:21:22,834 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2bb567c8-77bd-4b88-aa97-5e7b07e88980 2024-03-01 17:21:22,834 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4dc4dce0-482c-483f-8eeb-079392e6896b 2024-03-01 17:21:22,834 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ 2024-03-01 17:21:22,834 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv 2024-03-01 17:21:22,835 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi 2024-03-01 17:21:22,835 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c0bde5af-1b87-4b0d-b12d-eca3606a1eed 2024-03-01 17:21:22,835 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 48604253-1f58-4a37-8889-81ef363fb389 2024-03-01 17:21:22,835 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 2024-03-01 17:21:22,835 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf 2024-03-01 17:21:22,835 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 2024-03-01 17:21:22,835 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA 2024-03-01 17:21:22,835 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb 2024-03-01 17:21:22,835 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG 2024-03-01 17:21:22,835 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb 2024-03-01 17:21:22,835 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,835 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,835 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:22,835 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:22,835 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:22,835 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b sdb 1073741824 root disk brw-rw---- LVM2_member pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e10623b7-0d22-49c1-bb72-686ab1e60cec sdc 1073741824 root disk brw-rw---- LVM2_member a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu sdd 1073741824 root disk brw-rw---- LVM2_member 1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2bb567c8-77bd-4b88-aa97-5e7b07e88980 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4dc4dce0-482c-483f-8eeb-079392e6896b sde 1073741824 root disk brw-rw---- LVM2_member qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ sdf 1073741824 root disk brw-rw---- LVM2_member L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv sdg 1073741824 root disk brw-rw---- LVM2_member xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c0bde5af-1b87-4b0d-b12d-eca3606a1eed |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 48604253-1f58-4a37-8889-81ef363fb389 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 sdh 1073741824 root disk brw-rw---- LVM2_member 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 sdi 1073741824 root disk brw-rw---- LVM2_member 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb sdj 1073741824 root disk brw-rw---- LVM2_member 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:22,835 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:22,835 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:22,836 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:22,836 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:22,836 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:22,836 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:22,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:22,848 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:22,864 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 17:21:22,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ae2ee7f7ebb942409d9bd9c8b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405ae2ee7f7ebb942409d9bd9c8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-id/lvm-pv-uuid-LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO', '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': 'LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO', 'ID_FS_UUID_ENC': 'LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO', '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': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'ID_SERIAL': '36001405ae2ee7f7ebb942409d9bd9c8b', 'ID_SERIAL_SHORT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ae2ee7f7e', 'ID_WWN_VENDOR_EXTENSION': '0xbb942409d9bd9c8b', 'ID_WWN_WITH_EXTENSION': '0x6001405ae2ee7f7ebb942409d9bd9c8b', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645426052'} ; 2024-03-01 17:21:22,868 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:22,869 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:22,904 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:22,904 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:22,904 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:22,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,915 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:22,917 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:22,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:22,922 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:22,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:22,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:22,926 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:22,929 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:22,929 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:22,932 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:22,933 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,933 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:22,933 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c8153c8e0) -- 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 = 6001405ae2ee7f7ebb942409d9bd9c8b 2024-03-01 17:21:22,936 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:22,940 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:22,940 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:21:22,943 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:22,943 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:21:22,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:22,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:21:22,950 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:22,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:21:22,953 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:21:22,953 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:22,953 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:22,985 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:22,985 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W. WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (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 17:21:22,985 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:22,986 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:21:22,990 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO ; label: None ; device: /dev/sda ; serial: 36001405ae2ee7f7ebb942409d9bd9c8b ; exists: True ; vg_name: test_vg1 ; vg_uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; pe_start: 8 MiB ; 2024-03-01 17:21:22,990 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:21:22,993 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:22,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:22,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:23,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,004 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:23,036 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:23,036 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W. WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (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 17:21:23,036 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:23,037 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:23,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:21:23,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:23,045 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:23,045 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:23,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:23,049 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:23,084 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:23,085 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W. WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (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 17:21:23,085 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:23,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:21:23,089 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:21:23,091 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:21:23,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:23,097 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:23,097 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:23,100 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/wwn-0x60014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/lvm-pv-uuid-pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W', 'ID_FS_UUID_ENC': 'pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W', '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': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'ID_SERIAL': '360014058d8ad9ace9874845acb9c1a6b', 'ID_SERIAL_SHORT': '60014058d8ad9ace9874845acb9c1a6b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058d8ad9ace', 'ID_WWN_VENDOR_EXTENSION': '0x9874845acb9c1a6b', 'ID_WWN_WITH_EXTENSION': '0x60014058d8ad9ace9874845acb9c1a6b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058d8ad9ace9874845acb9c1a6b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645385527'} ; 2024-03-01 17:21:23,100 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:23,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,111 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:23,111 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:23,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:21:23,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:23,114 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:23,117 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:23,117 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:23,120 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:23,121 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,121 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:21:23,121 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c80406a00) -- 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 = 60014058d8ad9ace9874845acb9c1a6b 2024-03-01 17:21:23,124 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:23,127 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,127 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:21:23,130 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,130 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:21:23,133 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,133 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:21:23,136 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,136 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:21:23,138 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:21:23,138 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:23,139 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 17:21:23,170 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:23,170 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (last written to /dev/sdc). 2024-03-01 17:21:23,170 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:23,171 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:21:23,174 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W ; label: None ; device: /dev/sdb ; serial: 360014058d8ad9ace9874845acb9c1a6b ; exists: True ; vg_name: test_vg1 ; vg_uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:21:23,174 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:21:23,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:23,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:23,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:23,188 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:23,191 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:21:23,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:23,197 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 17:21:23,230 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:23,230 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (last written to /dev/sdc). 2024-03-01 17:21:23,230 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:23,230 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:23,230 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:23,235 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-360014051291c94309fd4dc6b60276924 ' '/dev/disk/by-id/wwn-0x60014051291c94309fd4dc6b60276924 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1291c943-09fd-4dc6-b602-76924904f6a2', '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': '1291c943-09fd-4dc6-b602-76924904f6a2', 'ID_SERIAL': '360014051291c94309fd4dc6b60276924', 'ID_SERIAL_SHORT': '60014051291c94309fd4dc6b60276924', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051291c9430', 'ID_WWN_VENDOR_EXTENSION': '0x9fd4dc6b60276924', 'ID_WWN_WITH_EXTENSION': '0x60014051291c94309fd4dc6b60276924', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051291c94309fd4dc6b60276924', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646079501'} ; 2024-03-01 17:21:23,235 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:23,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,245 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:23,246 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:23,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:21:23,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:23,249 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:23,252 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:23,252 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:23,255 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:23,255 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,255 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:21:23,255 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c80367c40) -- 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 = 60014051291c94309fd4dc6b60276924 2024-03-01 17:21:23,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:23,259 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:23,262 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/wwn-0x600140523c0ccc1ee554c0ba76cfef47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-3600140523c0ccc1ee554c0ba76cfef47', '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': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'ID_SERIAL': '3600140523c0ccc1ee554c0ba76cfef47', 'ID_SERIAL_SHORT': '600140523c0ccc1ee554c0ba76cfef47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140523c0ccc1e', 'ID_WWN_VENDOR_EXTENSION': '0xe554c0ba76cfef47', 'ID_WWN_WITH_EXTENSION': '0x600140523c0ccc1ee554c0ba76cfef47', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140523c0ccc1ee554c0ba76cfef47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646066142'} ; 2024-03-01 17:21:23,262 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:23,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,272 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:23,272 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:23,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:21:23,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:23,275 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:23,278 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:23,278 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:23,281 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:23,281 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,281 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:21:23,282 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c80367d90) -- 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 = 600140523c0ccc1ee554c0ba76cfef47 2024-03-01 17:21:23,284 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:23,285 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:23,287 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_58695062-5a58-4c8b-b49a-b6c6aefd5ab3 ' '/dev/disk/by-id/lvm-pv-uuid-a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu ' '/dev/disk/by-id/wwn-0x6001405586950625a584c8bb49ab6c6a ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3 ' '/dev/disk/by-id/scsi-36001405586950625a584c8bb49ab6c6a', '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': 'a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu', 'ID_FS_UUID_ENC': 'a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu', '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': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'ID_SERIAL': '36001405586950625a584c8bb49ab6c6a', 'ID_SERIAL_SHORT': '6001405586950625a584c8bb49ab6c6a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405586950625', 'ID_WWN_VENDOR_EXTENSION': '0xa584c8bb49ab6c6a', 'ID_WWN_WITH_EXTENSION': '0x6001405586950625a584c8bb49ab6c6a', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405586950625a584c8bb49ab6c6a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645457760'} ; 2024-03-01 17:21:23,287 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:23,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,298 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:23,298 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:23,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:21:23,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:23,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:23,304 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:23,304 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:23,307 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:23,307 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,307 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:21:23,307 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c8037c460) -- 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 = 6001405586950625a584c8bb49ab6c6a 2024-03-01 17:21:23,310 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:23,313 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,313 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:21:23,316 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,316 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:21:23,319 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,319 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:21:23,322 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,322 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:21:23,325 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:21:23,325 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:23,325 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 17:21:23,360 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:23,360 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:23,361 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:23,361 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:21:23,364 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu ; label: None ; device: /dev/sdc ; serial: 36001405586950625a584c8bb49ab6c6a ; exists: True ; vg_name: test_vg1 ; vg_uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:23,365 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:21:23,367 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:23,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:23,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:23,379 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:23,381 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:21:23,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:23,387 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 17:21:23,419 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:23,419 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:23,419 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:23,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:23,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:21:23,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:23,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:21:23,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:23,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:23,441 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:23,444 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 17:21:23,445 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:23,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:23,448 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:23,451 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:23,451 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:21:23,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:23,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:23,457 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:23,460 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 17:21:23,460 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:23,461 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:21:23,461 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:21:23,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:23,464 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:23,467 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 17:21:23,467 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:23,471 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e10623b7-0d22-49c1-bb72-686ab1e60cec ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL', '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': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', 'ID_FS_UUID_ENC': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', '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': '989011294'} ; 2024-03-01 17:21:23,471 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:21:23,471 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:23,474 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:21:23,474 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:23,474 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:23,474 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:23,477 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:21:23,477 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:23,477 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:23,477 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:23,479 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:21:23,480 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:23,480 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:23,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:21:23,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:23,489 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:21:23,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:23,490 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:21:23,486 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8037cf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7f5c8042e6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 17:21:23,490 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:23,493 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:21:23,493 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:23,493 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:23,496 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:23,500 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,500 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:21:23,503 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,503 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:21:23,506 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,506 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:21:23,509 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,509 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:21:23,510 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:23,511 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:21:23,514 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:23,514 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:21:23,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:23,517 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:23,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:23,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:23,531 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:23,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:21:23,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:21:23,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:23,538 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:23,541 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 17:21:23,541 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:23,541 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:21:23,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:21:23,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:23,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:23,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:21:23,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:23,554 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:23,556 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 17:21:23,557 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:23,557 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:21:23,557 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:21:23,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:23,560 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:23,563 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 17:21:23,563 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:23,566 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/0d5bcf11-5b5a-445d-9411-98882a2c4e9b ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4', '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': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', 'ID_FS_UUID_ENC': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', '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': '988481535'} ; 2024-03-01 17:21:23,566 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:21:23,567 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:23,569 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:21:23,569 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:23,569 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:23,569 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:23,572 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:21:23,572 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:23,572 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:23,572 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:23,574 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:21:23,574 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:23,574 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:23,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:21:23,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:23,584 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:23,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:23,585 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:23,581 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8037cdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7f5c8042e6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:23,586 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:23,588 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:21:23,588 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:23,588 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:23,592 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:21:23,595 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,595 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:21:23,598 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,598 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:21:23,601 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,601 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:21:23,605 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,605 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:23,605 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:21:23,608 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:23,608 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:21:23,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:23,611 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:23,611 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:23,614 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_95f6f013-5b17-4fbe-bda8-6a4f69033fee ' '/dev/disk/by-id/scsi-3600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/lvm-pv-uuid-1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ ' '/dev/disk/by-id/wwn-0x600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ', 'ID_FS_UUID_ENC': '1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ', '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': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'ID_SERIAL': '3600140595f6f0135b174fbebda86a4f6', 'ID_SERIAL_SHORT': '600140595f6f0135b174fbebda86a4f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140595f6f0135', 'ID_WWN_VENDOR_EXTENSION': '0xb174fbebda86a4f6', 'ID_WWN_WITH_EXTENSION': '0x600140595f6f0135b174fbebda86a4f6', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140595f6f0135b174fbebda86a4f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645529791'} ; 2024-03-01 17:21:23,614 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:23,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,625 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:23,625 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:23,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:23,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:23,628 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:23,631 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:23,631 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:23,634 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:23,634 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,635 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:21:23,635 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c8037a4f0) -- 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 = 600140595f6f0135b174fbebda86a4f6 2024-03-01 17:21:23,638 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:23,640 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,641 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:23,643 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,643 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:23,646 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,646 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:23,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:23,652 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:21:23,652 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:21:23,652 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 17:21:23,687 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:23,687 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ. WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:23,687 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:23,688 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:21:23,691 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ ; label: None ; device: /dev/sdd ; serial: 3600140595f6f0135b174fbebda86a4f6 ; exists: True ; vg_name: test_vg2 ; vg_uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:21:23,692 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:21:23,695 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:21:23,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:23,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,705 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 17:21:23,736 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 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=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:23,736 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ. WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:23,736 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:23,737 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:23,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:21:23,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:21:23,744 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:23,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:23,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:21:23,747 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 17:21:23,779 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 17:21:23,780 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ. WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:23,780 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:23,784 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:21:23,784 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:21:23,787 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:21:23,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:21:23,792 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:21:23,792 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:23,795 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ ' '/dev/disk/by-id/wwn-0x60014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014057f6f53e6e042413fbeffb700d', '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': 'qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ', 'ID_FS_UUID_ENC': 'qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ', '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': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'ID_SERIAL': '360014057f6f53e6e042413fbeffb700d', 'ID_SERIAL_SHORT': '60014057f6f53e6e042413fbeffb700d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f6f53e6e', 'ID_WWN_VENDOR_EXTENSION': '0x042413fbeffb700d', 'ID_WWN_WITH_EXTENSION': '0x60014057f6f53e6e042413fbeffb700d', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f6f53e6e042413fbeffb700d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645593189'} ; 2024-03-01 17:21:23,796 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:23,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,807 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:23,807 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:23,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:21:23,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:23,810 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:23,813 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:23,813 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:23,816 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:23,816 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,816 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:21:23,816 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c803672e0) -- 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 = 60014057f6f53e6e042413fbeffb700d 2024-03-01 17:21:23,819 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:23,822 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,822 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:21:23,825 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,825 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:21:23,828 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,828 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:21:23,831 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,831 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:21:23,834 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:21:23,834 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:21:23,834 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdb ... 2024-03-01 17:21:23,866 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:23,866 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:23,866 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:23,867 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:21:23,870 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ ; label: None ; device: /dev/sde ; serial: 360014057f6f53e6e042413fbeffb700d ; exists: True ; vg_name: test_vg2 ; vg_uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:23,871 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:21:23,873 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:21:23,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:21:23,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:21:23,884 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:23,887 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:21:23,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:23,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:23,892 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdb ... 2024-03-01 17:21:23,924 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 17:21:23,924 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:23,925 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:23,925 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:21:23,925 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:23,929 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-360014051f7b4c392314424690d93754b ' '/dev/disk/by-id/wwn-0x60014051f7b4c392314424690d93754b ' '/dev/disk/by-id/lvm-pv-uuid-L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv', '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': 'L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv', 'ID_FS_UUID_ENC': 'L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv', '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': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'ID_SERIAL': '360014051f7b4c392314424690d93754b', 'ID_SERIAL_SHORT': '60014051f7b4c392314424690d93754b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051f7b4c392', 'ID_WWN_VENDOR_EXTENSION': '0x314424690d93754b', 'ID_WWN_WITH_EXTENSION': '0x60014051f7b4c392314424690d93754b', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051f7b4c392314424690d93754b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645687012'} ; 2024-03-01 17:21:23,929 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:23,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,940 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:23,941 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:23,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:21:23,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:21:23,944 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:23,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:23,947 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:23,949 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:23,950 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,950 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:21:23,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c8153c820) -- 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 = 60014051f7b4c392314424690d93754b 2024-03-01 17:21:23,953 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:23,956 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,956 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:21:23,959 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,959 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:21:23,962 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,962 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:21:23,965 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,965 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:21:23,967 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:21:23,968 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:21:23,968 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,002 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:24,002 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:24,002 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:24,002 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:21:24,006 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv ; label: None ; device: /dev/sdf ; serial: 360014051f7b4c392314424690d93754b ; exists: True ; vg_name: test_vg2 ; vg_uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:24,006 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:21:24,009 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:21:24,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:24,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:21:24,020 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:24,022 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:21:24,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:24,028 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,061 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 17:21:24,061 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:24,061 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:24,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:24,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:21:24,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:24,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:21:24,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:21:24,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:24,083 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:24,086 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 17:21:24,086 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:24,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:21:24,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:21:24,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:24,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:21:24,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:21:24,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:24,098 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:24,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:21:24,102 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:24,102 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:21:24,102 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:21:24,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:24,105 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:24,108 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 17:21:24,108 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:24,111 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/4dc4dce0-482c-483f-8eeb-079392e6896b ' '/dev/disk/by-id/dm-name-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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7', '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': '4dc4dce0-482c-483f-8eeb-079392e6896b', 'ID_FS_UUID_ENC': '4dc4dce0-482c-483f-8eeb-079392e6896b', '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': '986691998'} ; 2024-03-01 17:21:24,112 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:21:24,112 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:24,114 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:21:24,115 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:24,115 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:24,115 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:24,117 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:21:24,117 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:24,117 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:24,117 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:24,120 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:21:24,120 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:24,120 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:24,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:21:24,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:24,129 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:21:24,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:24,130 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:21:24,127 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8031f340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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 (0x7f5c80375c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:24,131 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:24,133 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:21:24,133 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:24,133 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:24,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:21:24,140 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,140 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:21:24,143 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,143 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:21:24,146 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,146 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:21:24,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:21:24,150 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:21:24,153 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:24,153 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:21:24,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:24,156 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:24,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:24,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:21:24,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:24,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:21:24,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:21:24,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:24,177 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:24,180 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 17:21:24,180 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:24,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:21:24,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:21:24,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:24,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:21:24,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:21:24,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:24,193 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:24,196 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 17:21:24,196 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:24,196 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:21:24,196 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:21:24,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:24,199 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:24,202 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 17:21:24,202 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:24,205 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/2bb567c8-77bd-4b88-aa97-5e7b07e88980 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms', '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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms', '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': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', 'ID_FS_UUID_ENC': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', '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': '986204286'} ; 2024-03-01 17:21:24,206 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:21:24,206 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:24,208 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:21:24,208 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:24,209 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:24,209 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:24,211 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:21:24,211 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:24,211 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:24,211 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:24,213 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:21:24,214 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:24,214 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:24,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:21:24,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:24,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:24,224 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:24,225 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:24,221 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8031fbb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7f5c80375c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:24,225 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:24,227 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:21:24,228 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:24,228 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:24,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:21:24,235 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,235 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:21:24,238 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,238 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:21:24,241 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,241 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:21:24,244 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,244 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:21:24,245 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:21:24,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:24,248 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:21:24,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:24,251 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:24,251 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:24,254 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140559a83d7143d74f0eb170baf58 ' '/dev/disk/by-id/wwn-0x600140559a83d7143d74f0eb170baf58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-id/lvm-pv-uuid-xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi', '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': 'xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi', 'ID_FS_UUID_ENC': 'xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi', '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': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'ID_SERIAL': '3600140559a83d7143d74f0eb170baf58', 'ID_SERIAL_SHORT': '600140559a83d7143d74f0eb170baf58', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140559a83d714', 'ID_WWN_VENDOR_EXTENSION': '0x3d74f0eb170baf58', 'ID_WWN_WITH_EXTENSION': '0x600140559a83d7143d74f0eb170baf58', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140559a83d7143d74f0eb170baf58', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645721014'} ; 2024-03-01 17:21:24,254 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:24,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,265 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:24,266 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:24,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:21:24,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:21:24,269 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:24,271 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:24,272 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:24,274 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:24,275 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:24,275 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:21:24,275 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c8037a040) -- 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 = 600140559a83d7143d74f0eb170baf58 2024-03-01 17:21:24,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:24,281 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,281 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:21:24,284 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,284 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:21:24,287 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,287 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:21:24,290 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,290 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:21:24,292 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:21:24,292 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:21:24,292 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdg,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,333 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:24,333 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf. WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,333 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:21:24,333 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:21:24,337 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi ; label: None ; device: /dev/sdg ; serial: 3600140559a83d7143d74f0eb170baf58 ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:21:24,337 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:21:24,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:21:24,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:24,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,351 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdg,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,391 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 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=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:24,391 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf. WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,391 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:21:24,391 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:24,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:21:24,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:21:24,399 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:24,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:21:24,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:21:24,402 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdg,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,443 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:24,443 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf. WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,443 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:21:24,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:21:24,448 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:21:24,450 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:21:24,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,456 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:24,456 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:24,459 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_d4e7f337-5229-4106-a3ed-3b58c1b06d15 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-id/lvm-pv-uuid-2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15 ' '/dev/disk/by-id/wwn-0x6001405d4e7f33752294106a3ed3b58c', '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': '2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf', 'ID_FS_UUID_ENC': '2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf', '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': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'ID_SERIAL': '36001405d4e7f33752294106a3ed3b58c', 'ID_SERIAL_SHORT': '6001405d4e7f33752294106a3ed3b58c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4e7f3375', 'ID_WWN_VENDOR_EXTENSION': '0x2294106a3ed3b58c', 'ID_WWN_WITH_EXTENSION': '0x6001405d4e7f33752294106a3ed3b58c', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4e7f33752294106a3ed3b58c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645893419'} ; 2024-03-01 17:21:24,459 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:24,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:24,471 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:24,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:21:24,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:21:24,474 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:24,477 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:24,477 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:24,479 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:24,480 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:24,480 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:21:24,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c803317c0) -- 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 = 6001405d4e7f33752294106a3ed3b58c 2024-03-01 17:21:24,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:24,486 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,486 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:21:24,489 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,489 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:21:24,492 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,492 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:21:24,495 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,495 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:21:24,498 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:21:24,498 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:21:24,498 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdg,/dev/sdh,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,531 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:24,532 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,532 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:21:24,532 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:21:24,536 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf ; label: None ; device: /dev/sdh ; serial: 36001405d4e7f33752294106a3ed3b58c ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; 2024-03-01 17:21:24,536 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:21:24,539 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:21:24,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:21:24,550 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:24,552 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:21:24,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,558 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdg,/dev/sdh,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,596 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:24,597 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,597 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:21:24,597 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:24,597 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:24,601 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/scsi-3600140598d2ae21dca14a7385f2d2e48 ' '/dev/disk/by-id/wwn-0x600140598d2ae21dca14a7385f2d2e48 ' '/dev/disk/by-id/lvm-pv-uuid-3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA', 'ID_FS_UUID_ENC': '3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA', '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': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'ID_SERIAL': '3600140598d2ae21dca14a7385f2d2e48', 'ID_SERIAL_SHORT': '600140598d2ae21dca14a7385f2d2e48', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140598d2ae21d', 'ID_WWN_VENDOR_EXTENSION': '0xca14a7385f2d2e48', 'ID_WWN_WITH_EXTENSION': '0x600140598d2ae21dca14a7385f2d2e48', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140598d2ae21dca14a7385f2d2e48', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646017973'} ; 2024-03-01 17:21:24,601 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:24,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,613 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:24,613 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:24,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:21:24,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:21:24,617 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:24,619 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:24,620 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:24,622 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:24,623 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:24,623 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:21:24,623 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c80334220) -- 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 = 600140598d2ae21dca14a7385f2d2e48 2024-03-01 17:21:24,626 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:24,629 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,629 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:21:24,632 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,632 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:21:24,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:21:24,638 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,638 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:21:24,640 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:21:24,641 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:21:24,641 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdi,/dev/sdg,/dev/sdh,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,671 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:24,672 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,672 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:21:24,672 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:21:24,676 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA ; label: None ; device: /dev/sdi ; serial: 3600140598d2ae21dca14a7385f2d2e48 ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; 2024-03-01 17:21:24,676 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:21:24,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:21:24,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:21:24,690 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:24,693 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:21:24,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,698 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sde,/dev/sda,/dev/sdd,/dev/sdi,/dev/sdg,/dev/sdh,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,741 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:24,741 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:24,741 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:21:24,741 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:24,741 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:24,746 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_62972f50-b5ff-42f9-a020-0fbe483719ee ' '/dev/disk/by-id/scsi-3600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-id/wwn-0x600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', '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': '8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG', 'ID_FS_UUID_ENC': '8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG', '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': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'ID_SERIAL': '3600140562972f50b5ff42f9a0200fbe4', 'ID_SERIAL_SHORT': '600140562972f50b5ff42f9a0200fbe4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140562972f50b', 'ID_WWN_VENDOR_EXTENSION': '0x5ff42f9a0200fbe4', 'ID_WWN_WITH_EXTENSION': '0x600140562972f50b5ff42f9a0200fbe4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140562972f50b5ff42f9a0200fbe4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646019900'} ; 2024-03-01 17:21:24,746 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:24,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,757 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:24,758 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:24,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:21:24,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:21:24,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:24,763 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:24,763 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:24,766 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:24,767 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:24,767 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:21:24,767 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c80335910) -- 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 = 600140562972f50b5ff42f9a0200fbe4 2024-03-01 17:21:24,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:24,773 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,773 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:21:24,776 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,776 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:21:24,779 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,779 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:21:24,782 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,782 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:21:24,785 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:21:24,785 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:21:24,785 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdj,/dev/sde,/dev/sda,/dev/sdd,/dev/sdi,/dev/sdg,/dev/sdh,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,820 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:24,820 INFO program/MainThread: stderr[41]: 2024-03-01 17:21:24,821 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:21:24,821 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:21:24,825 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG ; label: None ; device: /dev/sdj ; serial: 3600140562972f50b5ff42f9a0200fbe4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:21:24,825 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:21:24,827 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:21:24,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:21:24,839 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:24,842 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:21:24,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:24,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:24,847 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdj,/dev/sde,/dev/sda,/dev/sdd,/dev/sdi,/dev/sdg,/dev/sdh,/dev/sdf,/dev/sdb ... 2024-03-01 17:21:24,883 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:24,884 INFO program/MainThread: stderr[42]: 2024-03-01 17:21:24,884 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:21:24,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:24,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:21:24,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:24,899 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:21:24,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:21:24,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:24,906 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:24,909 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 17:21:24,909 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:24,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:21:24,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:21:24,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:24,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:21:24,918 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:21:24,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:24,922 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:24,925 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 17:21:24,925 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:24,925 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:21:24,925 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:21:24,928 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:24,928 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:24,931 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 17:21:24,931 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:24,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/e6513ea6-6021-457c-ac9c-3dc1f26ea9cb ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3', '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': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', 'ID_FS_UUID_ENC': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', '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': '984511045'} ; 2024-03-01 17:21:24,935 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:24,935 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:24,938 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:21:24,938 INFO program/MainThread: stderr[43]: 2024-03-01 17:21:24,938 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:21:24,938 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:24,940 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:21:24,941 INFO program/MainThread: stderr[44]: 2024-03-01 17:21:24,941 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:21:24,941 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:24,943 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:21:24,943 INFO program/MainThread: stderr[45]: 2024-03-01 17:21:24,943 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:21:24,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:21:24,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:24,954 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:21:24,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:24,955 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:21:24,951 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c803392b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7f5c80328f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:24,956 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:24,958 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:21:24,958 INFO program/MainThread: stderr[46]: 2024-03-01 17:21:24,958 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:21:24,962 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:21:24,965 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:24,965 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:21:24,968 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:24,968 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:21:24,971 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,971 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:21:24,974 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:24,975 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:21:24,975 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:21:24,978 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:24,978 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:21:24,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:21:24,981 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:24,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:24,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:24,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:25,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:21:25,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:25,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:21:25,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:21:25,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:25,010 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:25,013 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 17:21:25,013 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:25,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:21:25,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:21:25,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:25,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:21:25,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:21:25,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:25,026 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:25,029 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 17:21:25,029 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:25,029 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:21:25,029 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:21:25,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:25,032 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:25,035 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 17:21:25,035 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:25,039 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/af3c3b63-5ff4-43ec-aaf2-d910f2283427 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz ' '/dev/mapper/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_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-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz', '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': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', 'ID_FS_UUID_ENC': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', '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': '983435087'} ; 2024-03-01 17:21:25,039 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:21:25,039 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,042 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:21:25,042 INFO program/MainThread: stderr[47]: 2024-03-01 17:21:25,042 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:21:25,042 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,044 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:21:25,045 INFO program/MainThread: stderr[48]: 2024-03-01 17:21:25,045 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:21:25,045 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,047 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:21:25,047 INFO program/MainThread: stderr[49]: 2024-03-01 17:21:25,047 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:21:25,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:21:25,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,058 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:21:25,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,059 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:21:25,055 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c803e2160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7f5c80328f40) -- name = test_vg3 status = True 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,060 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,062 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:21:25,062 INFO program/MainThread: stderr[50]: 2024-03-01 17:21:25,062 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:21:25,066 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:21:25,069 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,069 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:21:25,072 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,072 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:21:25,075 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,075 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:21:25,078 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,078 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:21:25,079 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:21:25,082 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:25,082 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:21:25,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:21:25,085 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:25,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:25,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:21:25,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:25,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:21:25,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:21:25,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:25,106 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:25,109 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 17:21:25,109 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:25,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:21:25,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:21:25,115 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:25,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:21:25,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:21:25,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:25,122 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:25,124 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 17:21:25,125 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:25,125 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:21:25,125 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:21:25,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:25,128 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:25,131 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 17:21:25,131 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:25,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/48604253-1f58-4a37-8889-81ef363fb389 ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx', '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': '48604253-1f58-4a37-8889-81ef363fb389', 'ID_FS_UUID_ENC': '48604253-1f58-4a37-8889-81ef363fb389', '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': '982393436'} ; 2024-03-01 17:21:25,134 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:21:25,135 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,137 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:21:25,137 INFO program/MainThread: stderr[51]: 2024-03-01 17:21:25,137 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:21:25,137 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,140 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:21:25,140 INFO program/MainThread: stderr[52]: 2024-03-01 17:21:25,140 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:21:25,140 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,142 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:21:25,142 INFO program/MainThread: stderr[53]: 2024-03-01 17:21:25,142 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:21:25,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:21:25,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,153 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:21:25,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,154 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:21:25,150 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8037aa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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 (0x7f5c80328f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,155 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,157 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:21:25,158 INFO program/MainThread: stderr[54]: 2024-03-01 17:21:25,158 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:21:25,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:21:25,164 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,164 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:21:25,167 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,168 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:21:25,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:21:25,174 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,174 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:21:25,174 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:21:25,177 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:25,177 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:21:25,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:21:25,180 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:25,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:25,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:21:25,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:25,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:21:25,198 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:21:25,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:25,201 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:25,204 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 17:21:25,205 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:25,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:21:25,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:21:25,211 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:25,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:21:25,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:21:25,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:25,217 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:25,220 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 17:21:25,220 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:25,221 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:21:25,221 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:21:25,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:25,224 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:25,226 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 17:21:25,227 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:25,230 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/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/c0bde5af-1b87-4b0d-b12d-eca3606a1eed', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy', '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': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', 'ID_FS_UUID_ENC': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', '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': '981967583'} ; 2024-03-01 17:21:25,230 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:25,230 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,233 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:21:25,233 INFO program/MainThread: stderr[55]: 2024-03-01 17:21:25,233 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:21:25,233 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,235 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:21:25,235 INFO program/MainThread: stderr[56]: 2024-03-01 17:21:25,235 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:21:25,236 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,238 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:21:25,238 INFO program/MainThread: stderr[57]: 2024-03-01 17:21:25,238 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:21:25,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:21:25,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,249 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,251 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,246 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c80328460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 (0x7f5c80328f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,251 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,254 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:21:25,254 INFO program/MainThread: stderr[58]: 2024-03-01 17:21:25,254 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:21:25,257 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:21:25,261 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,261 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:21:25,264 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,264 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:21:25,267 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,267 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:21:25,270 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,270 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:21:25,270 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:21:25,273 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:25,273 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:21:25,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:21:25,277 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:25,277 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:25,280 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': '22080673'} ; 2024-03-01 17:21:25,280 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:25,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,290 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:25,290 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:25,290 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:25,291 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:25,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:21:25,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:21:25,293 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:25,296 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:25,296 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:25,299 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:25,299 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:25,300 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:21:25,300 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5c8031f880) -- 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 17:21:25,303 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:25,306 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,306 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:21:25,308 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,309 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:21:25,312 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,312 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:21:25,315 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,315 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:21:25,317 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:25,320 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:25,323 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:25,328 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 0x7f5c8038a600> 2024-03-01 17:21:25,362 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:21:25,366 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:25,366 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:25,369 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': '22082509'} ; 2024-03-01 17:21:25,370 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:25,370 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:25,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,379 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:25,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,385 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:25,397 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:25,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:21:25,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:21:25,423 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:25,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:21:25,425 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:25,428 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:25,428 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:25,431 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:25,432 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:25,432 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:25,434 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:25,437 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:25,440 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:25,442 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:25,445 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:25,446 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:25,446 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:21:25,446 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:25,446 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5c80327250) -- 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 0x7f5c82c12c70> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:25,449 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:25,452 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,452 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:21:25,455 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,455 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:21:25,458 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,458 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:21:25,461 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,461 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:21:25,461 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:25,464 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:25,464 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:21:25,467 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:25,467 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:25,470 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/c0bde5af-1b87-4b0d-b12d-eca3606a1eed ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy', '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': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', 'ID_FS_UUID_ENC': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', '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': '981967583'} ; 2024-03-01 17:21:25,470 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:25,470 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,473 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:21:25,473 INFO program/MainThread: stderr[59]: 2024-03-01 17:21:25,473 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:21:25,473 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,475 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:21:25,476 INFO program/MainThread: stderr[60]: 2024-03-01 17:21:25,476 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:21:25,476 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,478 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:21:25,478 INFO program/MainThread: stderr[61]: 2024-03-01 17:21:25,478 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:21:25,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:21:25,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,490 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,490 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,491 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,486 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c80328460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5c80328f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,492 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:25,494 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:21:25,495 INFO program/MainThread: stderr[62]: 2024-03-01 17:21:25,495 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:21:25,498 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:21:25,498 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:21:25,501 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx ' '/dev/disk/by-uuid/48604253-1f58-4a37-8889-81ef363fb389 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /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-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx', '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': '48604253-1f58-4a37-8889-81ef363fb389', 'ID_FS_UUID_ENC': '48604253-1f58-4a37-8889-81ef363fb389', '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': '982393436'} ; 2024-03-01 17:21:25,501 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:21:25,501 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,504 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:21:25,504 INFO program/MainThread: stderr[63]: 2024-03-01 17:21:25,504 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:21:25,504 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,506 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:21:25,506 INFO program/MainThread: stderr[64]: 2024-03-01 17:21:25,506 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:21:25,506 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,509 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:21:25,509 INFO program/MainThread: stderr[65]: 2024-03-01 17:21:25,509 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:21:25,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:21:25,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,520 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,521 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,516 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8037aa00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5c80328f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,522 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:25,524 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:21:25,524 INFO program/MainThread: stderr[66]: 2024-03-01 17:21:25,524 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:21:25,528 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:21:25,528 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:21:25,530 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/af3c3b63-5ff4-43ec-aaf2-d910f2283427', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz', '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': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', 'ID_FS_UUID_ENC': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', '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': '983435087'} ; 2024-03-01 17:21:25,531 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:21:25,531 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,533 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:21:25,533 INFO program/MainThread: stderr[67]: 2024-03-01 17:21:25,533 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:21:25,534 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,536 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:21:25,536 INFO program/MainThread: stderr[68]: 2024-03-01 17:21:25,536 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:21:25,536 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,538 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:21:25,539 INFO program/MainThread: stderr[69]: 2024-03-01 17:21:25,539 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:21:25,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:21:25,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,549 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,551 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,546 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c803e2160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7f5c80328f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,551 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:25,554 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:21:25,554 INFO program/MainThread: stderr[70]: 2024-03-01 17:21:25,554 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:21:25,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:21:25,557 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:21:25,560 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3 ' '/dev/disk/by-uuid/e6513ea6-6021-457c-ac9c-3dc1f26ea9cb ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3', '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': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', 'ID_FS_UUID_ENC': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', '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': '984511045'} ; 2024-03-01 17:21:25,560 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:25,561 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:25,563 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:21:25,563 INFO program/MainThread: stderr[71]: 2024-03-01 17:21:25,563 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:21:25,563 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:25,565 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:21:25,566 INFO program/MainThread: stderr[72]: 2024-03-01 17:21:25,566 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:21:25,566 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:25,568 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:21:25,568 INFO program/MainThread: stderr[73]: 2024-03-01 17:21:25,568 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:21:25,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,575 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 17:21:25,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,579 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:25,580 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:25,575 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c803392b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7f5c80328f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:25,581 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:25,583 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:21:25,583 INFO program/MainThread: stderr[74]: 2024-03-01 17:21:25,583 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:21:25,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:21:25,587 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:21:25,590 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms ' '/dev/disk/by-uuid/2bb567c8-77bd-4b88-aa97-5e7b07e88980', '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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms', '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': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', 'ID_FS_UUID_ENC': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', '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': '986204286'} ; 2024-03-01 17:21:25,590 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:21:25,590 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:25,592 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:21:25,593 INFO program/MainThread: stderr[75]: 2024-03-01 17:21:25,593 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:21:25,593 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:25,595 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:21:25,595 INFO program/MainThread: stderr[76]: 2024-03-01 17:21:25,595 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:21:25,595 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:25,598 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:21:25,598 INFO program/MainThread: stderr[77]: 2024-03-01 17:21:25,598 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:21:25,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:21:25,607 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:25,608 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:25,608 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:25,609 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:25,605 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8031fbb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7f5c80375c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:25,609 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:25,611 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:21:25,612 INFO program/MainThread: stderr[78]: 2024-03-01 17:21:25,612 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:21:25,615 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:21:25,615 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:21:25,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/4dc4dce0-482c-483f-8eeb-079392e6896b ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7', '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': '4dc4dce0-482c-483f-8eeb-079392e6896b', 'ID_FS_UUID_ENC': '4dc4dce0-482c-483f-8eeb-079392e6896b', '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': '986691998'} ; 2024-03-01 17:21:25,618 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:21:25,618 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:25,621 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:21:25,621 INFO program/MainThread: stderr[79]: 2024-03-01 17:21:25,621 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:21:25,621 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:25,623 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:21:25,623 INFO program/MainThread: stderr[80]: 2024-03-01 17:21:25,623 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:21:25,623 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:25,626 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:21:25,626 INFO program/MainThread: stderr[81]: 2024-03-01 17:21:25,626 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:21:25,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:21:25,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:25,636 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:25,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:25,637 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:25,633 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8031f340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5c80375c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:25,637 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:25,640 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:21:25,640 INFO program/MainThread: stderr[82]: 2024-03-01 17:21:25,640 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:21:25,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:21:25,643 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:21:25,646 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4 ' '/dev/disk/by-uuid/0d5bcf11-5b5a-445d-9411-98882a2c4e9b ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4', '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': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', 'ID_FS_UUID_ENC': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', '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': '988481535'} ; 2024-03-01 17:21:25,646 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:21:25,647 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:25,649 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:21:25,649 INFO program/MainThread: stderr[83]: 2024-03-01 17:21:25,649 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:21:25,649 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:25,651 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:21:25,652 INFO program/MainThread: stderr[84]: 2024-03-01 17:21:25,652 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:21:25,652 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:25,654 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:21:25,654 INFO program/MainThread: stderr[85]: 2024-03-01 17:21:25,654 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:21:25,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,661 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 17:21:25,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,664 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:25,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,665 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:25,661 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8037cdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7f5c8042e6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:25,665 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:25,668 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:21:25,668 INFO program/MainThread: stderr[86]: 2024-03-01 17:21:25,668 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:21:25,671 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:21:25,671 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:21:25,674 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e10623b7-0d22-49c1-bb72-686ab1e60cec ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL', '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': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', 'ID_FS_UUID_ENC': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', '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': '989011294'} ; 2024-03-01 17:21:25,674 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:21:25,675 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,677 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:21:25,677 INFO program/MainThread: stderr[87]: 2024-03-01 17:21:25,677 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:21:25,677 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,679 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:21:25,680 INFO program/MainThread: stderr[88]: 2024-03-01 17:21:25,680 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:21:25,680 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,682 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:21:25,682 INFO program/MainThread: stderr[89]: 2024-03-01 17:21:25,682 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:21:25,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:25,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,692 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:25,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,693 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:25,689 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5c8037cf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7f5c8042e6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:25,694 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,696 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:21:25,696 INFO program/MainThread: stderr[90]: 2024-03-01 17:21:25,696 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:21:25,699 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:25,700 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:21:25,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:25,708 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:25,725 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:25,725 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:25,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:25,737 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:25,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:25,747 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:25,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:25,758 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:25,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:25,768 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:25,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:25,779 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:25,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:25,789 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:28,711 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_l3d1blh_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:28,745 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:28,745 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:28,747 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:28,748 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:28,748 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:28,748 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:28,753 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,753 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:28,756 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:28,756 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:28,759 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:28,759 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:28,762 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:28,762 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:28,772 INFO program/MainThread: stdout: 2024-03-01 17:21:28,772 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:28,772 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO 2024-03-01 17:21:28,772 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b 2024-03-01 17:21:28,772 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W 2024-03-01 17:21:28,772 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b 2024-03-01 17:21:28,772 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e10623b7-0d22-49c1-bb72-686ab1e60cec 2024-03-01 17:21:28,772 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu 2024-03-01 17:21:28,772 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ 2024-03-01 17:21:28,772 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2bb567c8-77bd-4b88-aa97-5e7b07e88980 2024-03-01 17:21:28,773 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4dc4dce0-482c-483f-8eeb-079392e6896b 2024-03-01 17:21:28,773 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ 2024-03-01 17:21:28,773 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv 2024-03-01 17:21:28,773 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi 2024-03-01 17:21:28,773 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c0bde5af-1b87-4b0d-b12d-eca3606a1eed 2024-03-01 17:21:28,773 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 48604253-1f58-4a37-8889-81ef363fb389 2024-03-01 17:21:28,773 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 2024-03-01 17:21:28,773 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf 2024-03-01 17:21:28,773 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 2024-03-01 17:21:28,773 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA 2024-03-01 17:21:28,773 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb 2024-03-01 17:21:28,773 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG 2024-03-01 17:21:28,773 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb 2024-03-01 17:21:28,773 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:28,773 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:28,773 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:28,773 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:28,773 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,773 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b sdb 1073741824 root disk brw-rw---- LVM2_member pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 0d5bcf11-5b5a-445d-9411-98882a2c4e9b `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e10623b7-0d22-49c1-bb72-686ab1e60cec sdc 1073741824 root disk brw-rw---- LVM2_member a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu sdd 1073741824 root disk brw-rw---- LVM2_member 1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2bb567c8-77bd-4b88-aa97-5e7b07e88980 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4dc4dce0-482c-483f-8eeb-079392e6896b sde 1073741824 root disk brw-rw---- LVM2_member qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ sdf 1073741824 root disk brw-rw---- LVM2_member L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv sdg 1073741824 root disk brw-rw---- LVM2_member xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c0bde5af-1b87-4b0d-b12d-eca3606a1eed |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 48604253-1f58-4a37-8889-81ef363fb389 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 sdh 1073741824 root disk brw-rw---- LVM2_member 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs af3c3b63-5ff4-43ec-aaf2-d910f2283427 sdi 1073741824 root disk brw-rw---- LVM2_member 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb sdj 1073741824 root disk brw-rw---- LVM2_member 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e6513ea6-6021-457c-ac9c-3dc1f26ea9cb sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:28,773 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:28,774 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:28,774 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:28,774 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:28,774 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:28,774 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:28,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,782 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,799 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 17:21:28,803 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f ' '/dev/disk/by-id/wwn-0x6001405ae2ee7f7ebb942409d9bd9c8b ' '/dev/disk/by-id/lvm-pv-uuid-LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO ' '/dev/disk/by-id/scsi-36001405ae2ee7f7ebb942409d9bd9c8b', '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': 'LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO', 'ID_FS_UUID_ENC': 'LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO', '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': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'ID_SERIAL': '36001405ae2ee7f7ebb942409d9bd9c8b', 'ID_SERIAL_SHORT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ae2ee7f7e', 'ID_WWN_VENDOR_EXTENSION': '0xbb942409d9bd9c8b', 'ID_WWN_WITH_EXTENSION': '0x6001405ae2ee7f7ebb942409d9bd9c8b', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ae2ee7f7ebb942409d9bd9c8b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ae2ee7f7-ebb9-4240-9d9b-d9c8bab7416f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645426052'} ; 2024-03-01 17:21:28,803 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:28,803 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:28,844 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:28,844 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:28,844 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:28,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:28,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:28,855 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:28,856 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:28,861 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:28,861 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:28,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:28,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:28,865 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:28,868 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:28,868 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:28,871 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:28,872 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:28,872 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:28,872 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff7131328e0) -- 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 = 6001405ae2ee7f7ebb942409d9bd9c8b 2024-03-01 17:21:28,875 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:28,879 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:28,879 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:21:28,882 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:28,882 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:21:28,885 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:28,885 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:21:28,889 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:28,889 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:21:28,892 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:21:28,892 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:28,892 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:28,926 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:28,927 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W. WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (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 17:21:28,927 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:28,927 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:21:28,931 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO ; label: None ; device: /dev/sda ; serial: 36001405ae2ee7f7ebb942409d9bd9c8b ; exists: True ; vg_name: test_vg1 ; vg_uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; pe_start: 8 MiB ; 2024-03-01 17:21:28,931 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:21:28,934 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:28,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:28,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:28,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:28,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:28,945 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:28,978 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:28,978 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W. WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (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 17:21:28,979 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:28,979 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:28,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:21:28,984 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:28,987 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:28,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:28,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:28,991 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:29,023 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:29,024 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W. WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (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 17:21:29,024 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:29,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:21:29,028 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:21:29,031 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:21:29,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:29,036 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:29,036 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:29,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x60014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/scsi-360014058d8ad9ace9874845acb9c1a6b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_8d8ad9ac-e987-4845-acb9-c1a6b9900a3f ' '/dev/disk/by-id/lvm-pv-uuid-pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W', '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': 'pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W', 'ID_FS_UUID_ENC': 'pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W', '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': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'ID_SERIAL': '360014058d8ad9ace9874845acb9c1a6b', 'ID_SERIAL_SHORT': '60014058d8ad9ace9874845acb9c1a6b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058d8ad9ace', 'ID_WWN_VENDOR_EXTENSION': '0x9874845acb9c1a6b', 'ID_WWN_WITH_EXTENSION': '0x60014058d8ad9ace9874845acb9c1a6b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058d8ad9ace9874845acb9c1a6b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8d8ad9ac-e987-4845-acb9-c1a6b9900a3f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645385527'} ; 2024-03-01 17:21:29,040 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:29,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,050 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:29,051 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:29,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:21:29,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:29,054 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:29,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:29,057 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:29,060 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:29,060 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,060 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:21:29,060 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711d65a00) -- 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 = 60014058d8ad9ace9874845acb9c1a6b 2024-03-01 17:21:29,063 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:29,066 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,066 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:21:29,069 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,069 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:21:29,072 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,072 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:21:29,075 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,075 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:21:29,078 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:21:29,078 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:29,078 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 17:21:29,111 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:29,112 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (last written to /dev/sdc). 2024-03-01 17:21:29,112 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:29,112 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:21:29,115 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W ; label: None ; device: /dev/sdb ; serial: 360014058d8ad9ace9874845acb9c1a6b ; exists: True ; vg_name: test_vg1 ; vg_uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:21:29,116 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:21:29,118 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:29,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:29,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:29,130 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:29,132 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:21:29,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:29,138 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 17:21:29,168 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:29,169 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu. WARNING: VG test_vg1 is missing PV a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu (last written to /dev/sdc). 2024-03-01 17:21:29,169 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:29,169 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:29,169 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:29,173 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2 ' '/dev/disk/by-id/wwn-0x60014051291c94309fd4dc6b60276924 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1291c943-09fd-4dc6-b602-76924904f6a2 ' '/dev/disk/by-id/scsi-360014051291c94309fd4dc6b60276924', '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': '1291c943-09fd-4dc6-b602-76924904f6a2', 'ID_SERIAL': '360014051291c94309fd4dc6b60276924', 'ID_SERIAL_SHORT': '60014051291c94309fd4dc6b60276924', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051291c9430', 'ID_WWN_VENDOR_EXTENSION': '0x9fd4dc6b60276924', 'ID_WWN_WITH_EXTENSION': '0x60014051291c94309fd4dc6b60276924', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051291c94309fd4dc6b60276924', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1291c943-09fd-4dc6-b602-76924904f6a2', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646079501'} ; 2024-03-01 17:21:29,173 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:29,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,183 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:29,184 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:29,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:21:29,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:29,187 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:29,190 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:29,190 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:29,193 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:29,193 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,193 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:21:29,193 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711cc6c40) -- 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 = 60014051291c94309fd4dc6b60276924 2024-03-01 17:21:29,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:29,197 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:29,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140523c0ccc1ee554c0ba76cfef47 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0 ' '/dev/disk/by-id/scsi-3600140523c0ccc1ee554c0ba76cfef47', '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': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'ID_SERIAL': '3600140523c0ccc1ee554c0ba76cfef47', 'ID_SERIAL_SHORT': '600140523c0ccc1ee554c0ba76cfef47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140523c0ccc1e', 'ID_WWN_VENDOR_EXTENSION': '0xe554c0ba76cfef47', 'ID_WWN_WITH_EXTENSION': '0x600140523c0ccc1ee554c0ba76cfef47', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140523c0ccc1ee554c0ba76cfef47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '23c0ccc1-ee55-4c0b-a76c-fef471a82ba0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646066142'} ; 2024-03-01 17:21:29,200 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:29,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,210 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:29,210 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:29,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:21:29,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:29,213 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:29,216 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:29,216 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:29,219 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:29,219 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,220 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:21:29,220 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711cc6d90) -- 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 = 600140523c0ccc1ee554c0ba76cfef47 2024-03-01 17:21:29,222 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:29,223 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:29,225 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405586950625a584c8bb49ab6c6a ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405586950625a584c8bb49ab6c6a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3 ' '/dev/disk/by-id/lvm-pv-uuid-a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_58695062-5a58-4c8b-b49a-b6c6aefd5ab3', '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': 'a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu', 'ID_FS_UUID_ENC': 'a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu', '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': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'ID_SERIAL': '36001405586950625a584c8bb49ab6c6a', 'ID_SERIAL_SHORT': '6001405586950625a584c8bb49ab6c6a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405586950625', 'ID_WWN_VENDOR_EXTENSION': '0xa584c8bb49ab6c6a', 'ID_WWN_WITH_EXTENSION': '0x6001405586950625a584c8bb49ab6c6a', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405586950625a584c8bb49ab6c6a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '58695062-5a58-4c8b-b49a-b6c6aefd5ab3', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645457760'} ; 2024-03-01 17:21:29,226 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:29,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,236 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:29,236 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:29,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:21:29,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:29,239 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:29,242 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:29,242 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:29,245 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:29,245 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,246 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:21:29,246 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711cdb460) -- 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 = 6001405586950625a584c8bb49ab6c6a 2024-03-01 17:21:29,249 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:29,251 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,252 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:21:29,254 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,254 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:21:29,257 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,257 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:21:29,260 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,260 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:21:29,263 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:21:29,263 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:29,263 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:29,299 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=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 17:21:29,299 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:29,299 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:29,299 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:21:29,303 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu ; label: None ; device: /dev/sdc ; serial: 36001405586950625a584c8bb49ab6c6a ; exists: True ; vg_name: test_vg1 ; vg_uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:29,303 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:21:29,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:29,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:29,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:29,317 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:29,320 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:21:29,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:29,325 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:29,360 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:29,361 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:29,361 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:29,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:29,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:21:29,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:29,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:21:29,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:29,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:29,383 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:29,386 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 17:21:29,386 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:29,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:29,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:29,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:29,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:21:29,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:29,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:29,399 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:29,402 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 17:21:29,402 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:29,402 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:21:29,403 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:21:29,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:29,405 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:29,408 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 17:21:29,409 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:29,413 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e10623b7-0d22-49c1-bb72-686ab1e60cec ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL ' '/dev/mapper/test_vg1-lv1 /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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL', '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': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', 'ID_FS_UUID_ENC': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', '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': '989011294'} ; 2024-03-01 17:21:29,413 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:21:29,413 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:29,416 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:21:29,416 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:29,416 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:29,416 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:29,418 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:21:29,419 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:29,419 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:29,419 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:29,421 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:21:29,421 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:29,421 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:29,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:21:29,430 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:29,431 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:21:29,431 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:29,432 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:21:29,428 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 17:21:29,432 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:29,434 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:21:29,434 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:29,435 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:29,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:29,441 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,441 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:21:29,444 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,445 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:21:29,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:21:29,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:21:29,452 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:29,453 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:21:29,456 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:29,456 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:21:29,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:29,459 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:29,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:29,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:29,473 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:29,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:21:29,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:21:29,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:29,480 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:29,483 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 17:21:29,483 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:29,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:21:29,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:21:29,490 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:29,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:29,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:21:29,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:29,496 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:29,499 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 17:21:29,499 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:29,499 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:21:29,499 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:21:29,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:29,502 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:29,505 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 17:21:29,506 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:29,509 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4 ' '/dev/disk/by-uuid/0d5bcf11-5b5a-445d-9411-98882a2c4e9b', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4', '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': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', 'ID_FS_UUID_ENC': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', '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': '988481535'} ; 2024-03-01 17:21:29,509 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:21:29,509 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:29,512 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:21:29,512 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:29,512 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:29,512 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:29,514 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:21:29,514 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:29,514 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:29,515 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:29,517 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:21:29,517 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:29,517 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:29,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:21:29,526 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:29,527 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:29,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:29,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:29,524 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:29,528 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:29,531 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:21:29,531 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:29,531 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:29,534 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:21:29,538 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,538 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:21:29,541 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,541 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:21:29,544 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,544 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:21:29,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,547 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:29,548 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:21:29,551 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:29,551 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:21:29,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:29,554 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:29,554 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:29,557 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee ' '/dev/disk/by-id/wwn-0x600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-3600140595f6f0135b174fbebda86a4f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_95f6f013-5b17-4fbe-bda8-6a4f69033fee', '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': '1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ', 'ID_FS_UUID_ENC': '1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ', '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': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'ID_SERIAL': '3600140595f6f0135b174fbebda86a4f6', 'ID_SERIAL_SHORT': '600140595f6f0135b174fbebda86a4f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140595f6f0135', 'ID_WWN_VENDOR_EXTENSION': '0xb174fbebda86a4f6', 'ID_WWN_WITH_EXTENSION': '0x600140595f6f0135b174fbebda86a4f6', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140595f6f0135b174fbebda86a4f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '95f6f013-5b17-4fbe-bda8-6a4f69033fee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645529791'} ; 2024-03-01 17:21:29,557 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:29,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,568 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:29,568 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:29,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:29,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:29,571 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:29,574 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:29,574 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:29,577 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:29,577 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,578 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:21:29,578 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711cd94f0) -- 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 = 600140595f6f0135b174fbebda86a4f6 2024-03-01 17:21:29,581 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:29,584 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,584 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:29,587 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,587 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:29,589 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,590 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:29,592 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,593 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:29,595 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:21:29,595 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:21:29,595 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:29,635 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:29,636 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ. WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:29,636 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:29,636 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:21:29,640 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ ; label: None ; device: /dev/sdd ; serial: 3600140595f6f0135b174fbebda86a4f6 ; exists: True ; vg_name: test_vg2 ; vg_uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:21:29,640 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:21:29,643 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:21:29,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:29,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,654 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:29,685 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 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=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:29,686 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ. WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:29,686 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:29,686 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:29,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:21:29,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:21:29,693 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:29,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:29,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:21:29,696 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:29,728 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 17:21:29,728 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ. WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:29,728 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:29,732 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:21:29,733 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:21:29,735 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:21:29,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:21:29,741 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:21:29,741 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:29,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0 ' '/dev/disk/by-id/scsi-360014057f6f53e6e042413fbeffb700d ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/lvm-pv-uuid-qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ', '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': 'qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ', 'ID_FS_UUID_ENC': 'qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ', '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': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'ID_SERIAL': '360014057f6f53e6e042413fbeffb700d', 'ID_SERIAL_SHORT': '60014057f6f53e6e042413fbeffb700d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057f6f53e6e', 'ID_WWN_VENDOR_EXTENSION': '0x042413fbeffb700d', 'ID_WWN_WITH_EXTENSION': '0x60014057f6f53e6e042413fbeffb700d', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057f6f53e6e042413fbeffb700d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7f6f53e6-e042-413f-beff-b700d75eeff0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645593189'} ; 2024-03-01 17:21:29,744 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:29,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,755 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:29,756 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:29,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:21:29,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:29,759 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:29,761 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:29,762 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:29,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:29,765 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,765 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:21:29,765 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711cc62e0) -- 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 = 60014057f6f53e6e042413fbeffb700d 2024-03-01 17:21:29,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:29,771 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,771 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:21:29,774 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,774 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:21:29,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:21:29,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:21:29,783 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:21:29,783 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:21:29,783 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:29,814 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:29,814 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:29,815 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:29,815 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:21:29,818 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ ; label: None ; device: /dev/sde ; serial: 360014057f6f53e6e042413fbeffb700d ; exists: True ; vg_name: test_vg2 ; vg_uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:29,819 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:21:29,821 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:21:29,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:21:29,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:21:29,832 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:29,835 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:21:29,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:29,841 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:29,873 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 17:21:29,873 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv. WARNING: VG test_vg2 is missing PV L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv (last written to /dev/sdf). 2024-03-01 17:21:29,873 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:29,874 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:21:29,874 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:29,878 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-id/scsi-360014051f7b4c392314424690d93754b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x60014051f7b4c392314424690d93754b', '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': 'L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv', 'ID_FS_UUID_ENC': 'L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv', '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': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'ID_SERIAL': '360014051f7b4c392314424690d93754b', 'ID_SERIAL_SHORT': '60014051f7b4c392314424690d93754b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051f7b4c392', 'ID_WWN_VENDOR_EXTENSION': '0x314424690d93754b', 'ID_WWN_WITH_EXTENSION': '0x60014051f7b4c392314424690d93754b', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051f7b4c392314424690d93754b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1f7b4c39-2314-4246-90d9-3754b7f724f1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645687012'} ; 2024-03-01 17:21:29,878 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:29,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,889 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:29,890 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:29,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:21:29,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:21:29,893 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:29,896 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:29,896 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:29,898 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:29,899 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,899 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:21:29,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff713132820) -- 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 = 60014051f7b4c392314424690d93754b 2024-03-01 17:21:29,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:29,905 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,905 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:21:29,908 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,908 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:21:29,911 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,911 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:21:29,914 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,914 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:21:29,917 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:21:29,917 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:21:29,917 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:29,958 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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 17:21:29,958 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:29,958 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:29,958 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:21:29,962 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv ; label: None ; device: /dev/sdf ; serial: 360014051f7b4c392314424690d93754b ; exists: True ; vg_name: test_vg2 ; vg_uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:29,962 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:21:29,965 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:21:29,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:29,973 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:21:29,976 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:29,979 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:21:29,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:29,984 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:30,017 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 17:21:30,018 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:30,018 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:30,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:21:30,033 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:30,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:21:30,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:21:30,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:30,040 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:30,043 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 17:21:30,043 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:30,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:21:30,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:21:30,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:30,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:21:30,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:21:30,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:30,056 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:30,059 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 17:21:30,059 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:30,059 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:21:30,060 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:21:30,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:30,062 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:30,065 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 17:21:30,066 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:30,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/4dc4dce0-482c-483f-8eeb-079392e6896b', '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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7', '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': '4dc4dce0-482c-483f-8eeb-079392e6896b', 'ID_FS_UUID_ENC': '4dc4dce0-482c-483f-8eeb-079392e6896b', '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': '986691998'} ; 2024-03-01 17:21:30,069 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:21:30,069 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:30,072 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:21:30,072 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:30,073 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:30,073 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:30,075 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:21:30,075 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:30,075 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:30,075 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:30,077 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:21:30,078 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:30,078 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:30,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:21:30,087 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:30,087 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:21:30,088 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:30,088 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:21:30,085 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:30,089 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:30,091 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:21:30,091 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:30,091 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:30,095 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:21:30,098 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,098 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:21:30,101 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,101 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:21:30,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,104 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:21:30,108 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,108 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:21:30,108 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:21:30,111 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:30,112 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:21:30,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:30,115 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:30,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:21:30,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:30,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:21:30,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:21:30,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:30,135 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:30,138 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 17:21:30,139 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:30,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:21:30,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:21:30,145 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:30,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:21:30,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:21:30,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:30,151 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:30,154 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 17:21:30,155 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:30,155 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:21:30,155 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:21:30,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:30,158 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:30,161 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 17:21:30,161 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:30,164 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/2bb567c8-77bd-4b88-aa97-5e7b07e88980 ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms', '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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms', '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': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', 'ID_FS_UUID_ENC': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', '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': '986204286'} ; 2024-03-01 17:21:30,165 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:21:30,165 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:30,168 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:21:30,168 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:30,168 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:30,168 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:30,170 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:21:30,170 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:30,171 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:30,171 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:30,173 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:21:30,173 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:30,173 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:30,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:21:30,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:30,183 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:30,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:30,184 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:30,180 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:30,185 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:30,187 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:21:30,187 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:30,187 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:30,191 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:21:30,194 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,194 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:21:30,197 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,197 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:21:30,201 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,201 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:21:30,204 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,204 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:21:30,204 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:21:30,207 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:30,207 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:21:30,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:30,210 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:30,210 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:30,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_59a83d71-43d7-4f0e-b170-baf58ea0ac39 ' '/dev/disk/by-id/scsi-3600140559a83d7143d74f0eb170baf58 ' '/dev/disk/by-id/lvm-pv-uuid-xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x600140559a83d7143d74f0eb170baf58', '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': 'xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi', 'ID_FS_UUID_ENC': 'xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi', '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': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'ID_SERIAL': '3600140559a83d7143d74f0eb170baf58', 'ID_SERIAL_SHORT': '600140559a83d7143d74f0eb170baf58', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140559a83d714', 'ID_WWN_VENDOR_EXTENSION': '0x3d74f0eb170baf58', 'ID_WWN_WITH_EXTENSION': '0x600140559a83d7143d74f0eb170baf58', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140559a83d7143d74f0eb170baf58', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '59a83d71-43d7-4f0e-b170-baf58ea0ac39', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645721014'} ; 2024-03-01 17:21:30,213 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:30,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,225 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:30,225 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:30,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:21:30,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:21:30,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:30,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:30,231 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:30,234 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:30,234 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,235 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:21:30,235 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711cd9040) -- 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 = 600140559a83d7143d74f0eb170baf58 2024-03-01 17:21:30,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:30,240 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,240 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:21:30,243 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,243 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:21:30,246 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,246 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:21:30,249 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,249 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:21:30,252 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:21:30,252 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:21:30,252 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdg ... 2024-03-01 17:21:30,292 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:30,293 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf. WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,293 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:21:30,293 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:21:30,297 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi ; label: None ; device: /dev/sdg ; serial: 3600140559a83d7143d74f0eb170baf58 ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:21:30,297 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:21:30,300 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:21:30,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,311 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdg ... 2024-03-01 17:21:30,350 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 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=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:30,351 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf. WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,351 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:21:30,351 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:30,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:21:30,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:21:30,358 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:30,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:21:30,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:21:30,362 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdg ... 2024-03-01 17:21:30,401 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:30,401 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf. WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,401 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:21:30,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:21:30,406 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:21:30,409 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:21:30,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,414 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:30,414 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:30,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_d4e7f337-5229-4106-a3ed-3b58c1b06d15 ' '/dev/disk/by-id/scsi-36001405d4e7f33752294106a3ed3b58c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15 ' '/dev/disk/by-id/lvm-pv-uuid-2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf', 'ID_FS_UUID_ENC': '2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf', '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': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'ID_SERIAL': '36001405d4e7f33752294106a3ed3b58c', 'ID_SERIAL_SHORT': '6001405d4e7f33752294106a3ed3b58c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4e7f3375', 'ID_WWN_VENDOR_EXTENSION': '0x2294106a3ed3b58c', 'ID_WWN_WITH_EXTENSION': '0x6001405d4e7f33752294106a3ed3b58c', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4e7f33752294106a3ed3b58c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:d4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4e7f337-5229-4106-a3ed-3b58c1b06d15', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '645893419'} ; 2024-03-01 17:21:30,418 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:30,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,429 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:30,429 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:30,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:21:30,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:21:30,432 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:30,435 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:30,435 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:30,438 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:30,438 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,439 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:21:30,439 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711c907c0) -- 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 = 6001405d4e7f33752294106a3ed3b58c 2024-03-01 17:21:30,442 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:30,445 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,445 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:21:30,448 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,448 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:21:30,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:21:30,454 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,454 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:21:30,456 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:21:30,456 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:21:30,457 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:30,501 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:30,501 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,501 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:21:30,502 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:21:30,505 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf ; label: None ; device: /dev/sdh ; serial: 36001405d4e7f33752294106a3ed3b58c ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; 2024-03-01 17:21:30,505 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:21:30,508 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:21:30,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:21:30,519 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:30,522 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:21:30,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,528 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:30,567 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:30,568 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA. WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,568 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:21:30,568 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:30,568 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:30,572 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/lvm-pv-uuid-3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_98d2ae21-dca1-4a73-85f2-d2e48f93f3f6 ' '/dev/disk/by-id/wwn-0x600140598d2ae21dca14a7385f2d2e48 ' '/dev/disk/by-id/scsi-3600140598d2ae21dca14a7385f2d2e48', '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': '3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA', 'ID_FS_UUID_ENC': '3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA', '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': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'ID_SERIAL': '3600140598d2ae21dca14a7385f2d2e48', 'ID_SERIAL_SHORT': '600140598d2ae21dca14a7385f2d2e48', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140598d2ae21d', 'ID_WWN_VENDOR_EXTENSION': '0xca14a7385f2d2e48', 'ID_WWN_WITH_EXTENSION': '0x600140598d2ae21dca14a7385f2d2e48', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140598d2ae21dca14a7385f2d2e48', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '98d2ae21-dca1-4a73-85f2-d2e48f93f3f6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646017973'} ; 2024-03-01 17:21:30,572 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:30,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,584 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:30,584 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:30,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:21:30,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:21:30,587 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:30,590 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:30,590 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:30,593 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:30,594 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,594 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:21:30,594 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711c93220) -- 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 = 600140598d2ae21dca14a7385f2d2e48 2024-03-01 17:21:30,597 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:30,600 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:21:30,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:21:30,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:21:30,609 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,609 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:21:30,611 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:21:30,612 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:21:30,612 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:30,654 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:30,655 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,655 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:21:30,655 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:21:30,659 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA ; label: None ; device: /dev/sdi ; serial: 3600140598d2ae21dca14a7385f2d2e48 ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; 2024-03-01 17:21:30,659 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:21:30,662 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:21:30,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:21:30,673 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:30,676 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:21:30,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,682 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:30,720 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:30,720 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG. WARNING: VG test_vg3 is missing PV 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG (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 17:21:30,720 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:21:30,720 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:30,720 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:30,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_62972f50-b5ff-42f9-a020-0fbe483719ee ' '/dev/disk/by-id/wwn-0x600140562972f50b5ff42f9a0200fbe4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', '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': '8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG', 'ID_FS_UUID_ENC': '8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG', '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': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'ID_SERIAL': '3600140562972f50b5ff42f9a0200fbe4', 'ID_SERIAL_SHORT': '600140562972f50b5ff42f9a0200fbe4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140562972f50b', 'ID_WWN_VENDOR_EXTENSION': '0x5ff42f9a0200fbe4', 'ID_WWN_WITH_EXTENSION': '0x600140562972f50b5ff42f9a0200fbe4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140562972f50b5ff42f9a0200fbe4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405237f601c6,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '62972f50-b5ff-42f9-a020-0fbe483719ee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405237f601c6', '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': '646019900'} ; 2024-03-01 17:21:30,724 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:30,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,736 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:30,736 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:30,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:21:30,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:21:30,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:30,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:30,742 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:30,745 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:30,746 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,746 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:21:30,746 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711c94910) -- 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 = 600140562972f50b5ff42f9a0200fbe4 2024-03-01 17:21:30,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:30,752 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,752 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:21:30,755 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,755 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:21:30,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:21:30,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:21:30,764 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:21:30,764 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:21:30,764 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:30,804 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LpIhpz-Q4Th-yrhq-Oh2x-33OW-giVu-hiTdaO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=pVpYQc-xf7h-Qn2v-DuNu-yd1u-XA2b-508Q3W LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0p5ns-5V8W-maRo-YYll-9lEt-OzEj-eFCBOu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1xLGBc-q8OU-8R36-ykfS-L36m-bWCR-h12YFQ LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=qDAkIm-P72c-Ca25-Flok-EGJr-Rsv0-mg7IZZ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=L1It1U-7fZb-GlpV-NK2k-eI9O-z9SK-NyPcJv LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm LVM2_VG_SIZE=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=xcjYcq-yHBs-FQN3-7uSK-t18H-ajxB-3hBfVi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=2ibAAV-3Hg0-0toe-uduF-r3eb-mWe6-A2X6tf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=3PmETs-WQvV-Dojv-rwhC-t0Fd-tBSR-jRnoGA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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=8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd 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 17:21:30,805 INFO program/MainThread: stderr[41]: 2024-03-01 17:21:30,805 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:21:30,805 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:21:30,809 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8UJUcW-sygy-ZFAx-wPGb-xuBR-Df6x-VuI2yG ; label: None ; device: /dev/sdj ; serial: 3600140562972f50b5ff42f9a0200fbe4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:21:30,809 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:21:30,812 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:21:30,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,821 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:21:30,823 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:30,826 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:21:30,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:30,832 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/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:30,873 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 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=Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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=BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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=39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 17:21:30,873 INFO program/MainThread: stderr[42]: 2024-03-01 17:21:30,873 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:21:30,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:21:30,889 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:30,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:21:30,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:21:30,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:30,895 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:30,899 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 17:21:30,899 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:30,899 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:21:30,902 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:21:30,905 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:30,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:21:30,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:21:30,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:30,911 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:30,914 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 17:21:30,915 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:30,915 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:21:30,915 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:21:30,918 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:30,918 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:30,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:30,921 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:30,924 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/e6513ea6-6021-457c-ac9c-3dc1f26ea9cb ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3', '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': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', 'ID_FS_UUID_ENC': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', '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': '984511045'} ; 2024-03-01 17:21:30,924 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:30,925 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:30,927 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:21:30,928 INFO program/MainThread: stderr[43]: 2024-03-01 17:21:30,928 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:21:30,928 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:30,930 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:21:30,930 INFO program/MainThread: stderr[44]: 2024-03-01 17:21:30,930 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:21:30,930 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:30,933 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:21:30,933 INFO program/MainThread: stderr[45]: 2024-03-01 17:21:30,933 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:21:30,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:21:30,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:30,944 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:21:30,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:30,945 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:21:30,941 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:30,945 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:30,948 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:21:30,948 INFO program/MainThread: stderr[46]: 2024-03-01 17:21:30,948 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:21:30,952 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:21:30,955 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,955 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:21:30,958 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,958 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:21:30,961 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,961 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:21:30,964 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,964 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:21:30,965 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:21:30,968 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:30,968 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:21:30,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:21:30,971 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:30,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:21:30,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:30,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:21:30,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:21:31,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:31,000 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:31,003 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 17:21:31,004 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:31,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:21:31,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:21:31,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:31,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:21:31,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:21:31,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:31,016 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:31,019 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 17:21:31,020 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:31,020 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:21:31,020 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:21:31,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:31,023 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:31,026 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 17:21:31,026 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:31,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/af3c3b63-5ff4-43ec-aaf2-d910f2283427 ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz', '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': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', 'ID_FS_UUID_ENC': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', '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': '983435087'} ; 2024-03-01 17:21:31,029 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:21:31,030 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,033 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:21:31,033 INFO program/MainThread: stderr[47]: 2024-03-01 17:21:31,033 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:21:31,033 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,035 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:21:31,035 INFO program/MainThread: stderr[48]: 2024-03-01 17:21:31,035 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:21:31,035 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,038 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:21:31,038 INFO program/MainThread: stderr[49]: 2024-03-01 17:21:31,038 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:21:31,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:21:31,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,049 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:21:31,049 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,050 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:21:31,046 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- name = test_vg3 status = True 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,050 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,053 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:21:31,053 INFO program/MainThread: stderr[50]: 2024-03-01 17:21:31,053 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:21:31,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:21:31,060 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:31,060 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:21:31,063 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:31,063 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:21:31,066 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,066 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:21:31,069 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,069 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:21:31,070 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:21:31,073 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:31,073 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:21:31,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:21:31,076 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:31,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:31,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:21:31,090 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:31,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:21:31,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:21:31,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:31,097 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:31,100 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 17:21:31,100 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:31,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:21:31,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:21:31,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:31,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:21:31,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:21:31,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:31,113 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:31,116 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 17:21:31,116 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:31,116 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:21:31,117 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:21:31,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:31,120 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:31,122 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 17:21:31,123 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:31,126 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/48604253-1f58-4a37-8889-81ef363fb389 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx ' '/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-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx', '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': '48604253-1f58-4a37-8889-81ef363fb389', 'ID_FS_UUID_ENC': '48604253-1f58-4a37-8889-81ef363fb389', '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': '982393436'} ; 2024-03-01 17:21:31,126 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:21:31,126 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,129 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:21:31,129 INFO program/MainThread: stderr[51]: 2024-03-01 17:21:31,129 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:21:31,129 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,131 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:21:31,132 INFO program/MainThread: stderr[52]: 2024-03-01 17:21:31,132 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:21:31,132 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,134 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:21:31,134 INFO program/MainThread: stderr[53]: 2024-03-01 17:21:31,134 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:21:31,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:21:31,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,145 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:21:31,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,146 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:21:31,142 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,147 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,149 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:21:31,149 INFO program/MainThread: stderr[54]: 2024-03-01 17:21:31,149 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:21:31,153 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:21:31,156 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:31,156 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:21:31,159 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:31,160 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:21:31,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:21:31,166 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,166 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:21:31,166 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:21:31,169 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:31,169 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:21:31,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:21:31,172 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:31,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:31,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:21:31,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:31,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:21:31,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:21:31,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:31,194 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:31,197 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 17:21:31,197 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:31,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:21:31,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:21:31,203 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:31,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:21:31,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:21:31,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:31,210 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:31,213 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 17:21:31,213 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:31,213 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:21:31,213 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:21:31,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:31,216 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:31,219 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 17:21:31,219 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:31,223 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/c0bde5af-1b87-4b0d-b12d-eca3606a1eed ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy', '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': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', 'ID_FS_UUID_ENC': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', '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': '981967583'} ; 2024-03-01 17:21:31,223 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:31,223 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,226 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:21:31,226 INFO program/MainThread: stderr[55]: 2024-03-01 17:21:31,226 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:21:31,226 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,228 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:21:31,228 INFO program/MainThread: stderr[56]: 2024-03-01 17:21:31,228 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:21:31,228 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,231 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:21:31,231 INFO program/MainThread: stderr[57]: 2024-03-01 17:21:31,231 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:21:31,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:21:31,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,242 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,243 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,238 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,244 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,246 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:21:31,247 INFO program/MainThread: stderr[58]: 2024-03-01 17:21:31,247 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:21:31,250 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:21:31,254 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:31,254 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:21:31,257 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:31,257 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:21:31,260 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,260 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:21:31,263 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,263 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:21:31,263 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:21:31,266 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:31,266 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:21:31,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:21:31,270 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:31,270 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:31,273 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': '22080673'} ; 2024-03-01 17:21:31,273 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:31,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,283 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:31,283 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:31,284 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:31,284 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:31,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:21:31,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:21:31,287 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:31,289 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:31,290 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:31,292 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:31,293 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:31,293 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:21:31,293 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff711c7e880) -- 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 17:21:31,296 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:31,299 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:31,299 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:21:31,302 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:31,302 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:21:31,305 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,305 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:21:31,308 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,308 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:21:31,311 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:31,313 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,316 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:31,322 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 0x7ff711ce9e40> 2024-03-01 17:21:31,356 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:21:31,360 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:31,360 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:31,364 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': '22082509'} ; 2024-03-01 17:21:31,364 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:31,364 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:31,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,373 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:31,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,391 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:21:31,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:21:31,417 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:31,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:21:31,420 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:31,422 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:31,423 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:31,425 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:31,426 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:31,426 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:31,428 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:31,431 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:31,434 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:31,437 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:31,439 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:31,440 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:31,440 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:21:31,440 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:31,440 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff711c86250) -- 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 0x7ff7136bfb80> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:31,443 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:31,446 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:31,447 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:21:31,451 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:31,451 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:21:31,453 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,454 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:21:31,456 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:31,456 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:21:31,457 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:31,459 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:31,459 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:21:31,462 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:31,462 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:31,465 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/c0bde5af-1b87-4b0d-b12d-eca3606a1eed ' '/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_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-RftZfOf2xzodLgast29qHT18JKpUKMhd39YasKcgbxFeA7WAFSpBUwPD7D3c8hGy', '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': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', 'ID_FS_UUID_ENC': 'c0bde5af-1b87-4b0d-b12d-eca3606a1eed', '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': '981967583'} ; 2024-03-01 17:21:31,465 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:31,465 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,468 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:21:31,468 INFO program/MainThread: stderr[59]: 2024-03-01 17:21:31,468 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:21:31,468 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,470 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:21:31,470 INFO program/MainThread: stderr[60]: 2024-03-01 17:21:31,470 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:21:31,470 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,473 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:21:31,473 INFO program/MainThread: stderr[61]: 2024-03-01 17:21:31,473 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:21:31,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:21:31,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,485 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,486 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,481 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,486 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:21:31,489 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:21:31,489 INFO program/MainThread: stderr[62]: 2024-03-01 17:21:31,489 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:21:31,492 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:21:31,492 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:21:31,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/48604253-1f58-4a37-8889-81ef363fb389 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdBgpGOc1FREZa6cbk2ZcgvS0BWFn1qYXx', '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': '48604253-1f58-4a37-8889-81ef363fb389', 'ID_FS_UUID_ENC': '48604253-1f58-4a37-8889-81ef363fb389', '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': '982393436'} ; 2024-03-01 17:21:31,495 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:21:31,495 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,498 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:21:31,498 INFO program/MainThread: stderr[63]: 2024-03-01 17:21:31,498 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:21:31,498 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,500 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:21:31,501 INFO program/MainThread: stderr[64]: 2024-03-01 17:21:31,501 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:21:31,501 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,503 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:21:31,503 INFO program/MainThread: stderr[65]: 2024-03-01 17:21:31,503 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:21:31,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:21:31,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,515 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,510 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,516 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:21:31,518 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:21:31,518 INFO program/MainThread: stderr[66]: 2024-03-01 17:21:31,518 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:21:31,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:21:31,522 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:21:31,524 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/af3c3b63-5ff4-43ec-aaf2-d910f2283427 ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdR1JiZkXSq4sJpOjI3ulvfQTbf2CLBCZz', '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': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', 'ID_FS_UUID_ENC': 'af3c3b63-5ff4-43ec-aaf2-d910f2283427', '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': '983435087'} ; 2024-03-01 17:21:31,524 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:21:31,525 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,527 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:21:31,527 INFO program/MainThread: stderr[67]: 2024-03-01 17:21:31,527 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:21:31,527 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,530 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:21:31,530 INFO program/MainThread: stderr[68]: 2024-03-01 17:21:31,530 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:21:31,530 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,532 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:21:31,532 INFO program/MainThread: stderr[69]: 2024-03-01 17:21:31,533 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:21:31,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:21:31,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,543 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,544 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,539 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,545 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:21:31,548 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:21:31,548 INFO program/MainThread: stderr[70]: 2024-03-01 17:21:31,548 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:21:31,551 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:21:31,551 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:21:31,554 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/e6513ea6-6021-457c-ac9c-3dc1f26ea9cb ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-RftZfOf2xzodLgast29qHT18JKpUKMhdyZtByPoF6u7Noq6GKEp1xSaX6MvcCav3', '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': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', 'ID_FS_UUID_ENC': 'e6513ea6-6021-457c-ac9c-3dc1f26ea9cb', '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': '984511045'} ; 2024-03-01 17:21:31,554 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:31,555 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:31,557 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:21:31,557 INFO program/MainThread: stderr[71]: 2024-03-01 17:21:31,557 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:21:31,557 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:31,559 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:21:31,560 INFO program/MainThread: stderr[72]: 2024-03-01 17:21:31,560 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:21:31,560 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:31,562 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:21:31,562 INFO program/MainThread: stderr[73]: 2024-03-01 17:21:31,562 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:21:31,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,569 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 17:21:31,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,573 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:31,574 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:31,569 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:31,575 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:31,577 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:21:31,578 INFO program/MainThread: stderr[74]: 2024-03-01 17:21:31,578 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:21:31,581 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:21:31,581 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:21:31,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/2bb567c8-77bd-4b88-aa97-5e7b07e88980 ' '/dev/disk/by-id/dm-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmHfwkz3qAN6g17e3xFMXU9dAp0wvEczms', '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': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', 'ID_FS_UUID_ENC': '2bb567c8-77bd-4b88-aa97-5e7b07e88980', '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': '986204286'} ; 2024-03-01 17:21:31,584 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:21:31,584 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:31,586 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:21:31,587 INFO program/MainThread: stderr[75]: 2024-03-01 17:21:31,587 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:21:31,587 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:31,589 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:21:31,589 INFO program/MainThread: stderr[76]: 2024-03-01 17:21:31,589 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:21:31,589 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:31,592 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:21:31,592 INFO program/MainThread: stderr[77]: 2024-03-01 17:21:31,592 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:21:31,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:21:31,601 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:31,602 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:31,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:31,602 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:31,599 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:31,603 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:31,605 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:21:31,606 INFO program/MainThread: stderr[78]: 2024-03-01 17:21:31,606 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:21:31,609 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:21:31,609 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:21:31,612 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-uuid-LVM-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7 ' '/dev/disk/by-uuid/4dc4dce0-482c-483f-8eeb-079392e6896b ' '/dev/disk/by-id/dm-name-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-dN4oTE36QjVJ1gDB70cF1TSyw4xtW3zmv3mehfgfP4MpQbJwUAYkeH3fgtUxxiA7', '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': '4dc4dce0-482c-483f-8eeb-079392e6896b', 'ID_FS_UUID_ENC': '4dc4dce0-482c-483f-8eeb-079392e6896b', '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': '986691998'} ; 2024-03-01 17:21:31,612 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:21:31,612 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:31,614 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:21:31,615 INFO program/MainThread: stderr[79]: 2024-03-01 17:21:31,615 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:21:31,615 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:31,617 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:21:31,617 INFO program/MainThread: stderr[80]: 2024-03-01 17:21:31,617 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:21:31,617 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:31,620 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:21:31,620 INFO program/MainThread: stderr[81]: 2024-03-01 17:21:31,620 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:21:31,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:21:31,629 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:31,630 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:31,630 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:31,631 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:31,627 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:31,631 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:31,633 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:21:31,634 INFO program/MainThread: stderr[82]: 2024-03-01 17:21:31,634 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:21:31,637 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:21:31,637 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:21:31,640 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/0d5bcf11-5b5a-445d-9411-98882a2c4e9b ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9pKmx2asPRI33P5qBXIzSP6lnNPspJRz4', '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': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', 'ID_FS_UUID_ENC': '0d5bcf11-5b5a-445d-9411-98882a2c4e9b', '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': '988481535'} ; 2024-03-01 17:21:31,640 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:21:31,640 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:31,642 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:21:31,643 INFO program/MainThread: stderr[83]: 2024-03-01 17:21:31,643 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:21:31,643 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:31,645 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:21:31,645 INFO program/MainThread: stderr[84]: 2024-03-01 17:21:31,645 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:21:31,645 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:31,648 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:21:31,648 INFO program/MainThread: stderr[85]: 2024-03-01 17:21:31,648 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:21:31,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,654 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 17:21:31,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,658 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,658 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,655 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,659 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:31,661 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:21:31,661 INFO program/MainThread: stderr[86]: 2024-03-01 17:21:31,661 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:21:31,665 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:21:31,665 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:21:31,668 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/e10623b7-0d22-49c1-bb72-686ab1e60cec', '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-sTqLV82u5JagB3zNoNDpxAX8XZE0CPQ9GMWd62GdaOU2Vmga4cfs2eQPxhch3MsL', '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': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', 'ID_FS_UUID_ENC': 'e10623b7-0d22-49c1-bb72-686ab1e60cec', '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': '989011294'} ; 2024-03-01 17:21:31,668 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:21:31,668 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:31,670 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:21:31,670 INFO program/MainThread: stderr[87]: 2024-03-01 17:21:31,670 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:21:31,671 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:31,673 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:21:31,673 INFO program/MainThread: stderr[88]: 2024-03-01 17:21:31,673 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:21:31,673 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:31,675 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:21:31,676 INFO program/MainThread: stderr[89]: 2024-03-01 17:21:31,676 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:21:31,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:31,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,685 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,686 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,682 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,687 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:31,689 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:21:31,689 INFO program/MainThread: stderr[90]: 2024-03-01 17:21:31,689 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:21:31,692 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:31,693 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:21:31,693 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,703 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,720 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:31,721 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:31,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,732 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:31,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,743 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:31,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,753 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:31,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,764 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:31,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,774 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:31,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,785 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:31,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,790 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:21:31,790 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,791 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,791 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,791 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,791 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,792 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,792 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,792 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,793 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,793 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,793 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,794 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:21:31,799 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:21:31,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:21:31,804 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:21:31,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:21:31,809 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:21:31,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:31,814 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:31,816 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,817 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,821 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,822 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,825 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,826 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,826 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,829 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,829 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,830 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,830 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,833 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,833 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,834 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,834 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,837 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,838 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,840 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,841 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,842 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,844 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,845 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,846 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,848 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,849 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,850 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,852 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,853 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,853 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,854 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,857 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,858 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,861 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,861 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,864 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,864 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,865 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,868 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,868 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,869 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,869 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,872 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,872 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,872 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,873 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,876 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,876 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,877 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,880 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,881 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,884 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,885 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,888 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,889 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,892 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,892 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,895 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,896 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,899 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,900 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,903 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,904 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,906 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,907 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,908 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,910 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,911 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,912 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,915 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,916 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,919 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,920 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,923 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,924 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,926 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,927 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,930 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,931 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,934 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,935 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,937 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,938 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,939 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:31,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = GMWd62-GdaO-U2Vm-ga4c-fs2e-QPxh-ch3MsL 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,939 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:21:31,942 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 17:21:31,942 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:31,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:21:31,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:21:31,946 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,946 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:21:31,949 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:21:31,949 INFO program/MainThread: stderr[91]: 2024-03-01 17:21:31,949 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:21:31,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:21:31,954 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:21:31,954 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,959 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 17:21:31,959 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:21:31,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,962 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,962 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,963 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,966 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,969 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,970 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,973 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,976 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,979 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,979 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,980 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,980 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,983 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,983 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,987 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,997 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,997 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:31,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,001 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:31,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,003 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,006 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,007 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,007 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,008 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,011 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,011 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,015 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,018 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,020 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,021 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,021 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,021 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,024 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,025 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,027 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,028 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,028 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,031 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,032 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,034 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,035 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,035 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,038 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,039 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,041 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,042 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,045 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,045 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,045 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,048 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,049 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,046 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,051 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,052 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,055 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,056 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,058 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,059 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,062 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,063 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,065 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,066 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,069 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:32,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:32,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cdbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pKmx2a-sPRI-33P5-qBXI-zSP6-lnNP-spJRz4 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 (0x7ff711d8d6d0) -- 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 = sTqLV8-2u5J-agB3-zNoN-DpxA-X8XZ-E0CPQ9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 17:21:32,070 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:21:32,072 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 17:21:32,073 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:21:32,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:21:32,076 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:32,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:32,079 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:21:32,079 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:32,079 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 17:21:32,079 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:21:32,081 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:21:32,082 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,085 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:21:32,087 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:21:32,090 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:21:32,090 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:21:32,090 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:32,090 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:21:32,090 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:21:32,092 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:32,093 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:21:32,096 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:21:32,096 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:32,096 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:21:32,096 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:21:32,098 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:32,098 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:21:32,101 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:21:32,101 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:32,101 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:21:32,101 DEBUG blivet/MainThread: removing sda 2024-03-01 17:21:32,104 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:32,104 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:21:32,106 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:21:32,106 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:32,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,112 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:21:32,112 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,112 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,113 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,113 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,113 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,114 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,114 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,114 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,114 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,115 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,115 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,115 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:32,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:21:32,121 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:21:32,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:21:32,126 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:21:32,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:21:32,131 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:21:32,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:21:32,136 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:21:32,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,138 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,139 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,142 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,143 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,143 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,146 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,146 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,146 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,147 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,149 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,150 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,151 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,154 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,154 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,155 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,158 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,158 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,159 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,162 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,163 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,166 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,166 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,167 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,169 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,170 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,170 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,171 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,174 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,175 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,177 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,178 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,178 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,181 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,181 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,182 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,185 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,186 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,186 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,188 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,189 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,189 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,190 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,192 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,193 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,193 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,194 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,191 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,196 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,197 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,197 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,198 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,200 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,202 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,205 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,205 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,206 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,208 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,209 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,209 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,212 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,212 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,213 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,216 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,216 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,217 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,217 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,220 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,220 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,221 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,224 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,225 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,228 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,229 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,232 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,233 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,236 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,236 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,237 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,239 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,240 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,240 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,240 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,243 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,243 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,244 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,244 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,247 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,247 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,248 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,248 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,251 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,251 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,252 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,252 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,254 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,255 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,255 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,256 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,259 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,260 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:32,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = v3mehf-gfP4-MpQb-JwUA-YkeH-3fgt-UxxiA7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,260 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:21:32,263 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 17:21:32,263 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:21:32,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:21:32,266 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:32,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:21:32,269 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:21:32,269 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:32,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:21:32,275 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:21:32,277 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,277 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,277 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,278 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,281 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,281 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,281 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,285 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,288 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,291 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,292 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,295 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,295 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,295 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,298 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,299 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,302 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,302 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,302 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,305 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,306 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,308 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,309 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,312 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,313 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,310 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,315 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,315 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,316 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,318 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,319 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,319 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,320 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,322 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,322 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,323 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,323 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,325 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,326 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,327 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,329 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,330 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,332 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,333 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,333 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,333 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,336 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,337 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,339 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,340 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,340 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,340 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,342 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,343 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,343 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,344 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,346 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,346 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,347 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,347 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,349 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,350 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,350 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,351 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,353 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,353 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,354 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,354 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,356 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,357 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,357 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,358 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,354 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,360 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,360 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,360 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,361 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,364 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,364 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,364 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,367 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,367 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,368 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,370 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,371 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,371 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,373 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,374 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,374 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,375 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,372 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,377 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,377 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,378 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,380 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,381 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,382 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,384 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,384 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,384 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:32,385 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:21:32,382 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Hfwkz3-qAN6-g17e-3xFM-XU9d-Ap0w-vEczms 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 (0x7ff711cf5c10) -- 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 = dN4oTE-36Qj-VJ1g-DB70-cF1T-Syw4-xtW3zm size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:21:32,385 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:21:32,388 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 17:21:32,388 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:21:32,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:21:32,391 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:32,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:32,394 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:21:32,394 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:32,394 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 17:21:32,394 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:21:32,397 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:21:32,397 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,400 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:21:32,403 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:21:32,405 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:21:32,405 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:21:32,405 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:21:32,405 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:21:32,405 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:21:32,408 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:32,408 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:21:32,411 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:21:32,411 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:21:32,411 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:21:32,411 DEBUG blivet/MainThread: removing sde 2024-03-01 17:21:32,413 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:32,413 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:21:32,416 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:21:32,416 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:21:32,416 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:21:32,416 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:21:32,419 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:32,419 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:21:32,421 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:21:32,422 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:21:32,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,427 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:21:32,427 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,428 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,428 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,428 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,429 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,429 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,430 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,430 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,430 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,431 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,431 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,432 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:32,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:21:32,437 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:21:32,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:21:32,442 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:21:32,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:21:32,447 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:21:32,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:21:32,452 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:21:32,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,457 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 17:21:32,457 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:21:32,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,460 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,462 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,466 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,467 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,471 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,472 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,476 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,477 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,481 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,483 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,487 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,488 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,492 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,493 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,497 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,498 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,502 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,504 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,507 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,509 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,513 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,518 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,519 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,523 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,524 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,528 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,529 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,530 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,534 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,534 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,535 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,538 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,539 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,539 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,540 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,536 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,543 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,544 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,545 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,549 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,551 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,555 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,556 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,560 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,561 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,565 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,566 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,570 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,571 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,575 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,576 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,580 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,582 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,585 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,587 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,591 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,592 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,596 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,597 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,601 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,601 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,602 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,606 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,606 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,607 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,611 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,612 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,616 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,618 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,621 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,623 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:21:32,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yZtByP-oF6u-7Noq-6GKE-p1xS-aX6M-vcCav3 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 (0x7ff711c87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,623 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:21:32,626 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 17:21:32,626 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:21:32,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:21:32,629 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:32,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:21:32,632 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:21:32,632 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:32,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:21:32,637 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:21:32,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,640 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,642 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,645 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,646 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,650 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,651 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,655 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,656 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,652 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,660 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,661 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,664 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,665 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,669 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,670 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,674 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,675 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,679 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,680 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,683 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,684 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,688 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,689 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,693 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,694 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,697 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,699 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,702 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,703 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,707 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,708 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,712 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,713 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,716 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,717 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,721 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,722 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,726 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,727 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,731 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,732 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,735 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,736 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,740 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,741 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,745 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,746 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,750 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,751 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,754 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,756 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,759 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,760 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,764 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,765 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,769 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,770 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,773 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,774 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,770 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,778 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,779 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,783 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,783 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,784 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,787 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,787 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,789 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:21:32,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711d41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R1JiZk-XSq4-sJpO-jI3u-lvfQ-Tbf2-CLBCZz 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 (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:21:32,789 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:21:32,792 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 17:21:32,792 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:21:32,795 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:21:32,795 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:32,798 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:21:32,798 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:21:32,798 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:32,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:21:32,804 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:21:32,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,807 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,808 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,811 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,812 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,815 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,815 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,816 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,820 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,820 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,821 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,817 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,824 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,825 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,828 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,829 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,829 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,826 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,833 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,834 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,837 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,838 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,841 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,842 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,846 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,847 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,850 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,851 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,854 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,855 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,859 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,860 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,863 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,864 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,867 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,868 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,872 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,873 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,869 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,876 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,877 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,873 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,880 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,881 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,885 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,886 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,889 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,889 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,890 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,893 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,894 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,898 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,899 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,895 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,902 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,903 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,906 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,907 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,911 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,912 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,915 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,916 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,919 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,920 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,924 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,925 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,928 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,929 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,932 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,933 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,937 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,938 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,941 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,942 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:21:32,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711cd9a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = BgpGOc-1FRE-Za6c-bk2Z-cgvS-0BWF-n1qYXx size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,943 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:21:32,945 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 17:21:32,945 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:32,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:21:32,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:21:32,949 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:32,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:32,952 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:21:32,952 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:32,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:21:32,957 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:21:32,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,959 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,960 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,963 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,964 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,967 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,968 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,971 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,972 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,975 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,976 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,973 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,979 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,980 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,983 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,984 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,987 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,988 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,991 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,992 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,995 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,996 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:32,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:32,999 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,000 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:32,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,003 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,003 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,006 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,007 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,010 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,011 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,014 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,015 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,018 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,018 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,019 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,022 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,023 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,026 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,027 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,029 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,030 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,031 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,034 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,035 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,038 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,039 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,042 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,043 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,046 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,047 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,049 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,050 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,051 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,047 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,053 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,054 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,057 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,058 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,061 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,062 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,065 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,066 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,069 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,070 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,073 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,074 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,077 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,078 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,081 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:33,082 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:21:33,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff711c87460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 39YasK-cgbx-FeA7-WAFS-pBUw-PD7D-3c8hGy size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff711c87f40) -- 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 = RftZfO-f2xz-odLg-ast2-9qHT-18JK-pUKMhd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:21:33,082 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:21:33,085 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 17:21:33,085 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:33,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:21:33,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:21:33,088 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:21:33,091 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:21:33,091 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,091 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 17:21:33,091 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:21:33,093 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:21:33,094 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:33,096 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:21:33,099 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:21:33,102 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:21:33,104 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:21:33,104 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:21:33,104 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:21:33,105 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:21:33,105 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:21:33,107 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:33,107 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:33,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:21:33,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:21:33,110 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:21:33,110 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:21:33,110 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:21:33,112 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:33,113 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:33,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:21:33,115 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:21:33,115 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:21:33,115 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:21:33,115 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:21:33,118 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:33,118 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:33,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:21:33,120 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:21:33,121 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:21:33,121 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:21:33,121 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:21:33,123 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:33,123 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:33,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:21:33,126 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:21:33,126 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:21:33,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,137 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,154 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,165 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,184 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:33,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,196 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,216 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:21:33,216 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,248 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:21:33,248 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,260 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,279 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:21:33,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,291 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,310 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:21:33,310 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,322 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,341 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:21:33,342 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,353 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,372 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:21:33,373 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,384 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,403 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:21:33,403 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:33,403 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:33,403 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:33,404 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:21:33,405 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:21:33,405 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:21:33,407 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:21:33,409 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:33,412 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:33,414 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:21:33,415 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:21:33,417 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:33,417 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 0x7ff711c0b310> 2024-03-01 17:21:33,417 INFO blivet/MainThread: sorting actions... 2024-03-01 17:21:33,437 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,437 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,437 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:33,437 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:33,437 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:33,437 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:21:33,438 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:21:33,439 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:33,440 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:33,440 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,446 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:21:33,446 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:21:33,453 INFO program/MainThread: stdout: 2024-03-01 17:21:33,454 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:33,454 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,467 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,475 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,475 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:21:33,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:33,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:21:33,485 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:21:33,488 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:21:33,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:21:33,491 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:33,527 INFO program/MainThread: stdout[92]: 2024-03-01 17:21:33,528 INFO program/MainThread: stderr[92]: 2024-03-01 17:21:33,528 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:21:33,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:21:33,534 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,537 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,540 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,542 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,545 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,548 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,550 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,553 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,556 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:21:33,556 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:33,588 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:21:33,589 INFO program/MainThread: stderr[93]: 2024-03-01 17:21:33,589 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:21:33,589 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:33,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,604 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:21:33,605 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:21:33,614 INFO program/MainThread: stdout: 2024-03-01 17:21:33,614 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:33,615 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,615 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,657 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,669 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,670 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:21:33,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:33,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:21:33,679 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:21:33,682 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:21:33,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:21:33,685 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:33,720 INFO program/MainThread: stdout[94]: 2024-03-01 17:21:33,720 INFO program/MainThread: stderr[94]: 2024-03-01 17:21:33,720 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:21:33,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:21:33,726 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,729 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,732 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,734 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,737 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,740 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,743 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,745 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:21:33,748 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:33,781 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:21:33,782 INFO program/MainThread: stderr[95]: 2024-03-01 17:21:33,782 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:21:33,783 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:33,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,796 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:21:33,797 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:21:33,805 INFO program/MainThread: stdout: 2024-03-01 17:21:33,806 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:33,806 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,847 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:33,860 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:33,861 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:21:33,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:33,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:21:33,870 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:21:33,873 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:21:33,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:21:33,876 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:33,911 INFO program/MainThread: stdout[96]: 2024-03-01 17:21:33,911 INFO program/MainThread: stderr[96]: 2024-03-01 17:21:33,911 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:21:33,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:21:33,917 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,920 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,923 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,925 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,929 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,931 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,934 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,936 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:21:33,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:21:33,939 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:33,971 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:21:33,972 INFO program/MainThread: stderr[97]: 2024-03-01 17:21:33,972 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:21:33,973 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:33,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:33,990 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:21:33,990 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:21:33,999 INFO program/MainThread: stdout: 2024-03-01 17:21:33,999 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:33,999 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,000 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,040 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,051 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,052 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:21:34,055 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:34,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:21:34,061 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:21:34,064 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:21:34,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:21:34,067 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:34,099 INFO program/MainThread: stdout[98]: 2024-03-01 17:21:34,100 INFO program/MainThread: stderr[98]: 2024-03-01 17:21:34,100 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:21:34,103 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:21:34,106 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,109 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,112 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,117 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,123 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,125 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:21:34,128 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:34,165 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:21:34,165 INFO program/MainThread: stderr[99]: 2024-03-01 17:21:34,165 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:21:34,166 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:21:34,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:21:34,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:21:34,185 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:21:34,197 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,205 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,212 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,217 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,223 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,228 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,235 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,239 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:34,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:21:34,242 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:34,269 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:21:34,270 INFO program/MainThread: stderr[100]: 2024-03-01 17:21:34,270 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:21:34,270 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:34,337 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:21:34,337 INFO program/MainThread: stderr[101]: 2024-03-01 17:21:34,337 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:21:34,337 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:34,378 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:21:34,378 INFO program/MainThread: stderr[102]: 2024-03-01 17:21:34,378 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:21:34,379 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:21:34,385 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,392 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,401 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,401 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdh,/dev/sdg ... 2024-03-01 17:21:34,456 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:21:34,456 INFO program/MainThread: stderr[103]: 2024-03-01 17:21:34,456 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:21:34,456 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:21:34,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,467 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,468 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdg ... 2024-03-01 17:21:34,475 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 17:21:34,475 INFO program/MainThread: stderr[104]: 2024-03-01 17:21:34,475 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:21:34,475 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 17:21:34,488 INFO program/MainThread: stdout[105]: 2024-03-01 17:21:34,489 INFO program/MainThread: stderr[105]: 2024-03-01 17:21:34,489 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:21:34,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,500 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,500 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,512 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,513 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:21:34,516 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,518 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,522 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,522 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi,/dev/sdg ... 2024-03-01 17:21:34,553 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:21:34,554 INFO program/MainThread: stderr[106]: 2024-03-01 17:21:34,554 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:21:34,554 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:21:34,554 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,569 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,570 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi ... 2024-03-01 17:21:34,577 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 17:21:34,577 INFO program/MainThread: stderr[107]: 2024-03-01 17:21:34,577 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:21:34,577 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 17:21:34,590 INFO program/MainThread: stdout[108]: 2024-03-01 17:21:34,590 INFO program/MainThread: stderr[108]: 2024-03-01 17:21:34,590 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:21:34,590 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,602 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,614 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:21:34,617 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,620 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,622 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,622 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde,/dev/sdi ... 2024-03-01 17:21:34,651 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:21:34,652 INFO program/MainThread: stderr[109]: 2024-03-01 17:21:34,652 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:21:34,652 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:21:34,652 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,669 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,669 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde ... 2024-03-01 17:21:34,676 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 17:21:34,677 INFO program/MainThread: stderr[110]: 2024-03-01 17:21:34,677 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:21:34,677 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 17:21:34,690 INFO program/MainThread: stdout[111]: 2024-03-01 17:21:34,690 INFO program/MainThread: stderr[111]: 2024-03-01 17:21:34,690 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:21:34,690 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,711 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,712 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:21:34,715 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,718 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,720 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:21:34,720 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sdj,/dev/sda,/dev/sde ... 2024-03-01 17:21:34,747 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:21:34,748 INFO program/MainThread: stderr[112]: 2024-03-01 17:21:34,748 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:21:34,748 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:21:34,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,766 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,767 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:34,773 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 17:21:34,773 INFO program/MainThread: stderr[113]: 2024-03-01 17:21:34,773 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:21:34,773 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 17:21:34,786 INFO program/MainThread: stdout[114]: 2024-03-01 17:21:34,786 INFO program/MainThread: stderr[114]: 2024-03-01 17:21:34,786 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:21:34,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,798 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,798 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,810 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,811 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:34,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,817 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:21:34,817 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:21:34,824 INFO program/MainThread: stdout: 2024-03-01 17:21:34,824 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:34,824 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,825 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,840 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:34,852 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:34,853 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:21:34,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:34,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:21:34,862 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:21:34,865 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:21:34,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:21:34,868 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:34,909 INFO program/MainThread: stdout[115]: 2024-03-01 17:21:34,910 INFO program/MainThread: stderr[115]: 2024-03-01 17:21:34,910 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:21:34,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:21:34,916 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,919 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:21:34,922 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:21:34,927 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,929 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:21:34,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:21:34,932 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:34,966 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 17:21:34,967 INFO program/MainThread: stderr[116]: 2024-03-01 17:21:34,967 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:21:34,967 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:34,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:34,990 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:21:34,991 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:21:35,003 INFO program/MainThread: stdout: 2024-03-01 17:21:35,003 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:35,004 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,021 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,033 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,034 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:21:35,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:35,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:21:35,043 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:21:35,046 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:21:35,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:21:35,049 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,086 INFO program/MainThread: stdout[117]: 2024-03-01 17:21:35,087 INFO program/MainThread: stderr[117]: 2024-03-01 17:21:35,087 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:21:35,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:21:35,093 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,096 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,099 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,101 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,104 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,107 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:21:35,109 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,139 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 17:21:35,140 INFO program/MainThread: stderr[118]: 2024-03-01 17:21:35,140 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:21:35,140 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:21:35,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:21:35,153 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:21:35,162 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:21:35,169 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,175 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,182 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,187 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,195 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,197 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:21:35,200 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,231 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 17:21:35,232 INFO program/MainThread: stderr[119]: 2024-03-01 17:21:35,232 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:21:35,232 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,286 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:21:35,286 INFO program/MainThread: stderr[120]: 2024-03-01 17:21:35,286 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:21:35,286 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,315 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 17:21:35,315 INFO program/MainThread: stderr[121]: 2024-03-01 17:21:35,316 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:21:35,316 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:21:35,323 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,334 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:21:35,341 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:21:35,342 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sdd,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,387 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:21:35,387 INFO program/MainThread: stderr[122]: 2024-03-01 17:21:35,387 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:21:35,388 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:21:35,388 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,401 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,401 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,408 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 17:21:35,409 INFO program/MainThread: stderr[123]: 2024-03-01 17:21:35,409 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:21:35,409 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 17:21:35,421 INFO program/MainThread: stdout[124]: 2024-03-01 17:21:35,421 INFO program/MainThread: stderr[124]: 2024-03-01 17:21:35,421 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:21:35,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,432 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,443 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,444 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:21:35,447 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,450 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:21:35,452 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:21:35,452 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sda,/dev/sde ... 2024-03-01 17:21:35,480 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:21:35,481 INFO program/MainThread: stderr[125]: 2024-03-01 17:21:35,481 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:21:35,481 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:21:35,481 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,497 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,498 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:35,505 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 17:21:35,505 INFO program/MainThread: stderr[126]: 2024-03-01 17:21:35,505 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:21:35,505 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 17:21:35,517 INFO program/MainThread: stdout[127]: 2024-03-01 17:21:35,517 INFO program/MainThread: stderr[127]: 2024-03-01 17:21:35,517 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 17:21:35,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,529 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,530 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,539 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,540 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:21:35,543 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,545 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:21:35,548 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:21:35,548 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:35,574 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:21:35,575 INFO program/MainThread: stderr[128]: 2024-03-01 17:21:35,575 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 17:21:35,575 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:21:35,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,591 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,591 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/sdb,/dev/sda ... 2024-03-01 17:21:35,599 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 17:21:35,599 INFO program/MainThread: stderr[129]: 2024-03-01 17:21:35,599 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 17:21:35,599 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 17:21:35,610 INFO program/MainThread: stdout[130]: 2024-03-01 17:21:35,611 INFO program/MainThread: stderr[130]: 2024-03-01 17:21:35,611 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 17:21:35,611 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,622 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,622 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,633 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,634 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:35,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,640 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:21:35,640 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:21:35,647 INFO program/MainThread: stdout: 2024-03-01 17:21:35,648 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:35,648 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,663 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,675 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,676 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:21:35,679 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:35,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:21:35,685 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:21:35,688 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:21:35,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:21:35,691 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/sdb,/dev/sda ... 2024-03-01 17:21:35,726 INFO program/MainThread: stdout[131]: 2024-03-01 17:21:35,727 INFO program/MainThread: stderr[131]: 2024-03-01 17:21:35,727 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 17:21:35,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:21:35,733 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,736 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:21:35,739 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,741 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:21:35,744 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,747 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:21:35,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:21:35,749 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/sdb,/dev/sda ... 2024-03-01 17:21:35,777 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 17:21:35,777 INFO program/MainThread: stderr[132]: 2024-03-01 17:21:35,777 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 17:21:35,778 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:35,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,803 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:35,803 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:21:35,815 INFO program/MainThread: stdout: 2024-03-01 17:21:35,815 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:35,815 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,815 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,839 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:35,851 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:35,852 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:35,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:35,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:21:35,861 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:35,864 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:21:35,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:21:35,867 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/sdb,/dev/sda ... 2024-03-01 17:21:35,896 INFO program/MainThread: stdout[133]: 2024-03-01 17:21:35,897 INFO program/MainThread: stderr[133]: 2024-03-01 17:21:35,897 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 17:21:35,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:21:35,903 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,906 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,909 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,911 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,914 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,917 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:35,919 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/sdb,/dev/sda ... 2024-03-01 17:21:35,950 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 17:21:35,951 INFO program/MainThread: stderr[134]: 2024-03-01 17:21:35,951 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 17:21:35,951 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:35,960 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:21:35,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:21:35,977 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:21:35,985 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:35,992 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:35,997 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:36,000 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:36,002 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:36,005 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:36,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:21:36,007 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/sdb,/dev/sda ... 2024-03-01 17:21:36,038 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 17:21:36,039 INFO program/MainThread: stderr[135]: 2024-03-01 17:21:36,039 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 17:21:36,039 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:36,085 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:21:36,085 INFO program/MainThread: stderr[136]: 2024-03-01 17:21:36,085 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 17:21:36,085 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:36,115 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 17:21:36,116 INFO program/MainThread: stderr[137]: 2024-03-01 17:21:36,116 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 17:21:36,116 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:36,122 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:36,135 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:21:36,142 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:21:36,142 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 17:21:36,181 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:21:36,181 INFO program/MainThread: stderr[138]: 2024-03-01 17:21:36,181 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 17:21:36,182 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:21:36,182 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,197 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,198 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/sdb ... 2024-03-01 17:21:36,205 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 17:21:36,205 INFO program/MainThread: stderr[139]: 2024-03-01 17:21:36,205 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 17:21:36,205 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 17:21:36,217 INFO program/MainThread: stdout[140]: 2024-03-01 17:21:36,217 INFO program/MainThread: stderr[140]: 2024-03-01 17:21:36,217 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 17:21:36,217 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,240 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,241 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:36,244 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:36,247 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:21:36,249 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:21:36,249 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 17:21:36,279 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:21:36,279 INFO program/MainThread: stderr[141]: 2024-03-01 17:21:36,279 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 17:21:36,280 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:21:36,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,295 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,295 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 17:21:36,303 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 17:21:36,303 INFO program/MainThread: stderr[142]: 2024-03-01 17:21:36,303 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 17:21:36,303 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 17:21:36,314 INFO program/MainThread: stdout[143]: 2024-03-01 17:21:36,314 INFO program/MainThread: stderr[143]: 2024-03-01 17:21:36,314 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 17:21:36,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,326 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,338 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,339 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:36,342 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:36,345 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:21:36,347 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:21:36,347 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 17:21:36,373 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:21:36,374 INFO program/MainThread: stderr[144]: 2024-03-01 17:21:36,374 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 17:21:36,374 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:21:36,374 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,391 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,391 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 17:21:36,398 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 17:21:36,398 INFO program/MainThread: stderr[145]: 2024-03-01 17:21:36,398 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 17:21:36,398 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 17:21:36,409 INFO program/MainThread: stdout[146]: 2024-03-01 17:21:36,409 INFO program/MainThread: stderr[146]: 2024-03-01 17:21:36,409 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 17:21:36,409 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,421 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:36,432 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:36,437 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:36,437 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 0x7ff711c0bf40> to retry, use: --limit @/tmp/tests_set_basic.retry PLAY RECAP ********************************************************************* sut : ok=118 changed=5 unreachable=0 failed=1 skipped=87 rescued=0 ignored=0 Friday 01 March 2024 17:21:40 +0000 (0:00:00.638) 0:01:44.351 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 47.75s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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.28s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.09s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 3.38s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 1.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.66s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.58s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.57s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.43s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 1.15s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_basic.yml:2 ------- fedora.linux_system_roles.snapshot : Run snapshot command check --------- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.86s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.86s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.85s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.85s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.85s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.85s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 0.85s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.85s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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. ---^---^---^---^---^---