# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failures92yy11th/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_mount.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml PLAY [Mount snapshots of logical volumes across different volume groups] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:2 Friday 01 March 2024 21:03:25 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:63 Friday 01 March 2024 21:03:26 +0000 (0:00:00.906) 0:00:00.918 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:10 Friday 01 March 2024 21:03:26 +0000 (0:00:00.014) 0:00:00.933 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:15 Friday 01 March 2024 21:03:26 +0000 (0:00:00.243) 0:00:01.176 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:19 Friday 01 March 2024 21:03:26 +0000 (0:00:00.016) 0:00:01.193 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:03:26 +0000 (0:00:00.016) 0:00:01.209 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:03:26 +0000 (0:00:00.013) 0:00:01.223 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:03:26 +0000 (0:00:00.019) 0:00:01.243 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:03:26 +0000 (0:00:00.027) 0:00:01.270 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:03:26 +0000 (0:00:00.191) 0:00:01.462 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:03:26 +0000 (0:00:00.015) 0:00:01.477 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:03:26 +0000 (0:00:00.009) 0:00:01.487 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:03:26 +0000 (0:00:00.009) 0:00:01.496 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:03:26 +0000 (0:00:00.026) 0:00:01.523 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: mdadm-4.2-10.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-27.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-27.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-117.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: lvm2-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:04:19 +0000 (0:00:52.660) 0:00:54.183 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:04:19 +0000 (0:00:00.012) 0:00:54.196 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:04:19 +0000 (0:00:00.011) 0:00:54.207 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:04:20 +0000 (0:00:00.528) 0:00:54.736 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:04:20 +0000 (0:00:00.019) 0:00:54.756 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:04:20 +0000 (0:00:00.015) 0:00:54.771 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:04:20 +0000 (0:00:00.016) 0:00:54.788 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:04:20 +0000 (0:00:00.017) 0:00:54.806 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:04:21 +0000 (0:00:00.901) 0:00:55.707 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:04:22 +0000 (0:00:01.732) 0:00:57.439 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:04:22 +0000 (0:00:00.030) 0:00:57.470 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:04:22 +0000 (0:00:00.010) 0:00:57.481 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:04:23 +0000 (0:00:00.363) 0:00:57.844 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:04:23 +0000 (0:00:00.018) 0:00:57.863 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:04:23 +0000 (0:00:00.008) 0:00:57.872 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:04:23 +0000 (0:00:00.012) 0:00:57.884 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:04:23 +0000 (0:00:00.012) 0:00:57.896 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:04:23 +0000 (0:00:00.011) 0:00:57.908 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:04:23 +0000 (0:00:00.020) 0:00:57.928 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:04:23 +0000 (0:00:00.009) 0:00:57.938 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:04:23 +0000 (0:00:00.018) 0:00:57.957 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:04:23 +0000 (0:00:00.018) 0:00:57.975 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:04:23 +0000 (0:00:00.009) 0:00:57.985 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326848.8535066, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:04:23 +0000 (0:00:00.197) 0:00:58.182 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:04:23 +0000 (0:00:00.010) 0:00:58.193 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:23 Friday 01 March 2024 21:04:24 +0000 (0:00:00.812) 0:00:59.005 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:04:24 +0000 (0:00:00.018) 0:00:59.024 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:04:24 +0000 (0:00:00.192) 0:00:59.216 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:04:24 +0000 (0:00:00.015) 0:00:59.232 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:04:25 +0000 (0:00:00.875) 0:01:00.108 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:04:25 +0000 (0:00:00.290) 0:01:00.398 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:04:25 +0000 (0:00:00.012) 0:01:00.410 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:04:25 +0000 (0:00:00.013) 0:01:00.423 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:04:25 +0000 (0:00:00.018) 0:01:00.442 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:04:25 +0000 (0:00:00.018) 0:01:00.461 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:29 Friday 01 March 2024 21:04:25 +0000 (0:00:00.018) 0:01:00.479 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:04:25 +0000 (0:00:00.025) 0:01:00.504 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:25 +0000 (0:00:00.016) 0:01:00.521 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:04:25 +0000 (0:00:00.020) 0:01:00.542 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:04:25 +0000 (0:00:00.028) 0:01:00.570 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:04:25 +0000 (0:00:00.013) 0:01:00.584 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:04:25 +0000 (0:00:00.013) 0:01:00.598 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:04:25 +0000 (0:00:00.026) 0:01:00.624 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:04:25 +0000 (0:00:00.011) 0:01:00.636 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:04:26 +0000 (0:00:00.026) 0:01:00.662 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:04:26 +0000 (0:00:00.891) 0:01:01.554 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:04:26 +0000 (0:00:00.027) 0:01:01.581 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:04:26 +0000 (0:00:00.012) 0:01:01.594 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:04:28 +0000 (0:00:01.377) 0:01:02.971 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:04:28 +0000 (0:00:00.022) 0:01:02.993 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:04:28 +0000 (0:00:00.018) 0:01:03.012 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:04:28 +0000 (0:00:00.018) 0:01:03.031 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:04:28 +0000 (0:00:00.017) 0:01:03.049 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:04:29 +0000 (0:00:00.888) 0:01:03.937 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:04:30 +0000 (0:00:01.668) 0:01:05.605 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:04:30 +0000 (0:00:00.029) 0:01:05.635 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:04:30 +0000 (0:00:00.009) 0:01:05.644 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:04:42 +0000 (0:00:11.315) 0:01:16.960 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.016147", "end": "2024-03-01 21:04:42.567092", "rc": 0, "start": "2024-03-01 21:04:42.550945" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:04:42 +0000 (0:00:00.289) 0:01:17.250 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:04:42 +0000 (0:00:00.010) 0:01:17.261 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:04:42 +0000 (0:00:00.021) 0:01:17.282 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:04:42 +0000 (0:00:00.019) 0:01:17.302 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:04:42 +0000 (0:00:00.013) 0:01:17.315 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:04:42 +0000 (0:00:00.018) 0:01:17.334 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:04:42 +0000 (0:00:00.011) 0:01:17.346 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:04:42 +0000 (0:00:00.019) 0:01:17.365 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:04:42 +0000 (0:00:00.019) 0:01:17.384 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:04:42 +0000 (0:00:00.010) 0:01:17.395 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326848.8535066, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:04:43 +0000 (0:00:00.259) 0:01:17.655 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:04:43 +0000 (0:00:00.010) 0:01:17.665 ********** ok: [sut] TASK [Run the snapshot role to create a snapshot set of LVs] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:66 Friday 01 March 2024 21:04:43 +0000 (0:00:00.906) 0:01:18.571 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:43 +0000 (0:00:00.024) 0:01:18.596 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:43 +0000 (0:00:00.018) 0:01:18.614 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:43 +0000 (0:00:00.027) 0:01:18.642 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:44 +0000 (0:00:00.015) 0:01:18.657 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:44 +0000 (0:00:00.014) 0:01:18.671 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:44 +0000 (0:00:00.024) 0:01:18.696 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:44 +0000 (0:00:00.879) 0:01:19.576 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:44 +0000 (0:00:00.029) 0:01:19.605 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:46 +0000 (0:00:01.968) 0:01:21.574 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:46 +0000 (0:00:00.017) 0:01:21.591 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:46 +0000 (0:00:00.029) 0:01:21.621 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:46 +0000 (0:00:00.012) 0:01:21.633 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the set of snapshots for the LVs] ********************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:73 Friday 01 March 2024 21:04:47 +0000 (0:00:00.018) 0:01:21.652 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:47 +0000 (0:00:00.028) 0:01:21.680 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:47 +0000 (0:00:00.049) 0:01:21.730 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:47 +0000 (0:00:00.024) 0:01:21.754 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:47 +0000 (0:00:00.016) 0:01:21.770 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:47 +0000 (0:00:00.015) 0:01:21.785 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:47 +0000 (0:00:00.029) 0:01:21.815 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:48 +0000 (0:00:00.878) 0:01:22.694 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:48 +0000 (0:00:00.030) 0:01:22.724 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:48 +0000 (0:00:00.906) 0:01:23.630 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:48 +0000 (0:00:00.015) 0:01:23.646 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:49 +0000 (0:00:00.025) 0:01:23.671 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:49 +0000 (0:00:00.011) 0:01:23.682 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set] *********************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:81 Friday 01 March 2024 21:04:49 +0000 (0:00:00.015) 0:01:23.697 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:49 +0000 (0:00:00.030) 0:01:23.727 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:49 +0000 (0:00:00.017) 0:01:23.745 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:49 +0000 (0:00:00.021) 0:01:23.767 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:49 +0000 (0:00:00.014) 0:01:23.781 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:49 +0000 (0:00:00.013) 0:01:23.794 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:49 +0000 (0:00:00.026) 0:01:23.820 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:50 +0000 (0:00:00.874) 0:01:24.695 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:50 +0000 (0:00:00.028) 0:01:24.724 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:50 +0000 (0:00:00.611) 0:01:25.335 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:50 +0000 (0:00:00.014) 0:01:25.350 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:50 +0000 (0:00:00.027) 0:01:25.377 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:50 +0000 (0:00:00.011) 0:01:25.388 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for mount] ************************************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:89 Friday 01 March 2024 21:04:50 +0000 (0:00:00.015) 0:01:25.403 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount is done] ************************************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:93 Friday 01 March 2024 21:04:50 +0000 (0:00:00.012) 0:01:25.416 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:50 +0000 (0:00:00.032) 0:01:25.448 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:50 +0000 (0:00:00.018) 0:01:25.466 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:50 +0000 (0:00:00.021) 0:01:25.488 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:50 +0000 (0:00:00.014) 0:01:25.502 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:50 +0000 (0:00:00.014) 0:01:25.516 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:50 +0000 (0:00:00.025) 0:01:25.541 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:51 +0000 (0:00:00.886) 0:01:26.428 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:51 +0000 (0:00:00.028) 0:01:26.457 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:52 +0000 (0:00:00.531) 0:01:26.988 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:52 +0000 (0:00:00.015) 0:01:27.004 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:52 +0000 (0:00:00.025) 0:01:27.029 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:52 +0000 (0:00:00.011) 0:01:27.040 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set again to check idempotence] ******************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:101 Friday 01 March 2024 21:04:52 +0000 (0:00:00.015) 0:01:27.056 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:52 +0000 (0:00:00.056) 0:01:27.112 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:52 +0000 (0:00:00.025) 0:01:27.138 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:52 +0000 (0:00:00.024) 0:01:27.162 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:52 +0000 (0:00:00.015) 0:01:27.178 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:52 +0000 (0:00:00.026) 0:01:27.205 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:52 +0000 (0:00:00.027) 0:01:27.232 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:53 +0000 (0:00:00.907) 0:01:28.140 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:53 +0000 (0:00:00.029) 0:01:28.169 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:54 +0000 (0:00:00.520) 0:01:28.689 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:54 +0000 (0:00:00.014) 0:01:28.704 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:54 +0000 (0:00:00.028) 0:01:28.732 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:54 +0000 (0:00:00.011) 0:01:28.743 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for mount] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:109 Friday 01 March 2024 21:04:54 +0000 (0:00:00.015) 0:01:28.759 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the set] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:113 Friday 01 March 2024 21:04:54 +0000 (0:00:00.014) 0:01:28.773 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:54 +0000 (0:00:00.038) 0:01:28.811 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:54 +0000 (0:00:00.018) 0:01:28.829 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:54 +0000 (0:00:00.022) 0:01:28.852 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:54 +0000 (0:00:00.014) 0:01:28.867 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:54 +0000 (0:00:00.017) 0:01:28.885 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:54 +0000 (0:00:00.030) 0:01:28.915 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:55 +0000 (0:00:00.889) 0:01:29.804 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:55 +0000 (0:00:00.036) 0:01:29.841 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:55 +0000 (0:00:00.564) 0:01:30.406 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:55 +0000 (0:00:00.015) 0:01:30.422 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:55 +0000 (0:00:00.025) 0:01:30.447 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:55 +0000 (0:00:00.011) 0:01:30.458 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for umount] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:120 Friday 01 March 2024 21:04:55 +0000 (0:00:00.015) 0:01:30.473 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the umount is done] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:124 Friday 01 March 2024 21:04:55 +0000 (0:00:00.013) 0:01:30.486 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:55 +0000 (0:00:00.042) 0:01:30.529 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:55 +0000 (0:00:00.017) 0:01:30.546 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:55 +0000 (0:00:00.021) 0:01:30.567 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:55 +0000 (0:00:00.014) 0:01:30.582 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:55 +0000 (0:00:00.014) 0:01:30.597 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:55 +0000 (0:00:00.025) 0:01:30.622 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:56 +0000 (0:00:00.878) 0:01:31.500 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:56 +0000 (0:00:00.030) 0:01:31.530 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:57 +0000 (0:00:00.291) 0:01:31.821 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:57 +0000 (0:00:00.015) 0:01:31.837 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:57 +0000 (0:00:00.025) 0:01:31.862 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:57 +0000 (0:00:00.012) 0:01:31.875 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the set again to check idempotence] ******************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:132 Friday 01 March 2024 21:04:57 +0000 (0:00:00.016) 0:01:31.892 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:57 +0000 (0:00:00.045) 0:01:31.938 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:57 +0000 (0:00:00.019) 0:01:31.957 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:57 +0000 (0:00:00.022) 0:01:31.979 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:57 +0000 (0:00:00.014) 0:01:31.994 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:57 +0000 (0:00:00.015) 0:01:32.009 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:57 +0000 (0:00:00.026) 0:01:32.036 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:58 +0000 (0:00:00.874) 0:01:32.911 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:58 +0000 (0:00:00.029) 0:01:32.940 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:04:58 +0000 (0:00:00.512) 0:01:33.453 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:04:58 +0000 (0:00:00.016) 0:01:33.470 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:04:58 +0000 (0:00:00.025) 0:01:33.495 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:04:58 +0000 (0:00:00.011) 0:01:33.507 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for umount] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:139 Friday 01 March 2024 21:04:58 +0000 (0:00:00.015) 0:01:33.522 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:143 Friday 01 March 2024 21:04:58 +0000 (0:00:00.013) 0:01:33.536 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:04:58 +0000 (0:00:00.048) 0:01:33.585 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:04:58 +0000 (0:00:00.017) 0:01:33.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:04:58 +0000 (0:00:00.022) 0:01:33.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:04:58 +0000 (0:00:00.015) 0:01:33.640 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:04:59 +0000 (0:00:00.014) 0:01:33.654 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:04:59 +0000 (0:00:00.026) 0:01:33.681 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:04:59 +0000 (0:00:00.875) 0:01:34.556 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:04:59 +0000 (0:00:00.028) 0:01:34.585 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:05:01 +0000 (0:00:01.489) 0:01:36.074 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:05:01 +0000 (0:00:00.014) 0:01:36.089 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:05:01 +0000 (0:00:00.025) 0:01:36.114 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:05:01 +0000 (0:00:00.011) 0:01:36.126 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role to verify the set is removed] ********************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:150 Friday 01 March 2024 21:05:01 +0000 (0:00:00.016) 0:01:36.142 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:05:01 +0000 (0:00:00.051) 0:01:36.193 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:05:01 +0000 (0:00:00.017) 0:01:36.211 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:05:01 +0000 (0:00:00.022) 0:01:36.233 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:05:01 +0000 (0:00:00.039) 0:01:36.273 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:05:01 +0000 (0:00:00.015) 0:01:36.289 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:05:01 +0000 (0:00:00.025) 0:01:36.314 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:05:02 +0000 (0:00:00.891) 0:01:37.206 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:05:02 +0000 (0:00:00.029) 0:01:37.235 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:05:03 +0000 (0:00:00.528) 0:01:37.763 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.33 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.33 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:05:03 +0000 (0:00:00.014) 0:01:37.778 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:05:03 +0000 (0:00:00.025) 0:01:37.803 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:05:03 +0000 (0:00:00.011) 0:01:37.814 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:159 Friday 01 March 2024 21:05:03 +0000 (0:00:00.016) 0:01:37.831 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:7 Friday 01 March 2024 21:05:03 +0000 (0:00:00.034) 0:01:37.865 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:05:03 +0000 (0:00:00.020) 0:01:37.886 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:05:03 +0000 (0:00:00.017) 0:01:37.904 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:05:03 +0000 (0:00:00.023) 0:01:37.928 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:05:03 +0000 (0:00:00.032) 0:01:37.960 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:05:03 +0000 (0:00:00.014) 0:01:37.975 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:05:03 +0000 (0:00:00.014) 0:01:37.989 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:05:03 +0000 (0:00:00.012) 0:01:38.002 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:05:03 +0000 (0:00:00.013) 0:01:38.016 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:05:03 +0000 (0:00:00.028) 0:01:38.044 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:05:04 +0000 (0:00:00.895) 0:01:38.939 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:05:04 +0000 (0:00:00.031) 0:01:38.971 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:05:04 +0000 (0:00:00.014) 0:01:38.986 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:05:07 +0000 (0:00:03.583) 0:01:42.570 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:05:07 +0000 (0:00:00.025) 0:01:42.595 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:05:07 +0000 (0:00:00.019) 0:01:42.615 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:05:07 +0000 (0:00:00.019) 0:01:42.634 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:05:08 +0000 (0:00:00.018) 0:01:42.653 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:05:08 +0000 (0:00:00.887) 0:01:43.540 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:05:10 +0000 (0:00:01.678) 0:01:45.219 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:05:10 +0000 (0:00:00.031) 0:01:45.250 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:05:10 +0000 (0:00:00.012) 0:01:45.263 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:05:19 +0000 (0:00:08.498) 0:01:53.762 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:05:19 +0000 (0:00:00.020) 0:01:53.782 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:05:19 +0000 (0:00:00.012) 0:01:53.795 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:05:19 +0000 (0:00:00.026) 0:01:53.821 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:05:19 +0000 (0:00:00.021) 0:01:53.843 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:05:19 +0000 (0:00:00.014) 0:01:53.857 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:05:19 +0000 (0:00:00.019) 0:01:53.877 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:05:19 +0000 (0:00:00.013) 0:01:53.891 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:05:19 +0000 (0:00:00.073) 0:01:53.964 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:05:19 +0000 (0:00:00.022) 0:01:53.986 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:05:19 +0000 (0:00:00.012) 0:01:53.999 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326848.8535066, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:05:19 +0000 (0:00:00.201) 0:01:54.201 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:05:19 +0000 (0:00:00.012) 0:01:54.213 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:29 Friday 01 March 2024 21:05:20 +0000 (0:00:00.761) 0:01:54.975 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:33 Friday 01 March 2024 21:05:20 +0000 (0:00:00.013) 0:01:54.988 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:05:20 +0000 (0:00:00.018) 0:01:55.006 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:05:20 +0000 (0:00:00.013) 0:01:55.020 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:05:20 +0000 (0:00:00.013) 0:01:55.033 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:05:21 +0000 (0:00:00.895) 0:01:55.929 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:05:21 +0000 (0:00:00.214) 0:01:56.143 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:05:21 +0000 (0:00:00.014) 0:01:56.158 ********** ok: [sut] => { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:05:21 +0000 (0:00:00.012) 0:01:56.171 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:05:21 +0000 (0:00:00.020) 0:01:56.191 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:05:21 +0000 (0:00:00.019) 0:01:56.211 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:39 Friday 01 March 2024 21:05:21 +0000 (0:00:00.022) 0:01:56.233 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.222373", "end": "2024-03-01 21:05:21.978124", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:05:21.755751" } 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=18829) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) 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 21:04:45,175 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} False 2024-03-01 21:04:45,175 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:45,176 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:04:45,176 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,207 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,237 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,238 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,267 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,268 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,268 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,268 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,268 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,298 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,299 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,329 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,359 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,391 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,392 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,392 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,392 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,425 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,426 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:04:45,426 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:04:45,426 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,457 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,458 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,458 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,458 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,493 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,524 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,554 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,586 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,586 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,617 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,651 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,652 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,652 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,652 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,652 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,652 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:04:45,683 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,714 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,715 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,748 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,749 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,749 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,749 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,749 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,779 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,780 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,810 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,811 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,841 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,875 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,905 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,935 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,936 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:04:45,936 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:04:45,936 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:04:45,936 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:04:45,983 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"lv_uuid":"HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"lv_uuid":"z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"lv_uuid":"T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"lv_uuid":"VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc", "lv_uuid":"HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8", "pv_name":"/dev/sdi"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk", "lv_uuid":"HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8", "pv_name":"/dev/sdj"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk", "lv_uuid":"z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz", "pv_name":"/dev/sdh"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ", "lv_uuid":"VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ", "pv_name":"/dev/sdg"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ", "lv_uuid":"T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt", "pv_name":"/dev/sdg"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ", "lv_uuid":"z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz", "pv_name":"/dev/sdg"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz"}, 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz"} 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:04:45,984 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"lv_uuid":"Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"lv_uuid":"OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7", "lv_uuid":"OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ", "pv_name":"/dev/sdd"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7", "lv_uuid":"Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2", "pv_name":"/dev/sdd"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ"} 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: { 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:04:45,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"lv_uuid":"Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"lv_uuid":"i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD", "lv_uuid":"i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH", "pv_name":"/dev/sdb"}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD", "lv_uuid":"Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc", "pv_name":"/dev/sdb"}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV", "lv_uuid":"i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH", "pv_name":"/dev/sda"} 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc"}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH"}, 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH"} 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: , 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: } 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:04:45,986 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:04:45,987 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,017 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:46,046 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,047 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 75497472B test_vg1/lv1 2024-03-01 21:04:46,236 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,236 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,236 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,236 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,236 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,290 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,291 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,291 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,291 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,291 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,318 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 21:04:46,439 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,439 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,440 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,440 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,481 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,482 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,520 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,521 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 21:04:46,652 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,652 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,652 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,652 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,652 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,652 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,706 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,734 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 21:04:46,852 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,852 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,852 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,853 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:48,290 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:48,290 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:48,290 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:04:48,290 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:04:48,291 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,322 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,358 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,359 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:48,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,389 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,389 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,389 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,390 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,422 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,422 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,458 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,490 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,491 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,528 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,529 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:04:48,559 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,591 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,591 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,621 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,651 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,682 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,714 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,745 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,776 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,777 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,777 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,814 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,841 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:48,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,871 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:48,907 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,908 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:04:48,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: { 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: , 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: } 2024-03-01 21:04:48,938 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:50,286 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:50,286 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:50,286 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:04:50,286 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:04:50,286 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,318 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,319 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,349 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,350 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 21:04:50,376 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,376 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 21:04:50,377 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,409 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,410 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,410 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,440 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,441 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv3_snapset1 /mnt/lv3_mp 2024-03-01 21:04:50,466 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,467 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 21:04:50,467 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,498 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,529 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,530 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv4_snapset1 /mnt/lv4_mp 2024-03-01 21:04:50,556 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,556 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 21:04:50,556 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:50,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,586 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: { 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: , 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: } 2024-03-01 21:04:50,615 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 21:04:50,641 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:50,642 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:52,020 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:52,020 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:52,020 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:04:52,021 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp /dev/test_vg1/lv1_snapset1 test_vg1 lv1 snapset1 2024-03-01 21:04:52,021 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:52,052 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,053 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,081 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 21:04:52,084 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,084 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:04:52,084 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv3_mp /dev/test_vg2/lv3_snapset1 test_vg2 lv3 snapset1 2024-03-01 21:04:52,084 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,119 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,155 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,156 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 21:04:52,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,158 INFO snapshot-role/MainThread: TARGET="/mnt/lv3_mp" SOURCE="/dev/mapper/test_vg2-lv3_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:04:52,158 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv4_mp /dev/test_vg2/lv4_snapset1 test_vg2 lv4 snapset1 2024-03-01 21:04:52,158 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,196 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,228 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,229 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,229 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,229 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,229 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,229 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 21:04:52,231 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,232 INFO snapshot-role/MainThread: TARGET="/mnt/lv4_mp" SOURCE="/dev/mapper/test_vg2-lv4_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:04:52,232 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp /dev/test_vg3/lv7_snapset1 test_vg3 lv7 snapset1 2024-03-01 21:04:52,232 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,260 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: { 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:52,292 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: , 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: } 2024-03-01 21:04:52,293 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 21:04:52,295 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:52,296 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:04:52,296 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:53,735 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:53,735 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:53,736 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:04:53,736 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:04:53,736 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,770 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,771 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,771 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,771 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,771 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,771 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,771 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,803 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,803 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,803 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 21:04:53,803 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,835 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,836 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,866 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,867 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 21:04:53,867 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,899 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,900 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,930 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,931 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 21:04:53,931 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,962 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,963 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: { 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,996 INFO snapshot-role/MainThread: , 2024-03-01 21:04:53,997 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:53,997 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:53,997 INFO snapshot-role/MainThread: } 2024-03-01 21:04:53,997 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:55,419 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:55,419 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:55,419 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:04:55,419 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:04:55,419 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:55,451 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,451 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,451 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,451 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,451 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,451 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,452 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,484 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 21:04:55,485 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp 2024-03-01 21:04:55,496 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,496 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 21:04:55,496 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,527 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,528 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,559 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: umount target /mnt/lv3_mp from device /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 21:04:55,560 INFO snapshot-role/MainThread: Running... umount /mnt/lv3_mp 2024-03-01 21:04:55,570 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,570 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 21:04:55,570 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,600 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,601 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,629 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,630 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,630 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,630 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,630 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,630 INFO snapshot-role/MainThread: umount target /mnt/lv4_mp from device /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 21:04:55,630 INFO snapshot-role/MainThread: Running... umount /mnt/lv4_mp 2024-03-01 21:04:55,640 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,641 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 21:04:55,641 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:55,674 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,675 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: { 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: , 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:55,704 INFO snapshot-role/MainThread: } 2024-03-01 21:04:55,705 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 21:04:55,705 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp 2024-03-01 21:04:55,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:55,714 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:57,098 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:57,098 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:57,098 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:04:57,098 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 21:04:57,100 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:04:57,101 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv3_mp -P 2024-03-01 21:04:57,103 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:04:57,103 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv4_mp -P 2024-03-01 21:04:57,105 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:04:57,105 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 21:04:57,107 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:04:57,107 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:04:58,504 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:04:58,504 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:04:58,504 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:04:58,504 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:04:58,504 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,536 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,537 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,537 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,537 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,537 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,570 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,571 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 21:04:58,571 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,601 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,601 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,601 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,632 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 21:04:58,632 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,662 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,662 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,662 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,691 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,691 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 21:04:58,692 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,725 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,726 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,726 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,726 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: { 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: , 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:58,760 INFO snapshot-role/MainThread: } 2024-03-01 21:04:58,761 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:05:00,150 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:05:00,151 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:05:00,151 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 21:05:00,151 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,178 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,179 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,179 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,179 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,208 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,237 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,269 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,269 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,269 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:05:00,298 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,299 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,299 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:05:00,327 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,328 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,328 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,358 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,358 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,358 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:05:00,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,393 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,393 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,393 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,393 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,394 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,428 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,428 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,429 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,429 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,429 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,429 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,460 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,461 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,461 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,461 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,491 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,492 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,523 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,524 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,524 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,524 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,524 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,524 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,524 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:00,562 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,562 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,562 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,562 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,562 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,562 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,563 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:05:00,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,594 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,594 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,594 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,595 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,630 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,631 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:05:00,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,736 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,736 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,736 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,736 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:00,780 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,781 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,781 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,781 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,782 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,782 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,810 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,811 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,840 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,840 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 21:05:00,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,931 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,931 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,931 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,931 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:00,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:00,979 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: { 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:00,980 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: , 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: } 2024-03-01 21:05:00,980 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:05:01,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,011 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,011 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,011 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,011 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,012 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,042 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,042 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,043 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,043 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,043 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,043 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,043 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 21:05:01,132 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,132 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,132 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,132 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,132 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,174 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,175 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:05:01,214 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,214 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,214 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,214 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,214 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,214 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,215 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,247 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 21:05:01,350 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,350 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,350 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,350 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,350 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,350 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:05:02,805 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:05:02,805 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:05:02,806 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 21:05:02,806 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:02,837 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:02,837 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,837 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,837 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,837 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,838 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,868 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,869 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,869 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,869 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,869 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:02,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:02,904 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,904 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,904 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,905 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,938 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,939 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:02,969 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:02,969 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,969 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,969 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,969 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,969 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,970 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: { 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: { 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,001 INFO snapshot-role/MainThread: } 2024-03-01 21:05:03,002 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,002 INFO snapshot-role/MainThread: , 2024-03-01 21:05:03,002 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:03,002 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,002 INFO snapshot-role/MainThread: } 2024-03-01 21:05:03,002 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: { 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: { 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:03,036 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: } 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: , 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: } 2024-03-01 21:05:03,037 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: { 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: { 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: } 2024-03-01 21:05:03,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,069 INFO snapshot-role/MainThread: , 2024-03-01 21:05:03,069 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:03,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:03,069 INFO snapshot-role/MainThread: } 2024-03-01 21:05:03,069 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 21161 at Fri Mar 1 21:05:19 2024 PRODUCT_UUID=ec273240-48a6-2d89-c03c-cda4d03cab99 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="LVM2_member" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 21:04:20,014 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_6ogkesg7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:04:23,149 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_chh4nicp/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:04:27,267 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_uuykflm1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:04:27,432 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:27,432 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:04:27,566 INFO program/MainThread: stdout[2]: 2024-03-01 21:04:27,566 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:04:27,566 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:04:27,567 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:04:27,572 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:27,572 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:04:27,576 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:27,576 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:04:27,579 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:27,579 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:04:27,582 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:27,582 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:04:27,590 INFO program/MainThread: stdout: 2024-03-01 21:04:27,590 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:04:27,590 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,590 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,591 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,591 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,591 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:04:27,591 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:04:27,591 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:04:27,591 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:27,591 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:04:27,591 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:27,591 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:27,591 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:04:27,592 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:27,592 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:04:27,592 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:04:27,592 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:27,601 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:27,614 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:04:27,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405ec4223eea0304e65825221874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-id/wwn-0x6001405ec4223eea0304e65825221874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'ID_SERIAL': '36001405ec4223eea0304e65825221874', 'ID_SERIAL_SHORT': '6001405ec4223eea0304e65825221874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ec4223eea', 'ID_WWN_VENDOR_EXTENSION': '0x0304e65825221874', 'ID_WWN_WITH_EXTENSION': '0x6001405ec4223eea0304e65825221874', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ec4223eea0304e65825221874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324197924'} ; 2024-03-01 21:04:27,618 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:04:27,619 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:27,658 INFO program/MainThread: stdout[3]: 2024-03-01 21:04:27,658 INFO program/MainThread: stderr[3]: 2024-03-01 21:04:27,658 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:04:27,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,670 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:04:27,672 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:04:27,676 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:04:27,677 INFO blivet/MainThread: sda is a disk 2024-03-01 21:04:27,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:04:27,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:04:27,681 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:04:27,684 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:04:27,684 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:04:27,687 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:04:27,688 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,690 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:04:27,690 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6e75a6d0) -- 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 = 6001405ec4223eea0304e65825221874 2024-03-01 21:04:27,693 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:04:27,693 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:04:27,696 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/scsi-36001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a24ab611-29dd-4325-97d7-defd73cc8069', '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': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'ID_SERIAL': '36001405a24ab61129dd432597d7defd7', 'ID_SERIAL_SHORT': '6001405a24ab61129dd432597d7defd7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24ab6112', 'ID_WWN_VENDOR_EXTENSION': '0x9dd432597d7defd7', 'ID_WWN_WITH_EXTENSION': '0x6001405a24ab61129dd432597d7defd7', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a24ab61129dd432597d7defd7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324165940'} ; 2024-03-01 21:04:27,696 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:04:27,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,707 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:04:27,708 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:04:27,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:04:27,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:04:27,711 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:04:27,714 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:04:27,714 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:04:27,717 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:04:27,718 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,718 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:04:27,718 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d3c3700) -- 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 = 6001405a24ab61129dd432597d7defd7 2024-03-01 21:04:27,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:04:27,721 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:04:27,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405940b9327774641f8abf1d611d ' '/dev/disk/by-id/scsi-36001405940b9327774641f8abf1d611d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '940b9327-7746-41f8-abf1-d611d0a0f968', 'ID_SERIAL': '36001405940b9327774641f8abf1d611d', 'ID_SERIAL_SHORT': '6001405940b9327774641f8abf1d611d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405940b93277', 'ID_WWN_VENDOR_EXTENSION': '0x74641f8abf1d611d', 'ID_WWN_WITH_EXTENSION': '0x6001405940b9327774641f8abf1d611d', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405940b9327774641f8abf1d611d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325003913'} ; 2024-03-01 21:04:27,724 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:04:27,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,735 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:04:27,736 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:04:27,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:04:27,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:04:27,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:04:27,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:04:27,742 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:04:27,745 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:04:27,745 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,746 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:04:27,746 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d3c3550) -- 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 = 6001405940b9327774641f8abf1d611d 2024-03-01 21:04:27,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:04:27,749 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:04:27,752 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bcd7e18931174989990b773a5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_bcd7e189-3117-4989-990b-773a58537407 ' '/dev/disk/by-id/wwn-0x6001405bcd7e18931174989990b773a5 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407', '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': 'bcd7e189-3117-4989-990b-773a58537407', 'ID_SERIAL': '36001405bcd7e18931174989990b773a5', 'ID_SERIAL_SHORT': '6001405bcd7e18931174989990b773a5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bcd7e1893', 'ID_WWN_VENDOR_EXTENSION': '0x1174989990b773a5', 'ID_WWN_WITH_EXTENSION': '0x6001405bcd7e18931174989990b773a5', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bcd7e18931174989990b773a5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325056166'} ; 2024-03-01 21:04:27,752 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:04:27,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,763 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:04:27,763 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:04:27,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:04:27,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:04:27,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:04:27,769 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:04:27,769 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:04:27,772 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:04:27,772 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,773 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:04:27,773 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d3fc4c0) -- 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 = 6001405bcd7e18931174989990b773a5 2024-03-01 21:04:27,776 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:04:27,776 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:04:27,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-3600140592ce1123c39d413093eb5c323', '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': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'ID_SERIAL': '3600140592ce1123c39d413093eb5c323', 'ID_SERIAL_SHORT': '600140592ce1123c39d413093eb5c323', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140592ce1123c', 'ID_WWN_VENDOR_EXTENSION': '0x39d413093eb5c323', 'ID_WWN_WITH_EXTENSION': '0x600140592ce1123c39d413093eb5c323', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140592ce1123c39d413093eb5c323', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324251937'} ; 2024-03-01 21:04:27,779 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:04:27,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,789 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:04:27,790 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:04:27,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:04:27,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:04:27,793 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:04:27,796 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:04:27,796 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:04:27,799 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:04:27,799 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,800 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:04:27,800 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d38b760) -- 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 = 600140592ce1123c39d413093eb5c323 2024-03-01 21:04:27,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:04:27,803 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:04:27,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/wwn-0x6001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e5a02f44-d4b5-45ea-a55a-f7add749bffb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb', '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': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'ID_SERIAL': '36001405e5a02f44d4b545eaa55af7add', 'ID_SERIAL_SHORT': '6001405e5a02f44d4b545eaa55af7add', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e5a02f44d', 'ID_WWN_VENDOR_EXTENSION': '0x4b545eaa55af7add', 'ID_WWN_WITH_EXTENSION': '0x6001405e5a02f44d4b545eaa55af7add', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e5a02f44d4b545eaa55af7add', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324375336'} ; 2024-03-01 21:04:27,806 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:04:27,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,816 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:04:27,817 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:04:27,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:04:27,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:04:27,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:04:27,822 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:04:27,822 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:04:27,825 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:04:27,826 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,826 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:04:27,826 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d3c34f0) -- 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 = 6001405e5a02f44d4b545eaa55af7add 2024-03-01 21:04:27,829 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:04:27,829 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:04:27,832 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/wwn-0x60014054e55a932c11e4d50a3e0762d7 ' '/dev/disk/by-id/scsi-360014054e55a932c11e4d50a3e0762d7', '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': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'ID_SERIAL': '360014054e55a932c11e4d50a3e0762d7', 'ID_SERIAL_SHORT': '60014054e55a932c11e4d50a3e0762d7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e55a932c', 'ID_WWN_VENDOR_EXTENSION': '0x11e4d50a3e0762d7', 'ID_WWN_WITH_EXTENSION': '0x60014054e55a932c11e4d50a3e0762d7', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e55a932c11e4d50a3e0762d7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324374773'} ; 2024-03-01 21:04:27,832 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:04:27,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,842 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:04:27,843 INFO blivet/MainThread: sde is a disk 2024-03-01 21:04:27,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:04:27,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:04:27,846 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:04:27,848 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:04:27,849 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:04:27,851 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:04:27,852 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,852 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:04:27,852 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d382790) -- 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 = 60014054e55a932c11e4d50a3e0762d7 2024-03-01 21:04:27,855 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:04:27,855 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:04:27,858 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054d68431844374f399668deee2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4d684318-4437-4f39-9668-deee2e6236ad ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x60014054d68431844374f399668deee2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad', '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': '4d684318-4437-4f39-9668-deee2e6236ad', 'ID_SERIAL': '360014054d68431844374f399668deee2', 'ID_SERIAL_SHORT': '60014054d68431844374f399668deee2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d6843184', 'ID_WWN_VENDOR_EXTENSION': '0x4374f399668deee2', 'ID_WWN_WITH_EXTENSION': '0x60014054d68431844374f399668deee2', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d68431844374f399668deee2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324524392'} ; 2024-03-01 21:04:27,858 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:04:27,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:04:27,869 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:04:27,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:04:27,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:04:27,872 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:04:27,875 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:04:27,875 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:04:27,878 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:04:27,878 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,878 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:04:27,878 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d382f10) -- 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 = 60014054d68431844374f399668deee2 2024-03-01 21:04:27,881 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:04:27,881 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:04:27,884 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f83194aeffcf45b394f46abfb ' '/dev/disk/by-id/scsi-36001405f83194aeffcf45b394f46abfb ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', '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': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'ID_SERIAL': '36001405f83194aeffcf45b394f46abfb', 'ID_SERIAL_SHORT': '6001405f83194aeffcf45b394f46abfb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f83194aef', 'ID_WWN_VENDOR_EXTENSION': '0xfcf45b394f46abfb', 'ID_WWN_WITH_EXTENSION': '0x6001405f83194aeffcf45b394f46abfb', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f83194aeffcf45b394f46abfb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324611945'} ; 2024-03-01 21:04:27,884 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:04:27,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,895 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:04:27,895 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:04:27,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:04:27,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:04:27,898 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:04:27,901 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:04:27,901 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:04:27,904 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:04:27,904 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,905 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:04:27,905 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d393be0) -- 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 = 6001405f83194aeffcf45b394f46abfb 2024-03-01 21:04:27,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:04:27,908 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:04:27,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050a7f1aebd5464d6f9b88bf06d ' '/dev/disk/by-id/scsi-360014050a7f1aebd5464d6f9b88bf06d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'ID_SERIAL': '360014050a7f1aebd5464d6f9b88bf06d', 'ID_SERIAL_SHORT': '60014050a7f1aebd5464d6f9b88bf06d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a7f1aebd', 'ID_WWN_VENDOR_EXTENSION': '0x5464d6f9b88bf06d', 'ID_WWN_WITH_EXTENSION': '0x60014050a7f1aebd5464d6f9b88bf06d', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a7f1aebd5464d6f9b88bf06d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324713187'} ; 2024-03-01 21:04:27,911 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:04:27,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,921 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:04:27,921 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:04:27,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:04:27,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:04:27,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:04:27,927 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:04:27,927 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:04:27,930 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:04:27,930 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,931 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:04:27,931 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d393dc0) -- 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 = 60014050a7f1aebd5464d6f9b88bf06d 2024-03-01 21:04:27,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:04:27,934 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:04:27,937 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c7bb34f8-18d0-49a2-8557-3df34e48d99c ' '/dev/disk/by-id/wwn-0x6001405c7bb34f818d049a285573df34 ' '/dev/disk/by-id/scsi-36001405c7bb34f818d049a285573df34', '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': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'ID_SERIAL': '36001405c7bb34f818d049a285573df34', 'ID_SERIAL_SHORT': '6001405c7bb34f818d049a285573df34', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7bb34f81', 'ID_WWN_VENDOR_EXTENSION': '0x8d049a285573df34', 'ID_WWN_WITH_EXTENSION': '0x6001405c7bb34f818d049a285573df34', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7bb34f818d049a285573df34', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324767197'} ; 2024-03-01 21:04:27,937 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:04:27,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,947 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:04:27,948 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:04:27,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:04:27,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:04:27,951 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:04:27,954 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:04:27,954 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:04:27,957 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:04:27,957 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,957 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:04:27,957 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d38b2e0) -- 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 = 6001405c7bb34f818d049a285573df34 2024-03-01 21:04:27,960 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:04:27,960 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:04:27,963 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140597dfa7fd4bb64b29840f2ca91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-id/scsi-3600140597dfa7fd4bb64b29840f2ca91', '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': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'ID_SERIAL': '3600140597dfa7fd4bb64b29840f2ca91', 'ID_SERIAL_SHORT': '600140597dfa7fd4bb64b29840f2ca91', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597dfa7fd4', 'ID_WWN_VENDOR_EXTENSION': '0xbb64b29840f2ca91', 'ID_WWN_WITH_EXTENSION': '0x600140597dfa7fd4bb64b29840f2ca91', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597dfa7fd4bb64b29840f2ca91', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324881853'} ; 2024-03-01 21:04:27,963 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:04:27,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,974 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:04:27,975 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:04:27,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:04:27,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:04:27,977 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:04:27,980 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:04:27,981 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:04:27,983 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:04:27,984 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:04:27,984 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:04:27,984 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d3981f0) -- 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 = 600140597dfa7fd4bb64b29840f2ca91 2024-03-01 21:04:27,987 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:04:27,987 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:04:27,990 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': '13933868'} ; 2024-03-01 21:04:27,990 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:04:27,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:27,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:27,999 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:04:27,999 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:04:27,999 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:04:27,999 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:04:28,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:04:28,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:04:28,002 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:04:28,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:04:28,005 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:04:28,008 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:04:28,008 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:04:28,009 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:04:28,009 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffb6d39c4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:04:28,012 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:04:28,015 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:04:28,015 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:04:28,018 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:04:28,018 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:04:28,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:28,021 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:04:28,024 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:28,024 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:04:28,027 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:04:28,030 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:28,033 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:04:28,039 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 0x7ffb6d3a7b80> 2024-03-01 21:04:28,084 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:04:28,088 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:04:28,088 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:04:28,091 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': '13936829'} ; 2024-03-01 21:04:28,091 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:04:28,092 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:04:28,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,100 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:04:28,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:28,116 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:28,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:04:28,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:04:28,139 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:04:28,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:04:28,142 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:04:28,145 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:04:28,145 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:04:28,148 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:04:28,148 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:04:28,148 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:04:28,151 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:04:28,154 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:04:28,157 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:04:28,159 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:04:28,162 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:04:28,163 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:04:28,163 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:04:28,163 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:04:28,163 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ffb6d3a1fd0) -- 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 0x7ffb6d3a4e00> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:04:28,166 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:04:28,169 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:04:28,170 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:04:28,173 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:04:28,173 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:04:28,176 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:28,176 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:04:28,179 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:28,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:04:28,180 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:04:28,180 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:04:28,184 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:28,184 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:04:28,187 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:04:28,187 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:04:28,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:28,198 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:28,211 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:04:28,211 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:04:28,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:28,222 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:04:28,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:28,233 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:04:28,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:28,242 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:04:28,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:28,252 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:04:28,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:28,262 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:04:28,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:28,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:04:28,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:28,271 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:04:28,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:04:31,311 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_bfcihmv8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:04:31,346 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:31,347 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:04:31,349 INFO program/MainThread: stdout[2]: 2024-03-01 21:04:31,350 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:04:31,350 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:04:31,350 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:04:31,354 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:31,355 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:04:31,358 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:31,358 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:04:31,361 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:31,361 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:04:31,364 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:04:31,364 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:04:31,372 INFO program/MainThread: stdout: 2024-03-01 21:04:31,373 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:04:31,373 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:04:31,373 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:04:31,373 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:31,373 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:04:31,373 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:31,374 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:31,374 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:04:31,374 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:31,374 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:04:31,374 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:04:31,374 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:31,389 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:31,402 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:04:31,406 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ec4223eea0304e65825221874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405ec4223eea0304e65825221874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd', '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': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'ID_SERIAL': '36001405ec4223eea0304e65825221874', 'ID_SERIAL_SHORT': '6001405ec4223eea0304e65825221874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ec4223eea', 'ID_WWN_VENDOR_EXTENSION': '0x0304e65825221874', 'ID_WWN_WITH_EXTENSION': '0x6001405ec4223eea0304e65825221874', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ec4223eea0304e65825221874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324197924'} ; 2024-03-01 21:04:31,406 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:04:31,406 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:31,438 INFO program/MainThread: stdout[3]: 2024-03-01 21:04:31,439 INFO program/MainThread: stderr[3]: 2024-03-01 21:04:31,439 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:04:31,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,450 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:04:31,452 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:04:31,456 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:04:31,457 INFO blivet/MainThread: sda is a disk 2024-03-01 21:04:31,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:04:31,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:04:31,461 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:04:31,464 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:04:31,464 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:04:31,467 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:04:31,467 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,468 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:04:31,468 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6539da6d0) -- 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 = 6001405ec4223eea0304e65825221874 2024-03-01 21:04:31,471 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:04:31,471 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:04:31,474 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069 ' '/dev/disk/by-id/wwn-0x6001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a24ab611-29dd-4325-97d7-defd73cc8069', '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': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'ID_SERIAL': '36001405a24ab61129dd432597d7defd7', 'ID_SERIAL_SHORT': '6001405a24ab61129dd432597d7defd7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24ab6112', 'ID_WWN_VENDOR_EXTENSION': '0x9dd432597d7defd7', 'ID_WWN_WITH_EXTENSION': '0x6001405a24ab61129dd432597d7defd7', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a24ab61129dd432597d7defd7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324165940'} ; 2024-03-01 21:04:31,474 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:04:31,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,485 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:04:31,486 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:04:31,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:04:31,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:04:31,489 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:04:31,492 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:04:31,492 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:04:31,495 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:04:31,495 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,496 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:04:31,496 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6528c2700) -- 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 = 6001405a24ab61129dd432597d7defd7 2024-03-01 21:04:31,499 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:04:31,499 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:04:31,502 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405940b9327774641f8abf1d611d ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-id/wwn-0x6001405940b9327774641f8abf1d611d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968', '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': '940b9327-7746-41f8-abf1-d611d0a0f968', 'ID_SERIAL': '36001405940b9327774641f8abf1d611d', 'ID_SERIAL_SHORT': '6001405940b9327774641f8abf1d611d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405940b93277', 'ID_WWN_VENDOR_EXTENSION': '0x74641f8abf1d611d', 'ID_WWN_WITH_EXTENSION': '0x6001405940b9327774641f8abf1d611d', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405940b9327774641f8abf1d611d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325003913'} ; 2024-03-01 21:04:31,502 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:04:31,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,513 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:04:31,513 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:04:31,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:04:31,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:04:31,516 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:04:31,519 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:04:31,519 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:04:31,522 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:04:31,522 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,523 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:04:31,523 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6528c2550) -- 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 = 6001405940b9327774641f8abf1d611d 2024-03-01 21:04:31,526 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:04:31,526 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:04:31,529 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_bcd7e189-3117-4989-990b-773a58537407 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405bcd7e18931174989990b773a5 ' '/dev/disk/by-id/wwn-0x6001405bcd7e18931174989990b773a5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407', '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': 'bcd7e189-3117-4989-990b-773a58537407', 'ID_SERIAL': '36001405bcd7e18931174989990b773a5', 'ID_SERIAL_SHORT': '6001405bcd7e18931174989990b773a5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bcd7e1893', 'ID_WWN_VENDOR_EXTENSION': '0x1174989990b773a5', 'ID_WWN_WITH_EXTENSION': '0x6001405bcd7e18931174989990b773a5', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bcd7e18931174989990b773a5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325056166'} ; 2024-03-01 21:04:31,529 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:04:31,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,540 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:04:31,540 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:04:31,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:04:31,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:04:31,543 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:04:31,546 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:04:31,546 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:04:31,549 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:04:31,549 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,550 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:04:31,550 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6528fc4c0) -- 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 = 6001405bcd7e18931174989990b773a5 2024-03-01 21:04:31,553 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:04:31,553 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:04:31,556 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-id/scsi-3600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-id/wwn-0x600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'ID_SERIAL': '3600140592ce1123c39d413093eb5c323', 'ID_SERIAL_SHORT': '600140592ce1123c39d413093eb5c323', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140592ce1123c', 'ID_WWN_VENDOR_EXTENSION': '0x39d413093eb5c323', 'ID_WWN_WITH_EXTENSION': '0x600140592ce1123c39d413093eb5c323', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140592ce1123c39d413093eb5c323', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324251937'} ; 2024-03-01 21:04:31,556 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:04:31,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,566 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:04:31,567 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:04:31,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:04:31,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:04:31,570 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:04:31,573 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:04:31,573 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:04:31,576 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:04:31,576 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,577 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:04:31,577 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff65288b760) -- 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 = 600140592ce1123c39d413093eb5c323 2024-03-01 21:04:31,580 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:04:31,580 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:04:31,583 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb ' '/dev/disk/by-id/wwn-0x6001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/scsi-36001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e5a02f44-d4b5-45ea-a55a-f7add749bffb', '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': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'ID_SERIAL': '36001405e5a02f44d4b545eaa55af7add', 'ID_SERIAL_SHORT': '6001405e5a02f44d4b545eaa55af7add', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e5a02f44d', 'ID_WWN_VENDOR_EXTENSION': '0x4b545eaa55af7add', 'ID_WWN_WITH_EXTENSION': '0x6001405e5a02f44d4b545eaa55af7add', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e5a02f44d4b545eaa55af7add', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324375336'} ; 2024-03-01 21:04:31,583 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:04:31,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,593 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:04:31,594 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:04:31,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:04:31,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:04:31,597 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:04:31,600 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:04:31,600 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:04:31,603 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:04:31,603 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,603 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:04:31,603 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6528c24f0) -- 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 = 6001405e5a02f44d4b545eaa55af7add 2024-03-01 21:04:31,606 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:04:31,606 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:04:31,609 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/scsi-360014054e55a932c11e4d50a3e0762d7 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x60014054e55a932c11e4d50a3e0762d7', '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': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'ID_SERIAL': '360014054e55a932c11e4d50a3e0762d7', 'ID_SERIAL_SHORT': '60014054e55a932c11e4d50a3e0762d7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e55a932c', 'ID_WWN_VENDOR_EXTENSION': '0x11e4d50a3e0762d7', 'ID_WWN_WITH_EXTENSION': '0x60014054e55a932c11e4d50a3e0762d7', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e55a932c11e4d50a3e0762d7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324374773'} ; 2024-03-01 21:04:31,609 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:04:31,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,620 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:04:31,620 INFO blivet/MainThread: sde is a disk 2024-03-01 21:04:31,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:04:31,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:04:31,623 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:04:31,626 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:04:31,626 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:04:31,629 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:04:31,630 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,630 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:04:31,630 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff652882790) -- 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 = 60014054e55a932c11e4d50a3e0762d7 2024-03-01 21:04:31,633 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:04:31,633 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:04:31,636 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054d68431844374f399668deee2 ' '/dev/disk/by-id/scsi-360014054d68431844374f399668deee2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4d684318-4437-4f39-9668-deee2e6236ad', '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': '4d684318-4437-4f39-9668-deee2e6236ad', 'ID_SERIAL': '360014054d68431844374f399668deee2', 'ID_SERIAL_SHORT': '60014054d68431844374f399668deee2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d6843184', 'ID_WWN_VENDOR_EXTENSION': '0x4374f399668deee2', 'ID_WWN_WITH_EXTENSION': '0x60014054d68431844374f399668deee2', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d68431844374f399668deee2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324524392'} ; 2024-03-01 21:04:31,636 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:04:31,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,647 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:04:31,647 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:04:31,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:04:31,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:04:31,650 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:04:31,653 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:04:31,653 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:04:31,656 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:04:31,656 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,657 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:04:31,657 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff652882f10) -- 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 = 60014054d68431844374f399668deee2 2024-03-01 21:04:31,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:04:31,660 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:04:31,663 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_f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-id/wwn-0x6001405f83194aeffcf45b394f46abfb ' '/dev/disk/by-id/scsi-36001405f83194aeffcf45b394f46abfb', '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': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'ID_SERIAL': '36001405f83194aeffcf45b394f46abfb', 'ID_SERIAL_SHORT': '6001405f83194aeffcf45b394f46abfb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f83194aef', 'ID_WWN_VENDOR_EXTENSION': '0xfcf45b394f46abfb', 'ID_WWN_WITH_EXTENSION': '0x6001405f83194aeffcf45b394f46abfb', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f83194aeffcf45b394f46abfb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324611945'} ; 2024-03-01 21:04:31,663 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:04:31,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,674 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:04:31,674 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:04:31,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:04:31,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:04:31,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:04:31,680 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:04:31,680 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:04:31,683 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:04:31,683 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,684 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:04:31,684 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff652894be0) -- 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 = 6001405f83194aeffcf45b394f46abfb 2024-03-01 21:04:31,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:04:31,687 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:04:31,690 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-id/scsi-360014050a7f1aebd5464d6f9b88bf06d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x60014050a7f1aebd5464d6f9b88bf06d', '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': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'ID_SERIAL': '360014050a7f1aebd5464d6f9b88bf06d', 'ID_SERIAL_SHORT': '60014050a7f1aebd5464d6f9b88bf06d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a7f1aebd', 'ID_WWN_VENDOR_EXTENSION': '0x5464d6f9b88bf06d', 'ID_WWN_WITH_EXTENSION': '0x60014050a7f1aebd5464d6f9b88bf06d', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a7f1aebd5464d6f9b88bf06d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324713187'} ; 2024-03-01 21:04:31,690 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:04:31,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,700 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:04:31,701 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:04:31,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:04:31,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:04:31,704 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:04:31,707 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:04:31,707 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:04:31,710 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:04:31,710 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,710 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:04:31,710 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff652894dc0) -- 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 = 60014050a7f1aebd5464d6f9b88bf06d 2024-03-01 21:04:31,713 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:04:31,713 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:04:31,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c7bb34f818d049a285573df34 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c ' '/dev/disk/by-id/scsi-36001405c7bb34f818d049a285573df34 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c7bb34f8-18d0-49a2-8557-3df34e48d99c', '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': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'ID_SERIAL': '36001405c7bb34f818d049a285573df34', 'ID_SERIAL_SHORT': '6001405c7bb34f818d049a285573df34', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7bb34f81', 'ID_WWN_VENDOR_EXTENSION': '0x8d049a285573df34', 'ID_WWN_WITH_EXTENSION': '0x6001405c7bb34f818d049a285573df34', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7bb34f818d049a285573df34', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324767197'} ; 2024-03-01 21:04:31,716 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:04:31,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,727 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:04:31,728 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:04:31,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:04:31,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:04:31,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:04:31,733 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:04:31,733 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:04:31,736 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:04:31,737 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,737 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:04:31,737 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff65288b2e0) -- 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 = 6001405c7bb34f818d049a285573df34 2024-03-01 21:04:31,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:04:31,740 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:04:31,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140597dfa7fd4bb64b29840f2ca91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-id/scsi-3600140597dfa7fd4bb64b29840f2ca91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728', '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': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'ID_SERIAL': '3600140597dfa7fd4bb64b29840f2ca91', 'ID_SERIAL_SHORT': '600140597dfa7fd4bb64b29840f2ca91', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597dfa7fd4', 'ID_WWN_VENDOR_EXTENSION': '0xbb64b29840f2ca91', 'ID_WWN_WITH_EXTENSION': '0x600140597dfa7fd4bb64b29840f2ca91', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597dfa7fd4bb64b29840f2ca91', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324881853'} ; 2024-03-01 21:04:31,743 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:04:31,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:04:31,754 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:04:31,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:04:31,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:04:31,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:04:31,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:04:31,760 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:04:31,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:04:31,764 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:04:31,765 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:04:31,765 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff6528981f0) -- 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 = 600140597dfa7fd4bb64b29840f2ca91 2024-03-01 21:04:31,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:04:31,768 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:04:31,771 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': '13933868'} ; 2024-03-01 21:04:31,771 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:04:31,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,780 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:04:31,781 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:04:31,781 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:04:31,781 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:04:31,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:04:31,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:04:31,784 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:04:31,787 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:04:31,787 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:04:31,790 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:04:31,790 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:04:31,790 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:04:31,790 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff65289c4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:04:31,793 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:04:31,797 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:04:31,797 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:04:31,800 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:04:31,800 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:04:31,803 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:31,803 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:04:31,806 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:31,806 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:04:31,809 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:04:31,812 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:31,814 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:04:31,821 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 0x7ff655cfa2c0> 2024-03-01 21:04:31,861 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:04:31,865 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:04:31,865 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:04:31,868 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': '13936829'} ; 2024-03-01 21:04:31,868 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:04:31,868 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:04:31,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,877 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:04:31,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:31,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:31,893 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:31,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:04:31,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:04:31,917 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:04:31,917 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:04:31,920 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:04:31,922 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:04:31,923 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:04:31,926 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:04:31,926 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:04:31,926 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:04:31,929 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:04:31,932 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:04:31,935 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:04:31,937 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:04:31,940 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:04:31,941 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:04:31,941 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:04:31,941 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:04:31,941 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff6528a1fd0) -- 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 0x7ff6528b52c0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:04:31,945 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:04:31,948 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:04:31,948 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:04:31,951 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:04:31,951 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:04:31,954 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:31,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:04:31,957 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:04:31,957 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:04:31,958 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:04:31,958 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:04:31,961 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:31,962 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:04:31,964 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:04:31,965 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:04:31,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:31,979 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:31,992 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:04:31,993 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:04:31,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:04:31,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,004 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:04:32,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,015 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:04:32,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,024 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:04:32,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,034 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:04:32,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,044 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:04:32,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,054 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:04:32,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,064 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:04:32,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:04:32,069 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:04:32,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:04:32,074 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:04:32,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:04:32,079 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:04:32,082 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,082 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:04:32,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:04:32,085 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:04:32,085 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:04:32,088 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,088 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:04:32,091 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,091 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:04:32,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:04:32,094 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:04:32,094 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:04:32,097 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,097 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:04:32,099 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,099 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:04:32,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:04:32,102 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:04:32,102 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:04:32,105 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,105 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:04:32,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:04:32,110 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:04:32,113 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:04:32,116 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:04:32,119 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:04:32,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:04:32,126 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:04:32,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:04:32,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:04:32,130 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:04:32,130 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:04:32,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,141 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:04:32,142 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:04:32,143 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:04:32,143 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:04:32,143 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:04:32,143 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:04:32,146 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,146 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:04:32,149 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:04:32,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:04:32,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:04:32,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:04:32,159 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:04:32,161 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:04:32,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:04:32,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:04:32,168 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:04:32,168 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:04:32,169 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:04:32,169 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:04:32,206 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:04:32,206 INFO program/MainThread: stderr[4]: 2024-03-01 21:04:32,206 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:04:32,207 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:04:32,207 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:32,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:04:32,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,212 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:32,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,223 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:04:32,224 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:04:32,224 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:04:32,224 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:04:32,225 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:04:32,225 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:04:32,228 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,228 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:04:32,230 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:04:32,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:04:32,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:04:32,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:04:32,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:04:32,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:04:32,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:04:32,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:04:32,250 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:04:32,251 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:04:32,251 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:04:32,251 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:04:32,251 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:32,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:04:32,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,254 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:32,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,265 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:04:32,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:04:32,270 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:04:32,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:04:32,275 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:04:32,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:04:32,280 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:04:32,283 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,283 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:04:32,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:04:32,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:04:32,286 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:04:32,288 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,289 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:04:32,291 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,291 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:04:32,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:04:32,294 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:04:32,294 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:04:32,297 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,297 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:04:32,300 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,300 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:04:32,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:04:32,303 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:04:32,303 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:04:32,306 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,306 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:04:32,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:04:32,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:04:32,312 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:04:32,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:04:32,319 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:04:32,322 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:04:32,325 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:04:32,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:04:32,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:04:32,329 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:04:32,329 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:04:32,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,341 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:04:32,342 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:04:32,342 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:04:32,342 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:04:32,342 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:04:32,343 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:04:32,345 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,346 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:04:32,348 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:04:32,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:04:32,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:04:32,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:04:32,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:04:32,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:04:32,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:04:32,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:04:32,367 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:04:32,368 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:04:32,368 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:04:32,368 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:04:32,368 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:32,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:04:32,371 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,371 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:32,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,382 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:04:32,383 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:04:32,384 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:04:32,384 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:04:32,384 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:04:32,384 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:04:32,387 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,387 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:04:32,390 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:04:32,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:04:32,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:04:32,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:04:32,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:04:32,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:04:32,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:04:32,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:04:32,409 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:04:32,410 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:04:32,410 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:04:32,410 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:04:32,410 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:32,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:04:32,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,414 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:32,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,424 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:04:32,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:04:32,429 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:04:32,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:04:32,434 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:04:32,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:04:32,439 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:04:32,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:04:32,444 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:04:32,447 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,447 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:04:32,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:04:32,450 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:04:32,450 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:04:32,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,453 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:04:32,455 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,455 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:04:32,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:04:32,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:04:32,458 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:04:32,461 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,461 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:04:32,464 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,464 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:04:32,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:04:32,467 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:04:32,467 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:04:32,470 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,470 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:04:32,473 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:04:32,473 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:04:32,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:04:32,475 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:04:32,476 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:04:32,478 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:04:32,478 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:04:32,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:04:32,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:04:32,485 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:04:32,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:04:32,492 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:04:32,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:04:32,498 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:04:32,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:04:32,504 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:04:32,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:04:32,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:04:32,509 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:04:32,509 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:04:32,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,521 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:04:32,522 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,523 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:04:32,523 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:04:32,523 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,523 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:04:32,526 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,526 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:04:32,529 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:04:32,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:04:32,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:04:32,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:04:32,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:04:32,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:04:32,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:04:32,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:04:32,548 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,548 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:04:32,548 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:04:32,549 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:04:32,549 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:32,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:04:32,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,552 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:32,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,563 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:04:32,564 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,564 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:04:32,564 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:04:32,565 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,565 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:04:32,568 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,568 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:04:32,570 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:04:32,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:04:32,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:04:32,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:04:32,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:04:32,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:04:32,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:04:32,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:04:32,590 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,590 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:04:32,591 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:04:32,591 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:04:32,591 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:32,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:04:32,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,594 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:32,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,605 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:04:32,606 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,607 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:04:32,607 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:04:32,607 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,608 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:04:32,610 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,610 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:04:32,613 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:04:32,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:04:32,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:04:32,620 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:04:32,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:04:32,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:04:32,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:04:32,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:04:32,632 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,633 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:04:32,633 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:04:32,633 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:04:32,634 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:32,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:04:32,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,637 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:32,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:04:32,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:32,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:04:32,648 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:04:32,649 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,650 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:04:32,650 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:04:32,650 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,651 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:04:32,653 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,653 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:04:32,656 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:04:32,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:04:32,660 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:04:32,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:04:32,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:04:32,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:04:32,669 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:04:32,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:04:32,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:04:32,676 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:04:32,676 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:04:32,677 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:04:32,677 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:04:32,677 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:32,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:04:32,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:04:32,680 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:32,682 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:04:32,683 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:32,684 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:32,684 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:04:32,686 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:04:32,689 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:04:32,691 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:04:32,694 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:04:32,694 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:04:32,696 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:04:32,696 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 0x7ff6527dcc20> 2024-03-01 21:04:32,697 INFO blivet/MainThread: sorting actions... 2024-03-01 21:04:32,728 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:04:32,729 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:04:32,729 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:04:32,729 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:04:32,730 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:04:32,730 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:04:32,730 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:04:32,731 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:04:32,731 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:04:32,731 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:04:32,732 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:04:32,732 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:04:32,732 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:04:32,733 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:04:32,733 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:04:32,733 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:32,734 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:32,734 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:32,734 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:32,735 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:32,735 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:32,736 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:32,736 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:32,736 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:04:32,737 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:04:32,737 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:04:32,737 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:04:32,738 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:32,738 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:32,739 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:32,739 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:32,739 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:04:32,740 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:04:32,740 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:04:32,740 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:04:32,741 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:32,741 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:32,741 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:32,742 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:32,742 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:04:32,745 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:32,747 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:04:32,747 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:04:32,754 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,780 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,780 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,793 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,793 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:04:32,797 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:32,799 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:04:32,800 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:04:32,805 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,805 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,833 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,847 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,847 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:04:32,851 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:32,853 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:04:32,853 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:04:32,858 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,884 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,896 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,896 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:04:32,900 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:32,902 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:04:32,902 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:04:32,907 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,907 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,933 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,933 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,942 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,942 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:04:32,946 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:32,948 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:04:32,948 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:04:32,953 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,954 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,978 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,978 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:32,990 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:32,990 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:04:32,994 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:32,996 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:04:32,996 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:04:33,001 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,024 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,036 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:04:33,040 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:33,042 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:04:33,042 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:04:33,047 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,074 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,087 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,087 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:04:33,091 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:33,093 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:04:33,093 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:04:33,099 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,138 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,138 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:04:33,142 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:33,144 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:04:33,144 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:04:33,150 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,176 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,185 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,186 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:04:33,190 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:04:33,192 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:04:33,192 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:04:33,198 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,198 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,225 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,238 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,238 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:04:33,242 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,244 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,247 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,247 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:04:33,247 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:33,247 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:33,284 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 21:04:33,284 INFO program/MainThread: stderr[5]: 2024-03-01 21:04:33,284 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:04:33,284 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:33,297 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 21:04:33,297 INFO program/MainThread: stderr[6]: 2024-03-01 21:04:33,297 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:04:33,297 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 21:04:33,324 INFO program/MainThread: stdout[7]: 2024-03-01 21:04:33,324 INFO program/MainThread: stderr[7]: 2024-03-01 21:04:33,324 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:04:33,324 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 21:04:33,324 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,341 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:04:33,342 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:04:33,343 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:04:33,352 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,378 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,378 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:04:33,382 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,384 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,387 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,387 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:04:33,387 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:33,387 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:33,427 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:04:33,427 INFO program/MainThread: stderr[8]: 2024-03-01 21:04:33,427 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:04:33,427 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:33,436 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 21:04:33,437 INFO program/MainThread: stderr[9]: 2024-03-01 21:04:33,437 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:04:33,437 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 21:04:33,467 INFO program/MainThread: stdout[10]: 2024-03-01 21:04:33,467 INFO program/MainThread: stderr[10]: 2024-03-01 21:04:33,467 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:04:33,467 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 21:04:33,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,481 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,484 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:04:33,485 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:04:33,486 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:04:33,495 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,496 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,517 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,517 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:04:33,521 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,523 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,526 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,526 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:04:33,526 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:33,526 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:33,565 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:04:33,565 INFO program/MainThread: stderr[11]: 2024-03-01 21:04:33,565 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:04:33,565 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:33,575 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 21:04:33,575 INFO program/MainThread: stderr[12]: 2024-03-01 21:04:33,575 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:04:33,575 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 21:04:33,600 INFO program/MainThread: stdout[13]: 2024-03-01 21:04:33,600 INFO program/MainThread: stderr[13]: 2024-03-01 21:04:33,600 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:04:33,600 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 21:04:33,601 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,610 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,614 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:04:33,614 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:04:33,615 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:04:33,624 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,624 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,645 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,645 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:04:33,649 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,651 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,654 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,654 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:04:33,654 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:33,654 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:33,696 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:04:33,696 INFO program/MainThread: stderr[14]: 2024-03-01 21:04:33,696 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:04:33,696 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:33,704 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 21:04:33,704 INFO program/MainThread: stderr[15]: 2024-03-01 21:04:33,704 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:04:33,704 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 21:04:33,732 INFO program/MainThread: stdout[16]: 2024-03-01 21:04:33,732 INFO program/MainThread: stderr[16]: 2024-03-01 21:04:33,732 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:04:33,732 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 21:04:33,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,746 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,749 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:04:33,750 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:04:33,751 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:04:33,761 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,787 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,787 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:04:33,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:04:33,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:04:33,796 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,799 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,801 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,804 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,807 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,809 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,812 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,815 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:04:33,817 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:33,862 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 21:04:33,863 INFO program/MainThread: stderr[17]: 2024-03-01 21:04:33,863 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:04:33,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:04:33,879 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:04:33,889 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,900 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,905 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,913 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,923 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,931 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,937 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:33,944 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:04:33,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,979 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:04:33,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:04:33,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:33,999 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:33,999 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:04:34,008 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,017 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:34,021 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:04:34,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:04:34,027 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:04:34,030 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:04:34,033 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,036 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:04:34,039 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,042 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:04:34,045 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,048 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:04:34,051 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,054 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:04:34,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,063 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,068 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:04:34,068 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:34,099 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 21:04:34,099 INFO program/MainThread: stderr[18]: 2024-03-01 21:04:34,099 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:04:34,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:04:34,103 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:34,158 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 21:04:34,159 INFO program/MainThread: stderr[19]: 2024-03-01 21:04:34,159 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:04:34,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:04:34,175 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:04:34,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,224 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,228 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:04:34,229 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:04:34,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:04:34,239 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,257 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,257 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:04:34,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,264 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:04:34,267 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:04:34,267 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:04:34,495 INFO program/MainThread: stdout: 2024-03-01 21:04:34,495 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:04:34,495 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:34,495 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:34,495 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:34,495 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:04:34,495 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:34,495 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:34,495 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:34,495 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:34,496 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:34,496 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,496 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:04:34,518 INFO program/MainThread: stdout: 2024-03-01 21:04:34,518 INFO program/MainThread: writing all SBs 2024-03-01 21:04:34,518 INFO program/MainThread: new label = "" 2024-03-01 21:04:34,518 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,519 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,537 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:04:34,541 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:04:34,542 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:04:34,551 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,570 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,570 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:34,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:04:34,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:04:34,580 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,580 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:34,610 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 21:04:34,611 INFO program/MainThread: stderr[20]: 2024-03-01 21:04:34,611 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:04:34,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:04:34,615 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:34,672 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 21:04:34,672 INFO program/MainThread: stderr[21]: 2024-03-01 21:04:34,672 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:04:34,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:04:34,694 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:04:34,694 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,737 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:04:34,742 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:04:34,742 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:04:34,751 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:34,765 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:34,765 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:04:34,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:34,772 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:04:34,774 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:04:34,775 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:04:35,473 INFO program/MainThread: stdout: 2024-03-01 21:04:35,473 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:04:35,473 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:35,474 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:35,474 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:35,474 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:04:35,474 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:35,474 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:35,474 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:35,474 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:35,474 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:35,474 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,474 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:04:35,494 INFO program/MainThread: stdout: 2024-03-01 21:04:35,494 INFO program/MainThread: writing all SBs 2024-03-01 21:04:35,494 INFO program/MainThread: new label = "" 2024-03-01 21:04:35,494 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,495 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:35,511 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:04:35,515 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:04:35,516 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:04:35,524 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:35,542 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,542 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:35,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:04:35,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:04:35,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:35,553 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:35,588 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 21:04:35,589 INFO program/MainThread: stderr[22]: 2024-03-01 21:04:35,589 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:04:35,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:04:35,593 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:35,659 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 21:04:35,659 INFO program/MainThread: stderr[23]: 2024-03-01 21:04:35,659 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:04:35,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:35,679 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:04:35,680 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:04:35,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:35,724 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:04:35,729 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:04:35,729 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:04:35,738 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,739 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:35,751 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:35,751 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:04:35,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:35,757 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:04:35,760 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:04:35,760 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:04:36,575 INFO program/MainThread: stdout: 2024-03-01 21:04:36,575 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:04:36,575 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:36,575 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:36,575 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:36,575 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:04:36,575 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:36,575 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:36,575 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:36,575 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:36,575 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:36,575 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,576 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:04:36,589 INFO program/MainThread: stdout: 2024-03-01 21:04:36,590 INFO program/MainThread: writing all SBs 2024-03-01 21:04:36,590 INFO program/MainThread: new label = "" 2024-03-01 21:04:36,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,590 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:36,607 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:04:36,611 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:04:36,612 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:04:36,622 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,622 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:36,639 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,639 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:36,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:04:36,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:04:36,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:36,649 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:36,689 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 21:04:36,690 INFO program/MainThread: stderr[24]: 2024-03-01 21:04:36,690 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:04:36,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:04:36,694 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:36,756 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 21:04:36,756 INFO program/MainThread: stderr[25]: 2024-03-01 21:04:36,756 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:04:36,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:36,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:04:36,776 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:04:36,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:36,815 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:04:36,829 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:04:36,830 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:04:36,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:36,857 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:36,857 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:04:36,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:36,864 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:04:36,866 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:04:36,866 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:04:37,661 INFO program/MainThread: stdout: 2024-03-01 21:04:37,661 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:04:37,661 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:37,662 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:37,662 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:37,662 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:04:37,662 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:37,662 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:37,662 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:37,662 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:37,662 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:37,662 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,662 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:04:37,676 INFO program/MainThread: stdout: 2024-03-01 21:04:37,676 INFO program/MainThread: writing all SBs 2024-03-01 21:04:37,676 INFO program/MainThread: new label = "" 2024-03-01 21:04:37,676 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,676 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:37,693 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:04:37,697 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:04:37,698 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:04:37,707 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,707 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:37,724 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,724 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:04:37,728 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:37,730 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:04:37,733 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:04:37,733 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:04:37,733 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:37,733 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:37,764 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:04:37,764 INFO program/MainThread: stderr[26]: 2024-03-01 21:04:37,765 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:04:37,765 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:37,778 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 21:04:37,778 INFO program/MainThread: stderr[27]: 2024-03-01 21:04:37,778 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:04:37,778 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 21:04:37,803 INFO program/MainThread: stdout[28]: 2024-03-01 21:04:37,803 INFO program/MainThread: stderr[28]: 2024-03-01 21:04:37,803 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:04:37,803 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 21:04:37,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:37,818 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:04:37,822 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:04:37,823 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:04:37,832 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:37,856 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,856 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:04:37,860 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:37,862 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:04:37,865 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:04:37,865 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:04:37,865 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:37,865 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:37,897 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:04:37,897 INFO program/MainThread: stderr[29]: 2024-03-01 21:04:37,897 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:04:37,898 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:37,911 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 21:04:37,911 INFO program/MainThread: stderr[30]: 2024-03-01 21:04:37,911 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:04:37,911 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 21:04:37,941 INFO program/MainThread: stdout[31]: 2024-03-01 21:04:37,941 INFO program/MainThread: stderr[31]: 2024-03-01 21:04:37,941 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:04:37,941 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 21:04:37,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:37,954 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,957 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:04:37,958 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:04:37,959 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:04:37,968 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,968 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:37,992 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:37,992 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:04:37,996 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:37,998 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,001 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,001 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:04:38,001 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:38,001 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:38,041 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:04:38,042 INFO program/MainThread: stderr[32]: 2024-03-01 21:04:38,042 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:04:38,042 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:38,051 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 21:04:38,051 INFO program/MainThread: stderr[33]: 2024-03-01 21:04:38,052 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:04:38,052 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 21:04:38,081 INFO program/MainThread: stdout[34]: 2024-03-01 21:04:38,081 INFO program/MainThread: stderr[34]: 2024-03-01 21:04:38,081 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:04:38,081 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 21:04:38,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,094 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,097 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:04:38,098 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:04:38,099 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:04:38,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,108 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,132 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,132 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:04:38,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:04:38,138 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:04:38,141 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,143 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,146 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,149 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,151 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,154 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:04:38,157 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:38,338 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 21:04:38,338 INFO program/MainThread: stderr[35]: 2024-03-01 21:04:38,338 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:04:38,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:04:38,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:04:38,363 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,371 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,377 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,382 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,389 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,392 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:04:38,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:04:38,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,424 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,424 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:04:38,432 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,444 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,444 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:38,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:04:38,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:04:38,453 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:04:38,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:04:38,459 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,462 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,465 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,468 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,471 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,474 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:04:38,474 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,487 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,491 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:04:38,491 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:38,522 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:04:38,523 INFO program/MainThread: stderr[36]: 2024-03-01 21:04:38,523 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:04:38,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:04:38,527 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:38,599 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 21:04:38,599 INFO program/MainThread: stderr[37]: 2024-03-01 21:04:38,599 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:04:38,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:04:38,621 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:04:38,623 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,650 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:04:38,655 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:04:38,656 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:04:38,665 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,683 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,683 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:04:38,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,690 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:04:38,693 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:04:38,693 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:04:38,884 INFO program/MainThread: stdout: 2024-03-01 21:04:38,884 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:04:38,884 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:38,884 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:38,884 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:38,884 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:04:38,884 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:38,884 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:38,884 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:38,884 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:38,884 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:38,884 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,885 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:04:38,900 INFO program/MainThread: stdout: 2024-03-01 21:04:38,900 INFO program/MainThread: writing all SBs 2024-03-01 21:04:38,900 INFO program/MainThread: new label = "" 2024-03-01 21:04:38,900 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,900 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,917 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:04:38,921 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:04:38,922 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:04:38,931 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:38,947 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:38,947 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:38,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:04:38,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:04:38,957 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:38,957 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:38,993 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 21:04:38,994 INFO program/MainThread: stderr[38]: 2024-03-01 21:04:38,994 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:04:38,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:04:38,998 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:39,060 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 21:04:39,060 INFO program/MainThread: stderr[39]: 2024-03-01 21:04:39,060 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:04:39,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:39,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:04:39,075 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:04:39,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:39,105 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:04:39,111 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:04:39,111 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:04:39,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:39,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,140 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:04:39,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:39,147 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:04:39,149 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:04:39,149 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:04:39,894 INFO program/MainThread: stdout: 2024-03-01 21:04:39,895 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:04:39,895 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:39,895 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:39,895 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:39,895 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:04:39,895 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:39,895 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:39,895 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:39,895 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:39,895 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:39,895 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,896 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:04:39,911 INFO program/MainThread: stdout: 2024-03-01 21:04:39,911 INFO program/MainThread: writing all SBs 2024-03-01 21:04:39,911 INFO program/MainThread: new label = "" 2024-03-01 21:04:39,911 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,911 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:39,928 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:04:39,932 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:04:39,933 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:04:39,942 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:39,959 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:39,959 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:04:39,963 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:39,965 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:04:39,968 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:04:39,968 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:04:39,968 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:39,968 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:40,009 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:04:40,010 INFO program/MainThread: stderr[40]: 2024-03-01 21:04:40,010 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:04:40,010 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:40,018 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 21:04:40,018 INFO program/MainThread: stderr[41]: 2024-03-01 21:04:40,018 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:04:40,018 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 21:04:40,048 INFO program/MainThread: stdout[42]: 2024-03-01 21:04:40,048 INFO program/MainThread: stderr[42]: 2024-03-01 21:04:40,048 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:04:40,048 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 21:04:40,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,062 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:04:40,066 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:04:40,067 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:04:40,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,101 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,101 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:04:40,105 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,107 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,110 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,110 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:04:40,111 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:40,111 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:40,149 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:04:40,149 INFO program/MainThread: stderr[43]: 2024-03-01 21:04:40,149 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:04:40,149 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:40,161 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 21:04:40,161 INFO program/MainThread: stderr[44]: 2024-03-01 21:04:40,161 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:04:40,162 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 21:04:40,189 INFO program/MainThread: stdout[45]: 2024-03-01 21:04:40,189 INFO program/MainThread: stderr[45]: 2024-03-01 21:04:40,189 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:04:40,189 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 21:04:40,189 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,204 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,207 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:04:40,208 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:04:40,209 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:04:40,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,240 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:04:40,244 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,246 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,249 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,249 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:04:40,249 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:04:40,249 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:04:40,289 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:04:40,289 INFO program/MainThread: stderr[46]: 2024-03-01 21:04:40,289 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:04:40,289 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:40,300 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 21:04:40,301 INFO program/MainThread: stderr[47]: 2024-03-01 21:04:40,301 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:04:40,301 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 21:04:40,326 INFO program/MainThread: stdout[48]: 2024-03-01 21:04:40,326 INFO program/MainThread: stderr[48]: 2024-03-01 21:04:40,326 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:04:40,326 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 21:04:40,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,341 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:04:40,342 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:04:40,343 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:04:40,351 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,372 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,372 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:04:40,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:04:40,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:04:40,381 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,384 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,387 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,389 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,392 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:04:40,398 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:40,445 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 21:04:40,445 INFO program/MainThread: stderr[49]: 2024-03-01 21:04:40,445 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:04:40,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:04:40,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:04:40,481 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,509 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,514 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,520 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,525 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,526 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,537 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:04:40,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:04:40,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,554 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,554 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:04:40,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,563 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,572 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,572 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:40,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:04:40,578 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:04:40,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:04:40,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:04:40,587 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,590 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,594 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,596 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,599 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,602 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:04:40,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:04:40,617 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:40,652 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:04:40,653 INFO program/MainThread: stderr[50]: 2024-03-01 21:04:40,653 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:04:40,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:04:40,657 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:40,715 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 21:04:40,715 INFO program/MainThread: stderr[51]: 2024-03-01 21:04:40,715 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:04:40,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:04:40,734 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:04:40,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,757 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:04:40,764 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:04:40,765 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:04:40,774 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:40,791 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:40,791 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:04:40,795 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:40,798 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:04:40,800 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:04:40,800 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:04:41,004 INFO program/MainThread: stdout: 2024-03-01 21:04:41,004 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:04:41,004 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:41,005 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:41,005 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:41,005 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:04:41,005 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:41,005 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:41,005 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:41,005 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:41,005 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:41,005 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,005 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:04:41,019 INFO program/MainThread: stdout: 2024-03-01 21:04:41,019 INFO program/MainThread: writing all SBs 2024-03-01 21:04:41,019 INFO program/MainThread: new label = "" 2024-03-01 21:04:41,020 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:41,037 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:04:41,041 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:04:41,042 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:04:41,051 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,052 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:41,070 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,070 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:41,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:04:41,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:04:41,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:41,080 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:41,110 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:04:41,110 INFO program/MainThread: stderr[52]: 2024-03-01 21:04:41,110 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:04:41,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:04:41,115 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:04:41,174 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 21:04:41,175 INFO program/MainThread: stderr[53]: 2024-03-01 21:04:41,175 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:04:41,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:41,198 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:04:41,198 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:04:41,199 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:41,220 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:04:41,225 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:04:41,226 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:04:41,235 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:41,252 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:41,252 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:04:41,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:04:41,259 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:04:41,261 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:04:41,261 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:04:42,084 INFO program/MainThread: stdout: 2024-03-01 21:04:42,084 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:04:42,084 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:04:42,084 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:04:42,084 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:04:42,086 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:04:42,086 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:04:42,086 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:04:42,086 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:04:42,086 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:04:42,087 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:04:42,087 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:42,087 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:04:42,101 INFO program/MainThread: stdout: 2024-03-01 21:04:42,101 INFO program/MainThread: writing all SBs 2024-03-01 21:04:42,101 INFO program/MainThread: new label = "" 2024-03-01 21:04:42,101 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:42,101 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:42,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:42,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:04:42,129 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:04:42,130 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:04:42,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:42,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:04:42,158 DEBUG program/MainThread: Return code: 0 2024-03-01 21:04:42,162 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:04:42,163 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 0x7ff6527dc400> 2024-03-01 21:04:42,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:04:42,169 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:04:42,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:04:42,175 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:04:42,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:04:42,180 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:04:42,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:04:42,186 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:04:42,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:04:42,191 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:04:42,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:04:42,197 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:04:42,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:04:42,202 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:04:42,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:04:42,207 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:04:42,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:04:42,213 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:04:42,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:04:42,218 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:04:42,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:04:42,223 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:04:42,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:04:42,229 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:04:42,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:04:42,234 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:04:42,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:04:42,239 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:04:42,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:04:42,244 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:04:42,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:04:42,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:04:42,249 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:05:04,661 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vvahna84/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:05:04,696 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:04,696 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:05:04,699 INFO program/MainThread: stdout[2]: 2024-03-01 21:05:04,700 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:05:04,700 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:05:04,700 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:05:04,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:04,704 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:05:04,708 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:04,708 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:05:04,711 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:04,711 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:05:04,714 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:04,714 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:05:04,725 INFO program/MainThread: stdout: 2024-03-01 21:05:04,725 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:05:04,725 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d 2024-03-01 21:05:04,725 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD 2024-03-01 21:05:04,725 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e24e65ef-08ca-4b29-acff-c4d9bc3077e1 2024-03-01 21:05:04,725 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w 2024-03-01 21:05:04,725 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 2024-03-01 21:05:04,725 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8e7641ea-6312-42b7-8b44-465fbfdc63d8 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 94093608-550f-4c84-be9e-9dc62df17e09 2024-03-01 21:05:04,725 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll 2024-03-01 21:05:04,725 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic 2024-03-01 21:05:04,725 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ 2024-03-01 21:05:04,725 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs eebedb19-7535-4bc2-bcc9-fdd2519210e2 2024-03-01 21:05:04,725 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 168a786a-72c5-4fac-bd22-45399d1ae7e1 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef 2024-03-01 21:05:04,725 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef 2024-03-01 21:05:04,725 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f 2024-03-01 21:05:04,725 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk 2024-03-01 21:05:04,725 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f 2024-03-01 21:05:04,725 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:05:04,725 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:05:04,726 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:05:04,726 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:04,726 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:04,726 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d sdb 1073741824 root disk brw-rw---- LVM2_member ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e24e65ef-08ca-4b29-acff-c4d9bc3077e1 sdc 1073741824 root disk brw-rw---- LVM2_member LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w sdd 1073741824 root disk brw-rw---- LVM2_member 0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8e7641ea-6312-42b7-8b44-465fbfdc63d8 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 94093608-550f-4c84-be9e-9dc62df17e09 sde 1073741824 root disk brw-rw---- LVM2_member g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll sdf 1073741824 root disk brw-rw---- LVM2_member ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic sdg 1073741824 root disk brw-rw---- LVM2_member r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ |-test_vg3-lv8 427819008 root disk brw-rw---- xfs eebedb19-7535-4bc2-bcc9-fdd2519210e2 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 168a786a-72c5-4fac-bd22-45399d1ae7e1 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef sdh 1073741824 root disk brw-rw---- LVM2_member o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef sdi 1073741824 root disk brw-rw---- LVM2_member VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f sdj 1073741824 root disk brw-rw---- LVM2_member eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:04,726 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:04,726 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:04,726 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:05:04,726 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:04,727 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:05:04,727 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:05:04,727 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:04,738 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:04,755 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:05:04,760 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-id/lvm-pv-uuid-lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV ' '/dev/disk/by-id/scsi-36001405ec4223eea0304e65825221874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-id/wwn-0x6001405ec4223eea0304e65825221874', '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': 'lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV', 'ID_FS_UUID_ENC': 'lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV', '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': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'ID_SERIAL': '36001405ec4223eea0304e65825221874', 'ID_SERIAL_SHORT': '6001405ec4223eea0304e65825221874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ec4223eea', 'ID_WWN_VENDOR_EXTENSION': '0x0304e65825221874', 'ID_WWN_WITH_EXTENSION': '0x6001405ec4223eea0304e65825221874', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ec4223eea0304e65825221874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324197924'} ; 2024-03-01 21:05:04,760 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:05:04,760 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:05:04,795 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:04,796 INFO program/MainThread: stderr[3]: 2024-03-01 21:05:04,796 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:05:04,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:04,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:04,807 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:05:04,809 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:05:04,814 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:05:04,814 INFO blivet/MainThread: sda is a disk 2024-03-01 21:05:04,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:05:04,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:05:04,818 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:05:04,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:05:04,821 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:05:04,824 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:05:04,825 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:05:04,825 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:05:04,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a80cc8b0) -- 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 = 6001405ec4223eea0304e65825221874 2024-03-01 21:05:04,829 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:05:04,832 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:04,832 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:05:04,835 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:04,836 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:05:04,839 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:04,839 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:05:04,842 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:04,842 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:05:04,845 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:05:04,845 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:05:04,846 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:04,881 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:04,882 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD. WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:04,882 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:05:04,882 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:05:04,886 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV ; label: None ; device: /dev/sda ; serial: 36001405ec4223eea0304e65825221874 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; pe_start: 8 MiB ; 2024-03-01 21:05:04,887 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:05:04,889 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:05:04,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:04,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:04,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:04,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:04,901 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:04,940 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:04,941 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD. WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:04,941 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:05:04,941 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:04,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:05:04,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:05:04,950 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:04,950 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:05:04,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:05:04,954 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:04,990 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:04,991 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD. WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:04,991 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:05:04,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:05:04,996 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:05:04,998 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:05:05,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:05,004 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:05,004 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:05,007 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/lvm-pv-uuid-ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD ' '/dev/disk/by-id/wwn-0x6001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a24ab611-29dd-4325-97d7-defd73cc8069 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069', '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': 'ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD', 'ID_FS_UUID_ENC': 'ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD', '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': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'ID_SERIAL': '36001405a24ab61129dd432597d7defd7', 'ID_SERIAL_SHORT': '6001405a24ab61129dd432597d7defd7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24ab6112', 'ID_WWN_VENDOR_EXTENSION': '0x9dd432597d7defd7', 'ID_WWN_WITH_EXTENSION': '0x6001405a24ab61129dd432597d7defd7', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a24ab61129dd432597d7defd7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324165940'} ; 2024-03-01 21:05:05,008 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:05:05,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,018 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:05:05,019 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:05:05,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:05:05,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:05:05,022 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:05:05,025 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:05:05,025 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:05:05,028 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:05:05,029 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,029 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:05:05,029 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6cbc9a0) -- 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 = 6001405a24ab61129dd432597d7defd7 2024-03-01 21:05:05,032 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:05:05,035 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,035 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:05:05,038 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,038 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:05:05,041 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,041 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:05:05,044 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,044 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:05:05,047 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:05:05,047 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:05:05,047 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:05,080 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:05,081 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). 2024-03-01 21:05:05,081 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:05:05,081 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:05:05,085 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD ; label: None ; device: /dev/sdb ; serial: 36001405a24ab61129dd432597d7defd7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:05:05,085 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:05:05,088 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:05:05,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:05,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:05:05,100 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:05,102 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:05:05,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:05,108 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:05,143 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:05,143 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). 2024-03-01 21:05:05,144 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:05:05,144 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:05,144 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:05,148 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405940b9327774641f8abf1d611d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-id/wwn-0x6001405940b9327774641f8abf1d611d ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '940b9327-7746-41f8-abf1-d611d0a0f968', 'ID_SERIAL': '36001405940b9327774641f8abf1d611d', 'ID_SERIAL_SHORT': '6001405940b9327774641f8abf1d611d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405940b93277', 'ID_WWN_VENDOR_EXTENSION': '0x74641f8abf1d611d', 'ID_WWN_WITH_EXTENSION': '0x6001405940b9327774641f8abf1d611d', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405940b9327774641f8abf1d611d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325003913'} ; 2024-03-01 21:05:05,148 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:05:05,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,159 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:05:05,160 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:05:05,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:05:05,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:05:05,163 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:05:05,166 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:05:05,166 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:05:05,169 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:05:05,169 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,170 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:05:05,170 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c45c40) -- 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 = 6001405940b9327774641f8abf1d611d 2024-03-01 21:05:05,173 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:05:05,173 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:05:05,176 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_bcd7e189-3117-4989-990b-773a58537407 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407 ' '/dev/disk/by-id/scsi-36001405bcd7e18931174989990b773a5 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405bcd7e18931174989990b773a5', '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': 'bcd7e189-3117-4989-990b-773a58537407', 'ID_SERIAL': '36001405bcd7e18931174989990b773a5', 'ID_SERIAL_SHORT': '6001405bcd7e18931174989990b773a5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bcd7e1893', 'ID_WWN_VENDOR_EXTENSION': '0x1174989990b773a5', 'ID_WWN_WITH_EXTENSION': '0x6001405bcd7e18931174989990b773a5', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bcd7e18931174989990b773a5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325056166'} ; 2024-03-01 21:05:05,176 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:05:05,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,186 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:05:05,187 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:05:05,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:05:05,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:05:05,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:05:05,193 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:05:05,193 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:05:05,196 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:05:05,196 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,196 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:05:05,196 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c45dc0) -- 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 = 6001405bcd7e18931174989990b773a5 2024-03-01 21:05:05,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:05:05,199 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:05:05,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-id/lvm-pv-uuid-LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-3600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-id/wwn-0x600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d', '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': 'LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w', 'ID_FS_UUID_ENC': 'LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w', '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': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'ID_SERIAL': '3600140592ce1123c39d413093eb5c323', 'ID_SERIAL_SHORT': '600140592ce1123c39d413093eb5c323', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140592ce1123c', 'ID_WWN_VENDOR_EXTENSION': '0x39d413093eb5c323', 'ID_WWN_WITH_EXTENSION': '0x600140592ce1123c39d413093eb5c323', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140592ce1123c39d413093eb5c323', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324251937'} ; 2024-03-01 21:05:05,203 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:05:05,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,213 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:05:05,214 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:05:05,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:05:05,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:05:05,217 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:05:05,220 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:05:05,220 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:05:05,223 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:05:05,223 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,223 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:05:05,223 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c5a400) -- 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 = 600140592ce1123c39d413093eb5c323 2024-03-01 21:05:05,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:05:05,229 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,229 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:05:05,232 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,232 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:05:05,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,236 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:05:05,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:05:05,241 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:05:05,241 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:05:05,241 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:05:05,279 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:05,279 INFO program/MainThread: stderr[9]: 2024-03-01 21:05:05,279 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:05:05,279 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:05:05,283 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w ; label: None ; device: /dev/sdc ; serial: 3600140592ce1123c39d413093eb5c323 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:05,283 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:05:05,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:05:05,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:05,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:05:05,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:05,301 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:05:05,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:05,307 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:05:05,342 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:05,342 INFO program/MainThread: stderr[10]: 2024-03-01 21:05:05,342 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:05:05,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:05,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:05:05,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:05,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:05:05,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:05,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:05,365 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:05,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:05,369 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:05,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:05:05,372 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:05:05,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:05,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:05:05,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:05,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:05,382 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:05,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:05,385 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:05,385 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:05:05,385 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:05:05,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:05,388 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:05,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:05,392 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:05,396 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/e24e65ef-08ca-4b29-acff-c4d9bc3077e1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc', '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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc', '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': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', 'ID_FS_UUID_ENC': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', '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': '554003607'} ; 2024-03-01 21:05:05,396 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:05,397 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:05,400 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:05:05,400 INFO program/MainThread: stderr[11]: 2024-03-01 21:05:05,400 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:05:05,400 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:05,402 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:05:05,403 INFO program/MainThread: stderr[12]: 2024-03-01 21:05:05,403 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:05:05,403 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:05,405 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:05:05,405 INFO program/MainThread: stderr[13]: 2024-03-01 21:05:05,405 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:05:05,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:05:05,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:05,415 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:05,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:05,416 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:05,412 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c5af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7f36a6d0c6a0) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:05,417 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:05,419 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:05:05,420 INFO program/MainThread: stderr[14]: 2024-03-01 21:05:05,420 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:05:05,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:05,427 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,427 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:05:05,430 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,430 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:05:05,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:05:05,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,436 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:05:05,438 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:05:05,438 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:05:05,441 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:05,442 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:05:05,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:05:05,445 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:05,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:05,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:05:05,460 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:05,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:05:05,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:05,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:05,466 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:05,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:05,470 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:05,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:05:05,473 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:05:05,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:05,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:05:05,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:05,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:05,483 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:05,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:05,486 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:05,486 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:05:05,487 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:05:05,489 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:05,490 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:05,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:05,493 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:05,496 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/f113a188-426e-48f5-8ef6-44c4dd202b6d ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH ' '/dev/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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH', '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': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', 'ID_FS_UUID_ENC': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', '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': '553545620'} ; 2024-03-01 21:05:05,496 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:05,497 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:05,500 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:05:05,500 INFO program/MainThread: stderr[15]: 2024-03-01 21:05:05,500 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:05:05,500 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:05,502 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:05:05,503 INFO program/MainThread: stderr[16]: 2024-03-01 21:05:05,503 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:05:05,503 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:05,505 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:05:05,505 INFO program/MainThread: stderr[17]: 2024-03-01 21:05:05,505 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:05:05,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:05:05,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:05,516 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:05,516 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:05,517 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:05,513 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c5adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7f36a6d0c6a0) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:05,517 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:05,520 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:05:05,520 INFO program/MainThread: stderr[18]: 2024-03-01 21:05:05,520 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:05:05,524 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:05,527 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,528 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:05:05,531 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,531 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:05:05,534 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,534 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:05:05,537 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,537 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:05:05,537 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:05:05,540 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:05,540 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:05:05,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:05:05,544 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:05,544 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:05,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e5a02f44-d4b5-45ea-a55a-f7add749bffb ' '/dev/disk/by-id/wwn-0x6001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb ' '/dev/disk/by-id/scsi-36001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/lvm-pv-uuid-0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7', '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': '0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7', 'ID_FS_UUID_ENC': '0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7', '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': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'ID_SERIAL': '36001405e5a02f44d4b545eaa55af7add', 'ID_SERIAL_SHORT': '6001405e5a02f44d4b545eaa55af7add', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e5a02f44d', 'ID_WWN_VENDOR_EXTENSION': '0x4b545eaa55af7add', 'ID_WWN_WITH_EXTENSION': '0x6001405e5a02f44d4b545eaa55af7add', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e5a02f44d4b545eaa55af7add', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324375336'} ; 2024-03-01 21:05:05,547 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:05:05,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,559 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:05:05,559 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:05:05,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:05:05,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:05:05,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:05:05,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:05:05,565 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:05:05,568 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:05:05,568 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,569 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:05:05,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c59490) -- 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 = 6001405e5a02f44d4b545eaa55af7add 2024-03-01 21:05:05,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:05:05,575 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,575 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:05:05,578 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,578 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:05:05,581 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,581 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:05:05,584 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,584 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:05:05,587 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:05:05,587 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:05:05,587 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:05:05,621 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:05,622 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll. WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:05,622 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:05:05,622 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:05:05,626 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 ; label: None ; device: /dev/sdd ; serial: 36001405e5a02f44d4b545eaa55af7add ; exists: True ; vg_name: test_vg2 ; vg_uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:05:05,627 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:05:05,629 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:05:05,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:05,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,641 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:05:05,675 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 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=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:05,676 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll. WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:05,676 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:05:05,676 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:05,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:05:05,681 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:05:05,684 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:05,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:05:05,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:05:05,687 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:05:05,721 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:05,722 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll. WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:05,722 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:05:05,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:05:05,727 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:05:05,729 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:05:05,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:05,735 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:05,735 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:05,739 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/lvm-pv-uuid-g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/scsi-360014054e55a932c11e4d50a3e0762d7 ' '/dev/disk/by-id/wwn-0x60014054e55a932c11e4d50a3e0762d7', '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': 'g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll', 'ID_FS_UUID_ENC': 'g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll', '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': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'ID_SERIAL': '360014054e55a932c11e4d50a3e0762d7', 'ID_SERIAL_SHORT': '60014054e55a932c11e4d50a3e0762d7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e55a932c', 'ID_WWN_VENDOR_EXTENSION': '0x11e4d50a3e0762d7', 'ID_WWN_WITH_EXTENSION': '0x60014054e55a932c11e4d50a3e0762d7', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e55a932c11e4d50a3e0762d7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324374773'} ; 2024-03-01 21:05:05,739 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:05:05,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,750 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:05:05,751 INFO blivet/MainThread: sde is a disk 2024-03-01 21:05:05,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:05:05,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:05:05,754 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:05:05,756 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:05:05,757 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:05:05,759 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:05:05,760 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,760 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:05:05,760 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6d0c100) -- 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 = 60014054e55a932c11e4d50a3e0762d7 2024-03-01 21:05:05,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:05:05,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:05:05,769 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,769 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:05:05,772 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:05:05,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:05:05,778 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:05:05,779 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:05:05,779 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:05,821 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:05,821 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:05,821 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:05:05,821 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:05:05,825 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll ; label: None ; device: /dev/sde ; serial: 360014054e55a932c11e4d50a3e0762d7 ; exists: True ; vg_name: test_vg2 ; vg_uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:05,825 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:05:05,828 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:05:05,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:05,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:05:05,840 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:05,842 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:05:05,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:05,848 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:05,882 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:05,882 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:05,882 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:05:05,882 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:05,882 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:05,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4d684318-4437-4f39-9668-deee2e6236ad ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad ' '/dev/disk/by-id/scsi-360014054d68431844374f399668deee2 ' '/dev/disk/by-id/wwn-0x60014054d68431844374f399668deee2', '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': 'ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic', 'ID_FS_UUID_ENC': 'ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic', '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': '4d684318-4437-4f39-9668-deee2e6236ad', 'ID_SERIAL': '360014054d68431844374f399668deee2', 'ID_SERIAL_SHORT': '60014054d68431844374f399668deee2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d6843184', 'ID_WWN_VENDOR_EXTENSION': '0x4374f399668deee2', 'ID_WWN_WITH_EXTENSION': '0x60014054d68431844374f399668deee2', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d68431844374f399668deee2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324524392'} ; 2024-03-01 21:05:05,887 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:05:05,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:05:05,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:05,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:05:05,900 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:05:05,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:05:05,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:05:05,903 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:05:05,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:05:05,906 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:05:05,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:05:05,909 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:05:05,909 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:05:05,909 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c599a0) -- 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 = 60014054d68431844374f399668deee2 2024-03-01 21:05:05,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:05:05,916 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:05,916 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:05:05,919 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:05,919 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:05:05,922 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,922 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:05:05,925 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:05,925 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:05:05,928 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:05:05,928 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:05:05,928 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:05,969 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:05,969 INFO program/MainThread: stderr[24]: 2024-03-01 21:05:05,969 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:05:05,969 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:05:05,973 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic ; label: None ; device: /dev/sdf ; serial: 360014054d68431844374f399668deee2 ; exists: True ; vg_name: test_vg2 ; vg_uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:05,974 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:05:05,977 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:05:05,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:05,985 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:05:05,988 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:05,991 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:05:05,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:05,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:05,997 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdf,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,029 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:06,030 INFO program/MainThread: stderr[25]: 2024-03-01 21:05:06,030 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:05:06,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:06,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:05:06,046 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:06,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:05:06,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:06,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:06,053 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:06,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:06,056 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:06,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:05:06,060 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:05:06,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:06,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:05:06,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:06,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:06,069 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:06,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:06,073 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:06,073 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:05:06,073 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:05:06,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:06,076 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:06,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:06,080 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:06,083 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2 ' '/dev/disk/by-uuid/94093608-550f-4c84-be9e-9dc62df17e09 ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '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-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2', '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': '94093608-550f-4c84-be9e-9dc62df17e09', 'ID_FS_UUID_ENC': '94093608-550f-4c84-be9e-9dc62df17e09', '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': '551886665'} ; 2024-03-01 21:05:06,083 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:06,083 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:06,087 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:05:06,087 INFO program/MainThread: stderr[26]: 2024-03-01 21:05:06,087 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:05:06,087 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:06,089 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:05:06,090 INFO program/MainThread: stderr[27]: 2024-03-01 21:05:06,090 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:05:06,090 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:06,092 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:05:06,092 INFO program/MainThread: stderr[28]: 2024-03-01 21:05:06,092 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:05:06,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:05:06,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:06,103 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:06,103 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:06,103 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:06,100 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6bfe2e0) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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 (0x7f36a6c74c70) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:06,104 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:06,107 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:05:06,107 INFO program/MainThread: stderr[29]: 2024-03-01 21:05:06,107 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:05:06,111 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:06,114 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,114 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:05:06,117 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,117 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:05:06,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,121 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:05:06,124 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,124 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:05:06,124 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:05:06,128 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:06,128 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:05:06,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:05:06,131 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:06,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:06,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:05:06,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:06,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:05:06,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:06,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:06,152 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:06,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:06,156 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:06,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:05:06,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:05:06,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:06,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:05:06,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:06,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:06,169 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:06,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:06,172 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:06,173 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:05:06,173 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:05:06,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:06,176 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:06,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:06,179 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:06,183 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/8e7641ea-6312-42b7-8b44-465fbfdc63d8 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ', '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-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ', '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': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', 'ID_FS_UUID_ENC': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', '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': '551428880'} ; 2024-03-01 21:05:06,183 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:06,183 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:06,186 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:05:06,186 INFO program/MainThread: stderr[30]: 2024-03-01 21:05:06,186 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:05:06,187 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:06,189 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:05:06,189 INFO program/MainThread: stderr[31]: 2024-03-01 21:05:06,189 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:05:06,189 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:06,192 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:05:06,192 INFO program/MainThread: stderr[32]: 2024-03-01 21:05:06,192 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:05:06,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:05:06,202 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:06,202 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:06,203 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:06,203 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:06,199 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6bfea00) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7f36a6c74c70) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:06,204 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:06,206 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:05:06,207 INFO program/MainThread: stderr[33]: 2024-03-01 21:05:06,207 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:05:06,210 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:06,214 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,214 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:05:06,217 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,217 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:05:06,221 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,221 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:05:06,224 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,224 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:05:06,224 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:05:06,227 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:06,227 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:05:06,230 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:05:06,231 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:06,231 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:06,234 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405f83194aeffcf45b394f46abfb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-id/scsi-36001405f83194aeffcf45b394f46abfb', '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': 'r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ', 'ID_FS_UUID_ENC': 'r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ', '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': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'ID_SERIAL': '36001405f83194aeffcf45b394f46abfb', 'ID_SERIAL_SHORT': '6001405f83194aeffcf45b394f46abfb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f83194aef', 'ID_WWN_VENDOR_EXTENSION': '0xfcf45b394f46abfb', 'ID_WWN_WITH_EXTENSION': '0x6001405f83194aeffcf45b394f46abfb', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f83194aeffcf45b394f46abfb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324611945'} ; 2024-03-01 21:05:06,234 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:05:06,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,246 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:05:06,246 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:05:06,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:05:06,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:05:06,249 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:05:06,252 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:05:06,252 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:05:06,255 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:05:06,255 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:05:06,256 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:05:06,256 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c76400) -- 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 = 6001405f83194aeffcf45b394f46abfb 2024-03-01 21:05:06,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:05:06,262 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,262 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:05:06,265 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,265 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:05:06,268 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,268 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:05:06,271 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,271 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:05:06,274 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:05:06,274 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:05:06,274 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,310 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:06,311 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk. WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,311 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:05:06,311 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:05:06,315 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ ; label: None ; device: /dev/sdg ; serial: 36001405f83194aeffcf45b394f46abfb ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:05:06,315 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:05:06,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:05:06,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:06,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,330 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,371 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 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=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:06,372 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk. WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,372 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:05:06,372 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:06,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:05:06,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:05:06,380 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:06,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:05:06,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:05:06,383 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sde,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,422 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:06,423 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk. WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,423 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:05:06,427 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:05:06,428 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:05:06,430 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:05:06,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,436 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:06,436 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:06,440 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-id/wwn-0x60014050a7f1aebd5464d6f9b88bf06d ' '/dev/disk/by-id/lvm-pv-uuid-o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-id/scsi-360014050a7f1aebd5464d6f9b88bf06d', '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': 'o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk', 'ID_FS_UUID_ENC': 'o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk', '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': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'ID_SERIAL': '360014050a7f1aebd5464d6f9b88bf06d', 'ID_SERIAL_SHORT': '60014050a7f1aebd5464d6f9b88bf06d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a7f1aebd', 'ID_WWN_VENDOR_EXTENSION': '0x5464d6f9b88bf06d', 'ID_WWN_WITH_EXTENSION': '0x60014050a7f1aebd5464d6f9b88bf06d', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a7f1aebd5464d6f9b88bf06d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324713187'} ; 2024-03-01 21:05:06,440 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:05:06,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,451 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:05:06,452 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:05:06,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:05:06,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:05:06,455 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:05:06,458 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:05:06,458 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:05:06,461 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:05:06,461 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:05:06,462 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:05:06,462 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a7d62fa0) -- 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 = 60014050a7f1aebd5464d6f9b88bf06d 2024-03-01 21:05:06,465 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:05:06,468 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,468 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:05:06,471 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,471 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:05:06,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:05:06,477 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,477 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:05:06,480 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:05:06,480 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:05:06,480 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sde,/dev/sdc,/dev/sdh,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,514 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:06,515 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,515 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:05:06,515 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:05:06,519 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk ; label: None ; device: /dev/sdh ; serial: 360014050a7f1aebd5464d6f9b88bf06d ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; 2024-03-01 21:05:06,519 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:05:06,522 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:05:06,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,531 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:05:06,534 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:06,536 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:05:06,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,542 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sde,/dev/sdc,/dev/sdh,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,580 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:06,580 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,580 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:05:06,581 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:06,581 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:06,585 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c7bb34f818d049a285573df34 ' '/dev/disk/by-id/scsi-36001405c7bb34f818d049a285573df34 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c7bb34f8-18d0-49a2-8557-3df34e48d99c ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/lvm-pv-uuid-VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc', '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': 'VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc', 'ID_FS_UUID_ENC': 'VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc', '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': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'ID_SERIAL': '36001405c7bb34f818d049a285573df34', 'ID_SERIAL_SHORT': '6001405c7bb34f818d049a285573df34', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7bb34f81', 'ID_WWN_VENDOR_EXTENSION': '0x8d049a285573df34', 'ID_WWN_WITH_EXTENSION': '0x6001405c7bb34f818d049a285573df34', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7bb34f818d049a285573df34', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324767197'} ; 2024-03-01 21:05:06,585 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:05:06,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,597 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:05:06,598 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:05:06,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:05:06,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:05:06,601 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:05:06,604 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:05:06,604 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:05:06,607 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:05:06,608 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:05:06,608 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:05:06,608 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c13190) -- 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 = 6001405c7bb34f818d049a285573df34 2024-03-01 21:05:06,611 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:05:06,614 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,614 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:05:06,617 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,617 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:05:06,620 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:05:06,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:05:06,626 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:05:06,626 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:05:06,626 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sdi,/dev/sde,/dev/sdc,/dev/sdh,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,667 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:06,668 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,668 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:05:06,668 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:05:06,672 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc ; label: None ; device: /dev/sdi ; serial: 36001405c7bb34f818d049a285573df34 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; 2024-03-01 21:05:06,672 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:05:06,676 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:05:06,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:05:06,687 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:06,690 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:05:06,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,696 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdg,/dev/sdf,/dev/sdi,/dev/sde,/dev/sdc,/dev/sdh,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,730 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:06,731 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:06,731 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:05:06,731 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:06,731 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:06,736 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-3600140597dfa7fd4bb64b29840f2ca91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-id/lvm-pv-uuid-eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-id/wwn-0x600140597dfa7fd4bb64b29840f2ca91', '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': 'eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk', 'ID_FS_UUID_ENC': 'eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk', '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': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'ID_SERIAL': '3600140597dfa7fd4bb64b29840f2ca91', 'ID_SERIAL_SHORT': '600140597dfa7fd4bb64b29840f2ca91', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597dfa7fd4', 'ID_WWN_VENDOR_EXTENSION': '0xbb64b29840f2ca91', 'ID_WWN_WITH_EXTENSION': '0x600140597dfa7fd4bb64b29840f2ca91', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597dfa7fd4bb64b29840f2ca91', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324881853'} ; 2024-03-01 21:05:06,736 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:05:06,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,748 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:05:06,748 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:05:06,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:05:06,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:05:06,751 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:05:06,754 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:05:06,754 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:05:06,758 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:05:06,758 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:05:06,758 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:05:06,758 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6c149a0) -- 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 = 600140597dfa7fd4bb64b29840f2ca91 2024-03-01 21:05:06,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:05:06,765 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,765 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:05:06,768 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,768 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:05:06,771 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,771 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:05:06,774 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,774 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:05:06,777 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:05:06,777 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:05:06,777 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdj,/dev/sdg,/dev/sdf,/dev/sdi,/dev/sde,/dev/sdc,/dev/sdh,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,819 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:06,820 INFO program/MainThread: stderr[41]: 2024-03-01 21:05:06,820 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:05:06,820 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:05:06,824 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk ; label: None ; device: /dev/sdj ; serial: 3600140597dfa7fd4bb64b29840f2ca91 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:05:06,824 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:05:06,827 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:05:06,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:05:06,839 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:06,842 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:05:06,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:06,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:06,848 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdj,/dev/sdg,/dev/sdf,/dev/sdi,/dev/sde,/dev/sdc,/dev/sdh,/dev/sda,/dev/sdb ... 2024-03-01 21:05:06,885 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:06,885 INFO program/MainThread: stderr[42]: 2024-03-01 21:05:06,885 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:05:06,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:06,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:06,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:05:06,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:06,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:05:06,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:06,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:06,908 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:06,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:06,912 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:06,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:05:06,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:05:06,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:06,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:05:06,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:06,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:06,925 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:06,928 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:06,928 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:06,929 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:05:06,929 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:05:06,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:06,932 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:06,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:06,935 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:06,938 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8', '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': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', 'ID_FS_UUID_ENC': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', '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': '549582903'} ; 2024-03-01 21:05:06,939 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:06,939 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:06,942 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:05:06,942 INFO program/MainThread: stderr[43]: 2024-03-01 21:05:06,942 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:05:06,942 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:06,945 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:05:06,945 INFO program/MainThread: stderr[44]: 2024-03-01 21:05:06,945 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:05:06,945 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:06,947 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:05:06,948 INFO program/MainThread: stderr[45]: 2024-03-01 21:05:06,948 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:05:06,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:06,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:05:06,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:06,959 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:06,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:06,960 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:06,956 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c18250) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7f36a6c07eb0) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:06,961 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:06,963 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:05:06,963 INFO program/MainThread: stderr[46]: 2024-03-01 21:05:06,963 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:05:06,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:06,970 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:06,971 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:05:06,974 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:06,974 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:05:06,977 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,977 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:05:06,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:06,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:05:06,981 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:05:06,984 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:06,984 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:05:06,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:05:06,987 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:06,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:07,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:05:07,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:07,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:05:07,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:07,018 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:07,019 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:07,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:07,022 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:07,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:05:07,025 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:05:07,029 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:07,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:05:07,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:07,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:07,035 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:07,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:07,038 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:07,039 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:05:07,039 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:05:07,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:07,042 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:07,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:07,045 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:07,048 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/524360e4-de84-4667-b3fc-d6022232f6ef ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz', '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': '524360e4-de84-4667-b3fc-d6022232f6ef', 'ID_FS_UUID_ENC': '524360e4-de84-4667-b3fc-d6022232f6ef', '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': '548484573'} ; 2024-03-01 21:05:07,049 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:07,049 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,052 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:05:07,052 INFO program/MainThread: stderr[47]: 2024-03-01 21:05:07,052 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:05:07,053 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,055 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:05:07,055 INFO program/MainThread: stderr[48]: 2024-03-01 21:05:07,055 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:05:07,055 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,058 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:05:07,058 INFO program/MainThread: stderr[49]: 2024-03-01 21:05:07,058 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:05:07,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:05:07,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,069 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:07,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,071 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:07,066 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a820c280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7f36a6c07eb0) -- name = test_vg3 status = True 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:07,071 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,074 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:05:07,074 INFO program/MainThread: stderr[50]: 2024-03-01 21:05:07,074 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:05:07,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:07,082 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:07,082 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:05:07,085 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:07,085 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:05:07,088 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,088 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:05:07,092 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,092 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:05:07,092 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:05:07,095 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:07,095 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:05:07,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:05:07,098 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:07,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:07,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:05:07,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:07,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:05:07,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:07,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:07,121 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:07,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 21:05:07,124 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:07,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:05:07,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:05:07,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:07,131 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:05:07,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:07,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:07,137 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:07,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:07,141 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:07,141 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:05:07,141 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:05:07,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:07,144 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:07,147 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:07,147 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:07,151 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/168a786a-72c5-4fac-bd22-45399d1ae7e1', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt', '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': '168a786a-72c5-4fac-bd22-45399d1ae7e1', 'ID_FS_UUID_ENC': '168a786a-72c5-4fac-bd22-45399d1ae7e1', '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': '547502465'} ; 2024-03-01 21:05:07,151 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:07,151 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,154 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:05:07,155 INFO program/MainThread: stderr[51]: 2024-03-01 21:05:07,155 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:05:07,155 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,157 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:05:07,157 INFO program/MainThread: stderr[52]: 2024-03-01 21:05:07,157 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:05:07,157 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,160 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:05:07,160 INFO program/MainThread: stderr[53]: 2024-03-01 21:05:07,160 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:05:07,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:05:07,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,172 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:07,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,173 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:07,168 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c49dc0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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 (0x7f36a6c07eb0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:07,173 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,177 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:05:07,177 INFO program/MainThread: stderr[54]: 2024-03-01 21:05:07,177 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:05:07,181 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:07,184 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:07,184 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:05:07,187 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:07,187 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:05:07,191 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,191 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:05:07,194 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,194 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:05:07,195 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:05:07,197 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:07,198 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:05:07,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:05:07,201 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:07,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:07,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:05:07,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:07,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:05:07,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:07,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:07,223 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:07,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 21:05:07,227 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:07,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:05:07,230 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:05:07,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:07,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:05:07,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:07,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:07,240 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:07,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:07,243 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:07,243 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:05:07,244 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:05:07,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:07,247 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:07,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:07,250 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:07,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/eebedb19-7535-4bc2-bcc9-fdd2519210e2 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ', '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': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', 'ID_FS_UUID_ENC': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', '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': '546992743'} ; 2024-03-01 21:05:07,254 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:07,254 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,257 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:05:07,257 INFO program/MainThread: stderr[55]: 2024-03-01 21:05:07,257 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:05:07,257 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,260 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:05:07,260 INFO program/MainThread: stderr[56]: 2024-03-01 21:05:07,260 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:05:07,260 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,262 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:05:07,263 INFO program/MainThread: stderr[57]: 2024-03-01 21:05:07,263 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:05:07,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:05:07,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,274 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,276 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,270 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6cc1ca0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ 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 (0x7f36a6c07eb0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:07,276 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,279 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:05:07,279 INFO program/MainThread: stderr[58]: 2024-03-01 21:05:07,279 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:05:07,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:07,286 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:07,287 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:05:07,290 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:07,290 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:05:07,293 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,293 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:05:07,296 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,296 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:05:07,297 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:05:07,300 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:07,300 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:05:07,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:05:07,303 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:07,304 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:07,307 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': '13933868'} ; 2024-03-01 21:05:07,307 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:05:07,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,318 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:05:07,318 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:05:07,318 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:05:07,318 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:05:07,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:05:07,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:05:07,321 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:05:07,324 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:05:07,324 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:05:07,327 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:05:07,328 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:05:07,328 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:05:07,328 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36a6bfec70) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:05:07,331 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:05:07,334 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:07,334 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:05:07,337 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:07,337 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:05:07,340 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:05:07,344 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,344 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:05:07,346 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:05:07,349 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:05:07,352 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:05:07,359 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 0x7f36a6c16500> 2024-03-01 21:05:07,400 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:05:07,404 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:05:07,404 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:05:07,408 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': '13936829'} ; 2024-03-01 21:05:07,408 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:05:07,408 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:05:07,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,418 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:05:07,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,424 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:07,434 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:07,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:05:07,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:05:07,461 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:05:07,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:05:07,464 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:05:07,467 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:05:07,467 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:05:07,470 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:07,471 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:07,471 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:05:07,473 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:05:07,476 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:05:07,479 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:05:07,482 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:05:07,485 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:07,485 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:07,485 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:05:07,486 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:05:07,485 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f36a6c06670) -- 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 0x7f36a6c2bae0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:05:07,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:05:07,493 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:07,493 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:05:07,496 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:07,496 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:05:07,499 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,499 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:05:07,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:07,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:05:07,502 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:05:07,505 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:07,505 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:05:07,508 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:05:07,508 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:07,511 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/eebedb19-7535-4bc2-bcc9-fdd2519210e2 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ ' '/dev/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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ', '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': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', 'ID_FS_UUID_ENC': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', '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': '546992743'} ; 2024-03-01 21:05:07,511 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:07,511 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,514 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:05:07,515 INFO program/MainThread: stderr[59]: 2024-03-01 21:05:07,515 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:05:07,515 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,517 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:05:07,517 INFO program/MainThread: stderr[60]: 2024-03-01 21:05:07,518 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:05:07,518 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,520 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:05:07,520 INFO program/MainThread: stderr[61]: 2024-03-01 21:05:07,520 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:05:07,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:05:07,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,533 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,534 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,529 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6cc1ca0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f36a6c07eb0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:07,535 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:07,538 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:05:07,538 INFO program/MainThread: stderr[62]: 2024-03-01 21:05:07,538 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:05:07,542 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:07,542 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:05:07,545 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-uuid/168a786a-72c5-4fac-bd22-45399d1ae7e1 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt ' '/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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt', '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': '168a786a-72c5-4fac-bd22-45399d1ae7e1', 'ID_FS_UUID_ENC': '168a786a-72c5-4fac-bd22-45399d1ae7e1', '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': '547502465'} ; 2024-03-01 21:05:07,545 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:07,545 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,548 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:05:07,548 INFO program/MainThread: stderr[63]: 2024-03-01 21:05:07,548 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:05:07,548 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,550 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:05:07,551 INFO program/MainThread: stderr[64]: 2024-03-01 21:05:07,551 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:05:07,551 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,553 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:05:07,553 INFO program/MainThread: stderr[65]: 2024-03-01 21:05:07,553 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:05:07,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:05:07,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,565 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,566 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,561 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c49dc0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f36a6c07eb0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:07,567 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:07,570 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:05:07,570 INFO program/MainThread: stderr[66]: 2024-03-01 21:05:07,570 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:05:07,574 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:07,574 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:05:07,577 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/524360e4-de84-4667-b3fc-d6022232f6ef ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz ' '/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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz', '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': '524360e4-de84-4667-b3fc-d6022232f6ef', 'ID_FS_UUID_ENC': '524360e4-de84-4667-b3fc-d6022232f6ef', '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': '548484573'} ; 2024-03-01 21:05:07,577 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:07,577 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,580 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:05:07,580 INFO program/MainThread: stderr[67]: 2024-03-01 21:05:07,580 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:05:07,580 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,583 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:05:07,583 INFO program/MainThread: stderr[68]: 2024-03-01 21:05:07,583 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:05:07,583 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,585 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:05:07,586 INFO program/MainThread: stderr[69]: 2024-03-01 21:05:07,586 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:05:07,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:05:07,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,597 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,599 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,593 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a820c280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7f36a6c07eb0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:07,599 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:07,603 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:05:07,603 INFO program/MainThread: stderr[70]: 2024-03-01 21:05:07,603 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:05:07,607 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:07,607 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:05:07,610 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8 ' '/dev/disk/by-uuid/d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f ' '/dev/test_vg3/lv5 /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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8', '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': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', 'ID_FS_UUID_ENC': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', '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': '549582903'} ; 2024-03-01 21:05:07,610 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:07,610 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:07,613 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:05:07,613 INFO program/MainThread: stderr[71]: 2024-03-01 21:05:07,613 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:05:07,613 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:07,615 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:05:07,616 INFO program/MainThread: stderr[72]: 2024-03-01 21:05:07,616 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:05:07,616 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:07,618 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:05:07,618 INFO program/MainThread: stderr[73]: 2024-03-01 21:05:07,618 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:05:07,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:05:07,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,630 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:07,631 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:07,626 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c18250) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7f36a6c07eb0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:07,632 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:07,634 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:05:07,634 INFO program/MainThread: stderr[74]: 2024-03-01 21:05:07,635 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:05:07,638 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:07,638 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:05:07,641 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/8e7641ea-6312-42b7-8b44-465fbfdc63d8 ' '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ ' '/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-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ', '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': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', 'ID_FS_UUID_ENC': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', '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': '551428880'} ; 2024-03-01 21:05:07,641 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:07,642 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:07,644 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:05:07,644 INFO program/MainThread: stderr[75]: 2024-03-01 21:05:07,644 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:05:07,644 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:07,647 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:05:07,647 INFO program/MainThread: stderr[76]: 2024-03-01 21:05:07,647 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:05:07,647 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:07,649 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:05:07,650 INFO program/MainThread: stderr[77]: 2024-03-01 21:05:07,650 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:05:07,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:05:07,659 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:07,660 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:07,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:07,661 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:07,657 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6bfea00) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7f36a6c74c70) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:07,662 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:07,665 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:05:07,665 INFO program/MainThread: stderr[78]: 2024-03-01 21:05:07,665 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:05:07,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:07,669 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:05:07,671 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/94093608-550f-4c84-be9e-9dc62df17e09 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '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-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2', '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': '94093608-550f-4c84-be9e-9dc62df17e09', 'ID_FS_UUID_ENC': '94093608-550f-4c84-be9e-9dc62df17e09', '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': '551886665'} ; 2024-03-01 21:05:07,671 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:07,672 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:07,674 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:05:07,675 INFO program/MainThread: stderr[79]: 2024-03-01 21:05:07,675 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:05:07,675 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:07,677 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:05:07,677 INFO program/MainThread: stderr[80]: 2024-03-01 21:05:07,677 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:05:07,677 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:07,680 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:05:07,680 INFO program/MainThread: stderr[81]: 2024-03-01 21:05:07,680 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:05:07,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:05:07,690 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:07,691 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:07,691 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:07,692 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:07,688 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6bfe2e0) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f36a6c74c70) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:07,692 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:07,696 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:05:07,696 INFO program/MainThread: stderr[82]: 2024-03-01 21:05:07,696 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:05:07,700 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:07,700 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:05:07,703 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH ' '/dev/disk/by-uuid/f113a188-426e-48f5-8ef6-44c4dd202b6d ' '/dev/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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH', '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': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', 'ID_FS_UUID_ENC': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', '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': '553545620'} ; 2024-03-01 21:05:07,703 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:07,703 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:07,706 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:05:07,706 INFO program/MainThread: stderr[83]: 2024-03-01 21:05:07,706 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:05:07,707 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:07,709 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:05:07,709 INFO program/MainThread: stderr[84]: 2024-03-01 21:05:07,709 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:05:07,709 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:07,712 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:05:07,712 INFO program/MainThread: stderr[85]: 2024-03-01 21:05:07,712 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:05:07,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:05:07,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:07,722 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:07,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:07,723 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:07,719 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c5adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7f36a6d0c6a0) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:07,724 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:07,727 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:05:07,727 INFO program/MainThread: stderr[86]: 2024-03-01 21:05:07,727 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:05:07,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:07,731 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:05:07,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/e24e65ef-08ca-4b29-acff-c4d9bc3077e1 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc', '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': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', 'ID_FS_UUID_ENC': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', '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': '554003607'} ; 2024-03-01 21:05:07,734 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:07,734 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:07,737 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:05:07,737 INFO program/MainThread: stderr[87]: 2024-03-01 21:05:07,737 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:05:07,737 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:07,740 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:05:07,740 INFO program/MainThread: stderr[88]: 2024-03-01 21:05:07,740 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:05:07,740 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:07,742 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:05:07,743 INFO program/MainThread: stderr[89]: 2024-03-01 21:05:07,743 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:05:07,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:05:07,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:07,753 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:07,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:07,754 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:07,750 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f36a6c5af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7f36a6d0c6a0) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:07,755 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:07,758 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:05:07,758 INFO program/MainThread: stderr[90]: 2024-03-01 21:05:07,758 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:05:07,762 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:07,762 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:05:07,762 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:07,776 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:07,793 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:05:07,794 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:05:07,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:07,807 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:05:07,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:07,817 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:05:07,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:07,828 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:05:07,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:07,839 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:05:07,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:07,850 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:05:07,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:07,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:07,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:07,861 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:05:10,934 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ntw87xfw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:05:10,968 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:10,968 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:05:10,971 INFO program/MainThread: stdout[2]: 2024-03-01 21:05:10,971 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:05:10,971 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:05:10,972 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:05:10,976 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:10,976 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:05:10,980 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:10,980 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:05:10,983 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:10,983 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:05:10,985 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:10,986 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:05:10,996 INFO program/MainThread: stdout: 2024-03-01 21:05:10,996 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:05:10,996 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV 2024-03-01 21:05:10,996 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d 2024-03-01 21:05:10,996 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD 2024-03-01 21:05:10,996 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d 2024-03-01 21:05:10,996 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e24e65ef-08ca-4b29-acff-c4d9bc3077e1 2024-03-01 21:05:10,996 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w 2024-03-01 21:05:10,996 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 2024-03-01 21:05:10,997 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8e7641ea-6312-42b7-8b44-465fbfdc63d8 2024-03-01 21:05:10,997 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 94093608-550f-4c84-be9e-9dc62df17e09 2024-03-01 21:05:10,997 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll 2024-03-01 21:05:10,997 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic 2024-03-01 21:05:10,997 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ 2024-03-01 21:05:10,997 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs eebedb19-7535-4bc2-bcc9-fdd2519210e2 2024-03-01 21:05:10,997 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 168a786a-72c5-4fac-bd22-45399d1ae7e1 2024-03-01 21:05:10,997 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef 2024-03-01 21:05:10,997 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk 2024-03-01 21:05:10,997 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef 2024-03-01 21:05:10,997 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc 2024-03-01 21:05:10,997 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f 2024-03-01 21:05:10,997 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk 2024-03-01 21:05:10,997 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f 2024-03-01 21:05:10,997 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:05:10,997 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:05:10,997 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:05:10,997 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:10,997 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:10,997 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d sdb 1073741824 root disk brw-rw---- LVM2_member ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f113a188-426e-48f5-8ef6-44c4dd202b6d `-test_vg1-lv1 482344960 root disk brw-rw---- xfs e24e65ef-08ca-4b29-acff-c4d9bc3077e1 sdc 1073741824 root disk brw-rw---- LVM2_member LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w sdd 1073741824 root disk brw-rw---- LVM2_member 0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8e7641ea-6312-42b7-8b44-465fbfdc63d8 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 94093608-550f-4c84-be9e-9dc62df17e09 sde 1073741824 root disk brw-rw---- LVM2_member g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll sdf 1073741824 root disk brw-rw---- LVM2_member ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic sdg 1073741824 root disk brw-rw---- LVM2_member r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ |-test_vg3-lv8 427819008 root disk brw-rw---- xfs eebedb19-7535-4bc2-bcc9-fdd2519210e2 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 168a786a-72c5-4fac-bd22-45399d1ae7e1 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef sdh 1073741824 root disk brw-rw---- LVM2_member o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 524360e4-de84-4667-b3fc-d6022232f6ef sdi 1073741824 root disk brw-rw---- LVM2_member VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f sdj 1073741824 root disk brw-rw---- LVM2_member eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:10,997 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:10,998 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:10,998 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:05:10,998 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:10,998 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:05:10,998 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:05:10,998 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:11,011 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:11,027 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:05:11,031 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ec4223eea0304e65825221874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-id/lvm-pv-uuid-lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd ' '/dev/disk/by-id/scsi-36001405ec4223eea0304e65825221874', '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': 'lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV', 'ID_FS_UUID_ENC': 'lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV', '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': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'ID_SERIAL': '36001405ec4223eea0304e65825221874', 'ID_SERIAL_SHORT': '6001405ec4223eea0304e65825221874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ec4223eea', 'ID_WWN_VENDOR_EXTENSION': '0x0304e65825221874', 'ID_WWN_WITH_EXTENSION': '0x6001405ec4223eea0304e65825221874', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ec4223eea0304e65825221874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ec4223ee-a030-4e65-8252-21874724e1bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324197924'} ; 2024-03-01 21:05:11,031 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:05:11,032 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:05:11,068 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:11,069 INFO program/MainThread: stderr[3]: 2024-03-01 21:05:11,069 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:05:11,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,080 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:05:11,082 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:05:11,087 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:05:11,087 INFO blivet/MainThread: sda is a disk 2024-03-01 21:05:11,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:05:11,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:05:11,091 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:05:11,094 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:05:11,095 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:05:11,098 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:05:11,098 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:05:11,098 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:05:11,099 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd602d9b700) -- 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 = 6001405ec4223eea0304e65825221874 2024-03-01 21:05:11,102 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:05:11,105 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:11,106 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:05:11,109 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:11,109 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:05:11,112 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,112 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:05:11,116 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,116 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:05:11,119 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:05:11,119 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:05:11,119 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:11,153 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:11,154 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD. WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:11,154 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:05:11,154 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:05:11,158 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV ; label: None ; device: /dev/sda ; serial: 36001405ec4223eea0304e65825221874 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; pe_start: 8 MiB ; 2024-03-01 21:05:11,158 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:05:11,161 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:05:11,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:11,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,173 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:11,207 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:11,208 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD. WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:11,208 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:05:11,208 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:11,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:05:11,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:05:11,217 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:11,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:05:11,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:05:11,220 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:11,253 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:11,253 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD. WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:11,253 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:05:11,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:05:11,258 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:05:11,261 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:05:11,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:11,267 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:11,267 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:11,270 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/lvm-pv-uuid-ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD ' '/dev/disk/by-id/wwn-0x6001405a24ab61129dd432597d7defd7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a24ab611-29dd-4325-97d7-defd73cc8069 ' '/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': 'ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD', 'ID_FS_UUID_ENC': 'ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD', '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': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'ID_SERIAL': '36001405a24ab61129dd432597d7defd7', 'ID_SERIAL_SHORT': '6001405a24ab61129dd432597d7defd7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24ab6112', 'ID_WWN_VENDOR_EXTENSION': '0x9dd432597d7defd7', 'ID_WWN_WITH_EXTENSION': '0x6001405a24ab61129dd432597d7defd7', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a24ab61129dd432597d7defd7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a24ab611-29dd-4325-97d7-defd73cc8069', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324165940'} ; 2024-03-01 21:05:11,270 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:05:11,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,281 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:05:11,281 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:05:11,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:05:11,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:05:11,284 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:05:11,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:05:11,288 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:05:11,290 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:05:11,291 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:05:11,291 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:05:11,291 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601c3a970) -- 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 = 6001405a24ab61129dd432597d7defd7 2024-03-01 21:05:11,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:05:11,297 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:11,297 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:05:11,300 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:11,300 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:05:11,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:05:11,306 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,306 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:05:11,309 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:05:11,309 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:05:11,309 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:11,345 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:11,345 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). 2024-03-01 21:05:11,345 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:05:11,346 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:05:11,349 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD ; label: None ; device: /dev/sdb ; serial: 36001405a24ab61129dd432597d7defd7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:05:11,350 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:05:11,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:05:11,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:11,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:05:11,364 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:11,366 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:05:11,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:11,372 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:11,402 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:11,402 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w. WARNING: VG test_vg1 is missing PV LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w (last written to /dev/sdc). 2024-03-01 21:05:11,403 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:05:11,403 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:11,403 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:11,407 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405940b9327774641f8abf1d611d ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_940b9327-7746-41f8-abf1-d611d0a0f968 ' '/dev/disk/by-id/wwn-0x6001405940b9327774641f8abf1d611d', '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': '940b9327-7746-41f8-abf1-d611d0a0f968', 'ID_SERIAL': '36001405940b9327774641f8abf1d611d', 'ID_SERIAL_SHORT': '6001405940b9327774641f8abf1d611d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405940b93277', 'ID_WWN_VENDOR_EXTENSION': '0x74641f8abf1d611d', 'ID_WWN_WITH_EXTENSION': '0x6001405940b9327774641f8abf1d611d', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405940b9327774641f8abf1d611d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '940b9327-7746-41f8-abf1-d611d0a0f968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325003913'} ; 2024-03-01 21:05:11,407 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:05:11,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,418 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:05:11,419 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:05:11,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:05:11,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:05:11,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:05:11,424 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:05:11,425 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:05:11,427 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:05:11,428 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:05:11,428 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:05:11,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601bc5850) -- 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 = 6001405940b9327774641f8abf1d611d 2024-03-01 21:05:11,432 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:05:11,432 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:05:11,435 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_bcd7e189-3117-4989-990b-773a58537407 ' '/dev/disk/by-id/wwn-0x6001405bcd7e18931174989990b773a5 ' '/dev/disk/by-id/scsi-36001405bcd7e18931174989990b773a5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407 ' '/dev/disk/by-diskseq/13', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'bcd7e189-3117-4989-990b-773a58537407', 'ID_SERIAL': '36001405bcd7e18931174989990b773a5', 'ID_SERIAL_SHORT': '6001405bcd7e18931174989990b773a5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bcd7e1893', 'ID_WWN_VENDOR_EXTENSION': '0x1174989990b773a5', 'ID_WWN_WITH_EXTENSION': '0x6001405bcd7e18931174989990b773a5', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bcd7e18931174989990b773a5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bcd7e189-3117-4989-990b-773a58537407', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '325056166'} ; 2024-03-01 21:05:11,435 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:05:11,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,445 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:05:11,446 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:05:11,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:05:11,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:05:11,449 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:05:11,452 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:05:11,452 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:05:11,455 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:05:11,455 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:05:11,455 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:05:11,455 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601bc5760) -- 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 = 6001405bcd7e18931174989990b773a5 2024-03-01 21:05:11,458 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:05:11,458 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:05:11,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-id/scsi-3600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-id/lvm-pv-uuid-LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d ' '/dev/disk/by-id/wwn-0x600140592ce1123c39d413093eb5c323 ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w', 'ID_FS_UUID_ENC': 'LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w', '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': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'ID_SERIAL': '3600140592ce1123c39d413093eb5c323', 'ID_SERIAL_SHORT': '600140592ce1123c39d413093eb5c323', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140592ce1123c', 'ID_WWN_VENDOR_EXTENSION': '0x39d413093eb5c323', 'ID_WWN_WITH_EXTENSION': '0x600140592ce1123c39d413093eb5c323', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140592ce1123c39d413093eb5c323', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '92ce1123-c39d-4130-93eb-5c32370ffe8d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324251937'} ; 2024-03-01 21:05:11,462 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:05:11,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,472 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:05:11,473 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:05:11,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:05:11,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:05:11,476 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:05:11,479 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:05:11,479 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:05:11,481 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:05:11,482 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:05:11,482 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:05:11,482 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601bda070) -- 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 = 600140592ce1123c39d413093eb5c323 2024-03-01 21:05:11,485 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:05:11,488 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:11,488 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:05:11,491 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:11,491 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:05:11,494 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,494 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:05:11,497 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,497 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:05:11,500 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:05:11,500 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:05:11,500 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:11,537 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:11,538 INFO program/MainThread: stderr[9]: 2024-03-01 21:05:11,538 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:05:11,538 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:05:11,542 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w ; label: None ; device: /dev/sdc ; serial: 3600140592ce1123c39d413093eb5c323 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:11,542 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:05:11,545 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:05:11,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:11,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:05:11,557 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:11,559 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:05:11,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:11,565 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:11,611 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:11,611 INFO program/MainThread: stderr[10]: 2024-03-01 21:05:11,611 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:05:11,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:11,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:05:11,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:11,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:05:11,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:11,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:11,634 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:11,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:11,637 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:11,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:05:11,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:05:11,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:11,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:05:11,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:11,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:11,650 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:11,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:11,653 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:11,654 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:05:11,654 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:05:11,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:11,657 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:11,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:11,660 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:11,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e24e65ef-08ca-4b29-acff-c4d9bc3077e1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc ' '/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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc', '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': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', 'ID_FS_UUID_ENC': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', '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': '554003607'} ; 2024-03-01 21:05:11,664 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:11,665 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:11,668 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:05:11,668 INFO program/MainThread: stderr[11]: 2024-03-01 21:05:11,668 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:05:11,668 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:11,670 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:05:11,671 INFO program/MainThread: stderr[12]: 2024-03-01 21:05:11,671 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:05:11,671 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:11,673 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:05:11,673 INFO program/MainThread: stderr[13]: 2024-03-01 21:05:11,673 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:05:11,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:05:11,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:11,683 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:11,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:11,684 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:11,680 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:11,684 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:11,687 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:05:11,687 INFO program/MainThread: stderr[14]: 2024-03-01 21:05:11,687 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:05:11,691 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:11,694 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:11,694 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:05:11,697 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:11,697 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:05:11,701 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,701 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:05:11,704 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:05:11,705 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:05:11,706 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:05:11,709 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:11,709 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:05:11,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:05:11,712 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:11,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:11,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:05:11,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:11,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:05:11,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:11,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:11,734 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:11,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:11,737 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:11,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:05:11,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:05:11,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:11,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:05:11,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:11,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:11,750 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:11,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:11,754 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:11,754 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:05:11,754 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:05:11,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:11,757 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:11,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:11,760 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:11,764 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/f113a188-426e-48f5-8ef6-44c4dd202b6d ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH ' '/dev/mapper/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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH', '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': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', 'ID_FS_UUID_ENC': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', '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': '553545620'} ; 2024-03-01 21:05:11,764 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:11,764 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:11,767 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:05:11,767 INFO program/MainThread: stderr[15]: 2024-03-01 21:05:11,767 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:05:11,767 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:11,770 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:05:11,770 INFO program/MainThread: stderr[16]: 2024-03-01 21:05:11,770 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:05:11,770 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:11,772 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:05:11,773 INFO program/MainThread: stderr[17]: 2024-03-01 21:05:11,773 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:05:11,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:05:11,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:11,783 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:11,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:11,784 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:11,780 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:11,784 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:11,787 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:05:11,787 INFO program/MainThread: stderr[18]: 2024-03-01 21:05:11,787 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:05:11,791 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:11,794 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:11,794 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:05:11,797 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:11,797 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:05:11,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:05:11,804 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,804 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:05:11,804 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:05:11,807 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:11,807 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:05:11,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:05:11,810 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:11,811 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:11,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 ' '/dev/disk/by-id/wwn-0x6001405e5a02f44d4b545eaa55af7add ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e5a02f44-d4b5-45ea-a55a-f7add749bffb ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405e5a02f44d4b545eaa55af7add', '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': '0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7', 'ID_FS_UUID_ENC': '0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7', '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': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'ID_SERIAL': '36001405e5a02f44d4b545eaa55af7add', 'ID_SERIAL_SHORT': '6001405e5a02f44d4b545eaa55af7add', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e5a02f44d', 'ID_WWN_VENDOR_EXTENSION': '0x4b545eaa55af7add', 'ID_WWN_WITH_EXTENSION': '0x6001405e5a02f44d4b545eaa55af7add', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e5a02f44d4b545eaa55af7add', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e5a02f44-d4b5-45ea-a55a-f7add749bffb', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324375336'} ; 2024-03-01 21:05:11,814 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:05:11,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,825 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:05:11,826 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:05:11,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:05:11,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:05:11,829 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:05:11,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:05:11,832 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:05:11,834 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:05:11,835 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:05:11,835 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:05:11,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601bd94c0) -- 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 = 6001405e5a02f44d4b545eaa55af7add 2024-03-01 21:05:11,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:05:11,841 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:11,841 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:05:11,844 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:11,844 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:05:11,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:05:11,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:11,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:05:11,853 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:05:11,853 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:05:11,853 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:11,886 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:11,887 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll. WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:11,887 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:05:11,887 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:05:11,891 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 ; label: None ; device: /dev/sdd ; serial: 36001405e5a02f44d4b545eaa55af7add ; exists: True ; vg_name: test_vg2 ; vg_uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:05:11,892 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:05:11,894 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:05:11,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:11,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:11,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:11,905 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:11,940 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 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=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:11,940 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll. WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:11,940 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:05:11,941 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:11,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:05:11,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:05:11,948 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:11,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:05:11,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:05:11,952 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:11,985 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:11,985 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll. WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:11,985 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:05:11,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:05:11,990 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:05:11,993 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:05:11,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:11,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:11,999 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:11,999 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:12,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/scsi-360014054e55a932c11e4d50a3e0762d7 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_4e55a932-c11e-4d50-a3e0-762d71e0bbff ' '/dev/disk/by-id/wwn-0x60014054e55a932c11e4d50a3e0762d7', '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': 'g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll', 'ID_FS_UUID_ENC': 'g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll', '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': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'ID_SERIAL': '360014054e55a932c11e4d50a3e0762d7', 'ID_SERIAL_SHORT': '60014054e55a932c11e4d50a3e0762d7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e55a932c', 'ID_WWN_VENDOR_EXTENSION': '0x11e4d50a3e0762d7', 'ID_WWN_WITH_EXTENSION': '0x60014054e55a932c11e4d50a3e0762d7', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e55a932c11e4d50a3e0762d7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e55a932-c11e-4d50-a3e0-762d71e0bbff', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324374773'} ; 2024-03-01 21:05:12,002 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:05:12,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,013 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:05:12,014 INFO blivet/MainThread: sde is a disk 2024-03-01 21:05:12,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:05:12,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:05:12,017 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:05:12,019 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:05:12,020 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:05:12,022 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:05:12,023 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:05:12,023 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:05:12,023 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601c8c0d0) -- 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 = 60014054e55a932c11e4d50a3e0762d7 2024-03-01 21:05:12,026 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:05:12,029 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,029 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:05:12,032 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,032 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:05:12,035 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:05:12,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:05:12,041 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:05:12,041 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:05:12,041 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:12,075 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:12,075 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:12,075 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:05:12,075 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:05:12,079 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll ; label: None ; device: /dev/sde ; serial: 360014054e55a932c11e4d50a3e0762d7 ; exists: True ; vg_name: test_vg2 ; vg_uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:12,079 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:05:12,082 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:05:12,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:12,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:05:12,094 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:12,096 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:05:12,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:12,102 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:12,134 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:12,135 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic. WARNING: VG test_vg2 is missing PV ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic (last written to /dev/sdf). 2024-03-01 21:05:12,135 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:05:12,135 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:12,135 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:12,139 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4d684318-4437-4f39-9668-deee2e6236ad ' '/dev/disk/by-id/wwn-0x60014054d68431844374f399668deee2 ' '/dev/disk/by-id/lvm-pv-uuid-ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic ' '/dev/disk/by-id/scsi-360014054d68431844374f399668deee2 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic', 'ID_FS_UUID_ENC': 'ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic', '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': '4d684318-4437-4f39-9668-deee2e6236ad', 'ID_SERIAL': '360014054d68431844374f399668deee2', 'ID_SERIAL_SHORT': '60014054d68431844374f399668deee2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d6843184', 'ID_WWN_VENDOR_EXTENSION': '0x4374f399668deee2', 'ID_WWN_WITH_EXTENSION': '0x60014054d68431844374f399668deee2', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d68431844374f399668deee2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d684318-4437-4f39-9668-deee2e6236ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324524392'} ; 2024-03-01 21:05:12,140 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:05:12,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,151 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:05:12,152 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:05:12,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:05:12,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:05:12,155 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:05:12,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:05:12,158 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:05:12,161 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:05:12,161 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:05:12,161 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:05:12,162 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601c8c070) -- 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 = 60014054d68431844374f399668deee2 2024-03-01 21:05:12,165 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:05:12,168 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,168 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:05:12,171 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,171 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:05:12,174 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,174 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:05:12,177 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,177 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:05:12,179 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:05:12,180 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:05:12,180 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:12,217 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:12,218 INFO program/MainThread: stderr[24]: 2024-03-01 21:05:12,218 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:05:12,218 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:05:12,222 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic ; label: None ; device: /dev/sdf ; serial: 360014054d68431844374f399668deee2 ; exists: True ; vg_name: test_vg2 ; vg_uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:12,222 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:05:12,225 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:05:12,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:12,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:05:12,237 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:12,239 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:05:12,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:12,245 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:12,297 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:12,297 INFO program/MainThread: stderr[25]: 2024-03-01 21:05:12,298 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:05:12,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:12,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:05:12,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:12,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:05:12,317 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:12,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:12,321 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:12,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:12,324 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:12,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:05:12,327 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:05:12,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:12,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:05:12,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:12,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:12,337 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:12,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:12,340 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:12,341 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:05:12,341 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:05:12,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:12,344 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:12,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:12,348 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:12,351 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/94093608-550f-4c84-be9e-9dc62df17e09 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2', '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': '94093608-550f-4c84-be9e-9dc62df17e09', 'ID_FS_UUID_ENC': '94093608-550f-4c84-be9e-9dc62df17e09', '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': '551886665'} ; 2024-03-01 21:05:12,351 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:12,351 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:12,354 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:05:12,355 INFO program/MainThread: stderr[26]: 2024-03-01 21:05:12,355 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:05:12,355 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:12,357 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:05:12,357 INFO program/MainThread: stderr[27]: 2024-03-01 21:05:12,357 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:05:12,357 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:12,360 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:05:12,360 INFO program/MainThread: stderr[28]: 2024-03-01 21:05:12,360 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:05:12,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:05:12,369 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:12,370 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:12,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:12,371 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:12,367 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:12,371 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:12,374 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:05:12,374 INFO program/MainThread: stderr[29]: 2024-03-01 21:05:12,374 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:05:12,378 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:12,381 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,381 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:05:12,384 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,384 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:05:12,387 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:05:12,391 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,391 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:05:12,391 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:05:12,395 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:12,395 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:05:12,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:05:12,398 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:12,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:12,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:05:12,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:12,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:05:12,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:12,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:12,419 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:12,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:12,423 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:12,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:05:12,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:05:12,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:12,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:05:12,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:12,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:12,435 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:12,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:12,439 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:12,439 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:05:12,439 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:05:12,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:12,442 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:12,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:12,445 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:12,449 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/8e7641ea-6312-42b7-8b44-465fbfdc63d8 ' '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ ' '/dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ', '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': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', 'ID_FS_UUID_ENC': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', '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': '551428880'} ; 2024-03-01 21:05:12,449 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:12,449 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:12,452 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:05:12,453 INFO program/MainThread: stderr[30]: 2024-03-01 21:05:12,453 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:05:12,453 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:12,455 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:05:12,455 INFO program/MainThread: stderr[31]: 2024-03-01 21:05:12,455 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:05:12,456 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:12,458 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:05:12,458 INFO program/MainThread: stderr[32]: 2024-03-01 21:05:12,458 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:05:12,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:05:12,468 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:12,468 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:12,469 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:12,469 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:12,465 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:12,470 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:12,473 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:05:12,473 INFO program/MainThread: stderr[33]: 2024-03-01 21:05:12,473 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:05:12,477 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:12,481 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,481 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:05:12,484 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,484 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:05:12,487 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,487 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:05:12,490 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,491 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:05:12,491 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:05:12,494 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:12,494 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:05:12,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:05:12,497 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:12,497 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:12,500 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f83194aeffcf45b394f46abfb ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-id/lvm-pv-uuid-r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad ' '/dev/disk/by-id/wwn-0x6001405f83194aeffcf45b394f46abfb', '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': 'r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ', 'ID_FS_UUID_ENC': 'r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ', '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': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'ID_SERIAL': '36001405f83194aeffcf45b394f46abfb', 'ID_SERIAL_SHORT': '6001405f83194aeffcf45b394f46abfb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f83194aef', 'ID_WWN_VENDOR_EXTENSION': '0xfcf45b394f46abfb', 'ID_WWN_WITH_EXTENSION': '0x6001405f83194aeffcf45b394f46abfb', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f83194aeffcf45b394f46abfb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f83194ae-ffcf-45b3-94f4-6abfb9f2d0ad', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324611945'} ; 2024-03-01 21:05:12,500 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:05:12,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,512 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:05:12,513 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:05:12,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:05:12,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:05:12,516 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:05:12,519 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:05:12,519 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:05:12,522 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:05:12,522 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:05:12,522 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:05:12,522 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601bd9160) -- 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 = 6001405f83194aeffcf45b394f46abfb 2024-03-01 21:05:12,525 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:05:12,528 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,528 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:05:12,531 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,531 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:05:12,534 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,534 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:05:12,537 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,537 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:05:12,540 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:05:12,540 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:05:12,540 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:12,573 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:12,573 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk. WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:12,573 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:05:12,574 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:05:12,578 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ ; label: None ; device: /dev/sdg ; serial: 36001405f83194aeffcf45b394f46abfb ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:05:12,578 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:05:12,581 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:05:12,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:12,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,592 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:12,633 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 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=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:12,633 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk. WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:12,633 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:05:12,633 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:12,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:05:12,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:05:12,641 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:12,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:05:12,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:05:12,644 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:12,695 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:12,696 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk. WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:12,696 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:05:12,700 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:05:12,701 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:05:12,703 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:05:12,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:12,709 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:12,709 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:12,712 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/lvm-pv-uuid-o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk ' '/dev/disk/by-id/scsi-360014050a7f1aebd5464d6f9b88bf06d ' '/dev/disk/by-id/wwn-0x60014050a7f1aebd5464d6f9b88bf06d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', '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': 'o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk', 'ID_FS_UUID_ENC': 'o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk', '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': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'ID_SERIAL': '360014050a7f1aebd5464d6f9b88bf06d', 'ID_SERIAL_SHORT': '60014050a7f1aebd5464d6f9b88bf06d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a7f1aebd', 'ID_WWN_VENDOR_EXTENSION': '0x5464d6f9b88bf06d', 'ID_WWN_WITH_EXTENSION': '0x60014050a7f1aebd5464d6f9b88bf06d', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a7f1aebd5464d6f9b88bf06d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a7f1aeb-d546-4d6f-9b88-bf06d629dbf6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324713187'} ; 2024-03-01 21:05:12,712 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:05:12,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,724 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:05:12,725 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:05:12,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:05:12,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:05:12,727 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:05:12,730 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:05:12,730 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:05:12,733 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:05:12,734 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:05:12,734 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:05:12,734 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601c8c5b0) -- 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 = 60014050a7f1aebd5464d6f9b88bf06d 2024-03-01 21:05:12,737 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:05:12,740 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,740 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:05:12,743 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,743 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:05:12,746 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,746 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:05:12,749 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,749 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:05:12,752 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:05:12,752 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:05:12,752 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdc ... 2024-03-01 21:05:12,792 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:12,793 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:12,793 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:05:12,793 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:05:12,797 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk ; label: None ; device: /dev/sdh ; serial: 360014050a7f1aebd5464d6f9b88bf06d ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; 2024-03-01 21:05:12,797 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:05:12,800 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:05:12,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:12,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:05:12,811 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:12,814 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:05:12,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:12,820 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdc ... 2024-03-01 21:05:12,852 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:12,852 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc. WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:12,852 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:05:12,853 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:12,853 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:12,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c7bb34f8-18d0-49a2-8557-3df34e48d99c ' '/dev/disk/by-id/lvm-pv-uuid-VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc ' '/dev/disk/by-id/wwn-0x6001405c7bb34f818d049a285573df34 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c7bb34f818d049a285573df34 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c', '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': 'VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc', 'ID_FS_UUID_ENC': 'VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc', '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': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'ID_SERIAL': '36001405c7bb34f818d049a285573df34', 'ID_SERIAL_SHORT': '6001405c7bb34f818d049a285573df34', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7bb34f81', 'ID_WWN_VENDOR_EXTENSION': '0x8d049a285573df34', 'ID_WWN_WITH_EXTENSION': '0x6001405c7bb34f818d049a285573df34', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7bb34f818d049a285573df34', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7bb34f8-18d0-49a2-8557-3df34e48d99c', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324767197'} ; 2024-03-01 21:05:12,857 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:05:12,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:05:12,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:12,869 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:05:12,870 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:05:12,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:05:12,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:05:12,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:05:12,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:05:12,876 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:05:12,879 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:05:12,879 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:05:12,879 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:05:12,879 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601b91040) -- 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 = 6001405c7bb34f818d049a285573df34 2024-03-01 21:05:12,882 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:05:12,885 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:12,885 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:05:12,888 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:12,888 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:05:12,891 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,892 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:05:12,894 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:12,895 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:05:12,897 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:05:12,897 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:05:12,897 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdc ... 2024-03-01 21:05:12,939 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:12,939 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:12,939 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:05:12,939 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:05:12,943 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc ; label: None ; device: /dev/sdi ; serial: 36001405c7bb34f818d049a285573df34 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; 2024-03-01 21:05:12,943 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:05:12,947 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:05:12,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:12,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:05:12,958 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:12,961 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:05:12,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:12,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:12,967 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdc ... 2024-03-01 21:05:13,007 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:13,008 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk. WARNING: VG test_vg3 is missing PV eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:13,008 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:05:13,008 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:13,008 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:13,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-id/scsi-3600140597dfa7fd4bb64b29840f2ca91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_97dfa7fd-4bb6-4b29-840f-2ca9130ce728 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140597dfa7fd4bb64b29840f2ca91', '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': 'eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk', 'ID_FS_UUID_ENC': 'eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk', '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': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'ID_SERIAL': '3600140597dfa7fd4bb64b29840f2ca91', 'ID_SERIAL_SHORT': '600140597dfa7fd4bb64b29840f2ca91', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597dfa7fd4', 'ID_WWN_VENDOR_EXTENSION': '0xbb64b29840f2ca91', 'ID_WWN_WITH_EXTENSION': '0x600140597dfa7fd4bb64b29840f2ca91', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597dfa7fd4bb64b29840f2ca91', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_PORT_NAME': 'naa.50014053b61c22ff,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97dfa7fd-4bb6-4b29-840f-2ca9130ce728', 'SCSI_IDENT_TARGET_NAME': 'naa.50014053b61c22ff', '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': '324881853'} ; 2024-03-01 21:05:13,013 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:05:13,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,025 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:05:13,025 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:05:13,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:05:13,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:05:13,028 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:05:13,031 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:05:13,031 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:05:13,034 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:05:13,035 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:05:13,035 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:05:13,035 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601b94d60) -- 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 = 600140597dfa7fd4bb64b29840f2ca91 2024-03-01 21:05:13,038 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:05:13,041 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,041 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:05:13,044 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,044 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:05:13,047 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,047 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:05:13,050 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,050 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:05:13,053 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:05:13,053 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:05:13,053 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/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:13,089 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=lVLFvA-dmP8-e8In-L2Ri-hJ79-cCZX-RMAjcV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ClYKiv-m42i-keFC-IRPy-m4yC-2tAF-KF4LcD LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LHoqMV-pByi-YbMR-tKTJ-fN8r-rRbu-D5zT3w LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=0tFVzC-GH0d-KsVh-IRX6-Vbq4-2J1N-wIGYH7 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=g1NERm-weBz-I5PJ-jGNp-xXGb-lMzM-SCKfll LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=ytsgOb-jYPi-AhKK-oWdS-g0xQ-WPDg-jc1Sic LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww LVM2_VG_SIZE=3196059648 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=r0vzel-RNTu-hNq3-wOES-ZqZ5-Wke6-rrwkXZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=o9MfA9-285W-nxr3-rm0U-9fmN-oyQW-f85cQk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=VJrCFn-lDCh-odWU-c4ji-9HfM-0T1F-G4PXVc LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf 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=eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:13,089 INFO program/MainThread: stderr[41]: 2024-03-01 21:05:13,089 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:05:13,089 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:05:13,093 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eloJ4M-YsgQ-kNLj-BJyd-qlPW-rrdH-OGDoNk ; label: None ; device: /dev/sdj ; serial: 3600140597dfa7fd4bb64b29840f2ca91 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:05:13,093 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:05:13,096 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:05:13,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:13,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:13,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:05:13,108 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:13,111 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:05:13,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf ; incomplete: True ; hidden: False ; 2024-03-01 21:05:13,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:13,117 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/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:13,156 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 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=OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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=T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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=VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:13,157 INFO program/MainThread: stderr[42]: 2024-03-01 21:05:13,157 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:05:13,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:13,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:05:13,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:13,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:05:13,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:13,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:13,180 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:13,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:13,184 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:13,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:05:13,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:05:13,190 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:13,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:05:13,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:13,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:13,196 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:13,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:13,200 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:13,200 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:05:13,200 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:05:13,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:13,203 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:13,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:13,206 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:13,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8 ' '/dev/mapper/test_vg3-lv5 /dev/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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8', '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': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', 'ID_FS_UUID_ENC': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', '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': '549582903'} ; 2024-03-01 21:05:13,210 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:13,210 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,213 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:05:13,213 INFO program/MainThread: stderr[43]: 2024-03-01 21:05:13,213 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:05:13,213 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,216 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:05:13,216 INFO program/MainThread: stderr[44]: 2024-03-01 21:05:13,216 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:05:13,216 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,218 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:05:13,219 INFO program/MainThread: stderr[45]: 2024-03-01 21:05:13,219 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:05:13,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:05:13,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,230 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:13,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,231 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:13,227 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:13,231 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,234 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:05:13,234 INFO program/MainThread: stderr[46]: 2024-03-01 21:05:13,234 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:05:13,238 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:13,241 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,241 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:05:13,244 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,245 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:05:13,248 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,248 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:05:13,251 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,251 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:05:13,251 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:05:13,254 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:13,255 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:05:13,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:05:13,258 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:13,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:13,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:05:13,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:13,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:05:13,286 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:13,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:13,290 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:13,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:13,293 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:13,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:05:13,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:05:13,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:13,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:05:13,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:13,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:13,306 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:13,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:13,309 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:13,309 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:05:13,310 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:05:13,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:13,313 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:13,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:13,316 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:13,319 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/524360e4-de84-4667-b3fc-d6022232f6ef', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz', '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': '524360e4-de84-4667-b3fc-d6022232f6ef', 'ID_FS_UUID_ENC': '524360e4-de84-4667-b3fc-d6022232f6ef', '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': '548484573'} ; 2024-03-01 21:05:13,319 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:13,319 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,323 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:05:13,323 INFO program/MainThread: stderr[47]: 2024-03-01 21:05:13,323 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:05:13,323 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,326 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:05:13,326 INFO program/MainThread: stderr[48]: 2024-03-01 21:05:13,326 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:05:13,326 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,328 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:05:13,329 INFO program/MainThread: stderr[49]: 2024-03-01 21:05:13,329 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:05:13,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:05:13,339 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,340 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:13,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,341 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:13,337 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- name = test_vg3 status = True 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:13,342 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,345 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:05:13,345 INFO program/MainThread: stderr[50]: 2024-03-01 21:05:13,345 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:05:13,349 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:13,352 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,352 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:05:13,355 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,355 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:05:13,359 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,359 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:05:13,362 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:05:13,362 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:05:13,365 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:13,365 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:05:13,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:05:13,368 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:13,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:13,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:05:13,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:13,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:05:13,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:13,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:13,390 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:13,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:13,394 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:13,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:05:13,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:05:13,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:13,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:05:13,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:13,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:13,407 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:13,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:13,411 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:13,411 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:05:13,411 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:05:13,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:13,414 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:13,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:13,417 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:13,420 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/168a786a-72c5-4fac-bd22-45399d1ae7e1 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt', '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': '168a786a-72c5-4fac-bd22-45399d1ae7e1', 'ID_FS_UUID_ENC': '168a786a-72c5-4fac-bd22-45399d1ae7e1', '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': '547502465'} ; 2024-03-01 21:05:13,421 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:13,421 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,424 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:05:13,424 INFO program/MainThread: stderr[51]: 2024-03-01 21:05:13,424 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:05:13,424 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,427 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:05:13,427 INFO program/MainThread: stderr[52]: 2024-03-01 21:05:13,427 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:05:13,427 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,429 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:05:13,430 INFO program/MainThread: stderr[53]: 2024-03-01 21:05:13,430 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:05:13,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:05:13,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,441 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:13,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,442 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:13,437 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:13,443 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,446 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:05:13,446 INFO program/MainThread: stderr[54]: 2024-03-01 21:05:13,446 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:05:13,450 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:13,453 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,454 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:05:13,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:05:13,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:05:13,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:05:13,464 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:05:13,467 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:13,467 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:05:13,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:05:13,470 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:13,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:13,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:05:13,485 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:13,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:05:13,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:13,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:13,492 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:13,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:13,496 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:13,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:05:13,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:05:13,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:13,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:05:13,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:13,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:13,508 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:13,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:13,512 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:13,512 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:05:13,512 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:05:13,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:13,515 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:13,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:13,519 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:13,522 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/eebedb19-7535-4bc2-bcc9-fdd2519210e2 ' '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ', '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': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', 'ID_FS_UUID_ENC': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', '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': '546992743'} ; 2024-03-01 21:05:13,522 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:13,522 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,526 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:05:13,526 INFO program/MainThread: stderr[55]: 2024-03-01 21:05:13,526 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:05:13,526 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,528 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:05:13,529 INFO program/MainThread: stderr[56]: 2024-03-01 21:05:13,529 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:05:13,529 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,531 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:05:13,531 INFO program/MainThread: stderr[57]: 2024-03-01 21:05:13,531 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:05:13,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:05:13,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,543 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,544 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,539 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:13,545 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,548 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:05:13,548 INFO program/MainThread: stderr[58]: 2024-03-01 21:05:13,548 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:05:13,552 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:13,555 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,555 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:05:13,558 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,558 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:05:13,562 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,562 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:05:13,565 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,565 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:05:13,565 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:05:13,568 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:13,568 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:05:13,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:05:13,572 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:13,572 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:13,575 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': '13933868'} ; 2024-03-01 21:05:13,575 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:05:13,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,586 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:05:13,586 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:05:13,586 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:05:13,586 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:05:13,586 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:05:13,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:05:13,589 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:05:13,592 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:05:13,592 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:05:13,595 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:05:13,596 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:05:13,596 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:05:13,596 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd601b7fb20) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:05:13,599 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:05:13,602 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,602 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:05:13,605 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,605 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:05:13,608 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,608 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:05:13,611 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,611 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:05:13,614 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:05:13,617 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:05:13,620 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:05:13,626 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 0x7fd601ca8cc0> 2024-03-01 21:05:13,669 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:05:13,673 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:05:13,673 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:05:13,676 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': '13936829'} ; 2024-03-01 21:05:13,676 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:05:13,677 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:05:13,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,686 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:05:13,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:13,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:13,702 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:13,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:05:13,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:05:13,729 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:05:13,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:05:13,731 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:05:13,734 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:05:13,735 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:05:13,737 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:13,738 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:13,738 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:05:13,741 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:05:13,744 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:05:13,746 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:05:13,749 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:05:13,752 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:13,752 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:13,752 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:05:13,753 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:05:13,752 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd601b86490) -- 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 0x7fd604429720> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:05:13,756 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:05:13,759 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:13,759 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:05:13,762 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:13,762 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:05:13,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:05:13,768 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:13,768 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:05:13,769 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:05:13,771 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:13,772 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:05:13,774 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:05:13,774 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:13,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/eebedb19-7535-4bc2-bcc9-fdd2519210e2', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfVhCPqAiAhYFk0YqQZUp1069eVU16fPhQ', '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': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', 'ID_FS_UUID_ENC': 'eebedb19-7535-4bc2-bcc9-fdd2519210e2', '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': '546992743'} ; 2024-03-01 21:05:13,777 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:13,778 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,781 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:05:13,781 INFO program/MainThread: stderr[59]: 2024-03-01 21:05:13,781 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:05:13,781 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,784 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:05:13,784 INFO program/MainThread: stderr[60]: 2024-03-01 21:05:13,784 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:05:13,784 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,786 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:05:13,786 INFO program/MainThread: stderr[61]: 2024-03-01 21:05:13,786 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:05:13,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:05:13,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,799 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,800 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,795 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:13,801 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:13,804 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:05:13,804 INFO program/MainThread: stderr[62]: 2024-03-01 21:05:13,804 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:05:13,808 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:13,808 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:05:13,810 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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/168a786a-72c5-4fac-bd22-45399d1ae7e1 ' '/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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfT6dFrR6CyuJzvZhTOXrgiPL7XSU14BWt', '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': '168a786a-72c5-4fac-bd22-45399d1ae7e1', 'ID_FS_UUID_ENC': '168a786a-72c5-4fac-bd22-45399d1ae7e1', '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': '547502465'} ; 2024-03-01 21:05:13,811 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:13,811 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,814 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:05:13,814 INFO program/MainThread: stderr[63]: 2024-03-01 21:05:13,814 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:05:13,814 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,816 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:05:13,817 INFO program/MainThread: stderr[64]: 2024-03-01 21:05:13,817 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:05:13,817 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,819 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:05:13,819 INFO program/MainThread: stderr[65]: 2024-03-01 21:05:13,819 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:05:13,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:05:13,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,831 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,832 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,827 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:13,833 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:13,836 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:05:13,836 INFO program/MainThread: stderr[66]: 2024-03-01 21:05:13,836 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:05:13,840 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:13,840 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:05:13,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/524360e4-de84-4667-b3fc-d6022232f6ef ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfz4BjSoDKmcHoz0q9Jw7qzEI8YHsSfjYz', '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': '524360e4-de84-4667-b3fc-d6022232f6ef', 'ID_FS_UUID_ENC': '524360e4-de84-4667-b3fc-d6022232f6ef', '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': '548484573'} ; 2024-03-01 21:05:13,843 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:13,843 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,846 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:05:13,846 INFO program/MainThread: stderr[67]: 2024-03-01 21:05:13,846 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:05:13,847 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,849 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:05:13,849 INFO program/MainThread: stderr[68]: 2024-03-01 21:05:13,849 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:05:13,849 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,852 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:05:13,852 INFO program/MainThread: stderr[69]: 2024-03-01 21:05:13,852 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:05:13,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:05:13,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,863 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,865 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,859 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:13,865 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:13,869 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:05:13,869 INFO program/MainThread: stderr[70]: 2024-03-01 21:05:13,869 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:05:13,872 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:13,872 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:05:13,875 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/d439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f ' '/dev/disk/by-id/dm-uuid-LVM-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8', '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-5K99xmATjmxTKY6KZNAU9OBMixQZDkpfHbtQ3cns5L81wISKKJy5gV48CJn9C7h8', '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': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', 'ID_FS_UUID_ENC': 'd439ab1c-bbc6-4e44-b2eb-c3c3d1d9155f', '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': '549582903'} ; 2024-03-01 21:05:13,875 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:13,876 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,878 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:05:13,878 INFO program/MainThread: stderr[71]: 2024-03-01 21:05:13,879 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:05:13,879 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,881 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:05:13,881 INFO program/MainThread: stderr[72]: 2024-03-01 21:05:13,881 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:05:13,881 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,884 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:05:13,884 INFO program/MainThread: stderr[73]: 2024-03-01 21:05:13,884 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:05:13,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:05:13,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,895 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:13,896 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:13,891 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:13,897 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:13,900 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:05:13,900 INFO program/MainThread: stderr[74]: 2024-03-01 21:05:13,900 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:05:13,904 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:13,904 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:05:13,907 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ ' '/dev/disk/by-uuid/8e7641ea-6312-42b7-8b44-465fbfdc63d8 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwOGSTECD0WXKalDfzJ5z1sMDCIkiNrcXQ', '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': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', 'ID_FS_UUID_ENC': '8e7641ea-6312-42b7-8b44-465fbfdc63d8', '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': '551428880'} ; 2024-03-01 21:05:13,907 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:13,907 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:13,910 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:05:13,910 INFO program/MainThread: stderr[75]: 2024-03-01 21:05:13,910 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:05:13,910 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:13,912 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:05:13,913 INFO program/MainThread: stderr[76]: 2024-03-01 21:05:13,913 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:05:13,913 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:13,915 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:05:13,915 INFO program/MainThread: stderr[77]: 2024-03-01 21:05:13,915 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:05:13,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:05:13,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:13,928 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:13,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:13,929 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:13,924 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:13,929 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:13,933 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:05:13,933 INFO program/MainThread: stderr[78]: 2024-03-01 21:05:13,933 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:05:13,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:13,937 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:05:13,939 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2 ' '/dev/disk/by-uuid/94093608-550f-4c84-be9e-9dc62df17e09', '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-HybcgWkphIKz5IONlsu1XjcCZZO6zrwwDig1OJgc1a2dNqlioKXvZaTmQ9vqdSC2', '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': '94093608-550f-4c84-be9e-9dc62df17e09', 'ID_FS_UUID_ENC': '94093608-550f-4c84-be9e-9dc62df17e09', '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': '551886665'} ; 2024-03-01 21:05:13,940 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:13,940 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:13,943 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:05:13,943 INFO program/MainThread: stderr[79]: 2024-03-01 21:05:13,943 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:05:13,943 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:13,945 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:05:13,945 INFO program/MainThread: stderr[80]: 2024-03-01 21:05:13,946 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:05:13,946 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:13,948 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:05:13,948 INFO program/MainThread: stderr[81]: 2024-03-01 21:05:13,948 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:05:13,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:05:13,958 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:13,959 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:13,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:13,960 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:13,956 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:13,960 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:13,963 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:05:13,963 INFO program/MainThread: stderr[82]: 2024-03-01 21:05:13,963 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:05:13,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:13,967 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:05:13,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH ' '/dev/disk/by-uuid/f113a188-426e-48f5-8ef6-44c4dd202b6d ' '/dev/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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4ei2cbBH6kZ57Z20zNkMDlkG8cpuHmQRsH', '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': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', 'ID_FS_UUID_ENC': 'f113a188-426e-48f5-8ef6-44c4dd202b6d', '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': '553545620'} ; 2024-03-01 21:05:13,970 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:13,970 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:13,972 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:05:13,973 INFO program/MainThread: stderr[83]: 2024-03-01 21:05:13,973 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:05:13,973 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:13,975 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:05:13,975 INFO program/MainThread: stderr[84]: 2024-03-01 21:05:13,975 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:05:13,975 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:13,978 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:05:13,978 INFO program/MainThread: stderr[85]: 2024-03-01 21:05:13,978 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:05:13,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:13,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:05:13,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:13,988 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:13,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:13,989 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:13,985 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:13,990 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:13,992 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:05:13,993 INFO program/MainThread: stderr[86]: 2024-03-01 21:05:13,993 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:05:13,996 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:13,996 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:05:13,999 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/e24e65ef-08ca-4b29-acff-c4d9bc3077e1', '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-wK4gUQBWHIq332lr0yJ2B4skeHdULl4eEt1ccDhtKInenBZ613ForwTQaquS72fc', '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': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', 'ID_FS_UUID_ENC': 'e24e65ef-08ca-4b29-acff-c4d9bc3077e1', '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': '554003607'} ; 2024-03-01 21:05:13,999 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:14,000 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:14,002 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:05:14,002 INFO program/MainThread: stderr[87]: 2024-03-01 21:05:14,002 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:05:14,003 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:14,005 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:05:14,005 INFO program/MainThread: stderr[88]: 2024-03-01 21:05:14,005 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:05:14,005 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:14,008 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:05:14,008 INFO program/MainThread: stderr[89]: 2024-03-01 21:05:14,008 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:05:14,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:05:14,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,018 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,019 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,015 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,020 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:14,023 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:05:14,023 INFO program/MainThread: stderr[90]: 2024-03-01 21:05:14,023 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:05:14,027 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:14,027 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:05:14,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:14,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:14,054 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:05:14,055 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:05:14,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:14,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:14,067 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:05:14,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:14,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:14,078 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:05:14,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:14,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:14,089 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:05:14,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:14,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:14,100 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:05:14,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:14,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:14,110 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:05:14,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:14,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:14,121 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:05:14,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,127 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:05:14,127 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,127 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,128 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,128 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,128 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,129 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,129 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,129 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,130 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,130 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,130 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,131 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:14,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:05:14,136 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:05:14,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:05:14,141 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:05:14,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:05:14,146 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:05:14,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:05:14,152 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:05:14,154 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,155 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,156 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,152 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,159 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,160 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,163 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,164 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,167 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,168 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,171 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,172 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,174 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,175 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,175 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,176 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,179 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,179 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,180 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,183 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,183 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,184 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,187 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,188 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,190 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,191 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,192 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,195 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,196 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,199 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,200 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,203 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,204 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,207 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,208 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,211 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,212 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,215 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,216 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,219 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,220 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,223 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,224 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,227 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,228 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,231 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,232 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,235 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,236 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,239 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,240 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,243 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,244 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,247 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,248 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,251 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,252 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,252 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,255 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,256 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,260 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,260 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,263 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,264 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,264 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,268 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,268 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,272 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,272 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,276 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,277 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,280 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,281 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:14,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bdae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Et1ccD-htKI-nenB-Z613-Forw-TQaq-uS72fc 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 (0x7fd601c8c760) -- name = test_vg1 status = True 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:14,281 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:05:14,284 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:14,284 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:05:14,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:05:14,288 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:14,288 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:05:14,291 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:05:14,292 INFO program/MainThread: stderr[91]: 2024-03-01 21:05:14,292 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:05:14,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:05:14,296 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:05:14,296 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:14,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:05:14,302 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:05:14,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,305 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,305 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,308 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,308 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,308 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,309 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,312 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,312 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,313 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,315 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,316 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,316 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,319 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,320 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,322 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,323 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,325 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,326 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,326 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,327 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,329 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,330 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,330 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,333 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,334 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,336 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,336 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,337 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,337 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,339 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,340 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,340 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,341 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,343 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,343 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,344 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,344 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,347 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,347 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,348 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,350 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,350 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,351 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,351 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,354 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,355 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,357 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,357 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,358 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,358 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,361 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,361 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,362 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,364 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,365 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,368 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,368 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,369 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,371 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,371 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,372 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,374 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,375 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,375 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,376 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,378 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,378 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,379 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,379 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,381 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,382 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,382 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,383 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,385 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,385 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,386 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,386 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,388 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,389 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,389 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,390 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,392 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,392 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,393 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,393 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,395 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,396 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,396 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,397 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,399 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,399 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,400 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,402 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,403 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,403 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,404 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,406 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,406 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,407 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,407 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,410 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,410 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,410 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,411 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,414 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:14,414 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:14,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bda4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = i2cbBH-6kZ5-7Z20-zNkM-DlkG-8cpu-HmQRsH 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 (0x7fd601c8c760) -- 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 = wK4gUQ-BWHI-q332-lr0y-J2B4-skeH-dULl4e size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:14,415 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:05:14,418 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:14,418 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:05:14,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:05:14,421 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:14,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:14,425 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:05:14,425 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:14,425 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 21:05:14,425 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:05:14,427 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:05:14,428 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,431 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:05:14,433 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:05:14,436 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:05:14,436 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:05:14,436 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:14,436 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:05:14,436 DEBUG blivet/MainThread: removing sda 2024-03-01 21:05:14,439 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:14,439 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:05:14,442 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:05:14,442 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:14,442 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:05:14,442 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:05:14,445 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:14,445 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:05:14,448 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:05:14,448 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:14,448 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:05:14,448 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:05:14,450 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:14,450 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,451 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:05:14,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:05:14,453 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:14,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,459 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:05:14,459 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,459 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,461 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,461 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,461 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,462 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,462 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,462 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,463 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:14,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:05:14,468 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:05:14,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:05:14,473 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:05:14,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:05:14,478 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:05:14,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:05:14,484 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:05:14,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,486 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,487 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,487 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,490 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,490 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,491 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,494 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,494 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,495 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,495 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,498 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,498 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,499 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,502 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,502 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,503 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,503 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,500 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,506 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,506 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,507 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,507 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,510 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,510 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,511 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,511 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,508 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,514 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,514 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,515 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,515 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,518 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,518 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,519 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,519 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,522 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,522 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,523 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,523 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,526 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,526 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,526 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,527 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,529 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,530 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,530 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,531 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,533 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,534 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,534 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,535 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,532 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,538 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,538 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,538 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,539 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,536 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,541 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,542 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,542 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,543 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,546 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,546 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,547 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,550 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,551 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,553 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,554 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,555 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,557 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,558 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,558 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,559 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,562 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,562 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,563 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,565 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,566 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,566 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,567 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,569 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,570 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,570 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,571 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,573 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,574 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,574 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,575 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,577 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,578 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,578 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,579 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,582 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,586 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,586 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,587 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,589 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,590 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,590 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,591 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,594 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,594 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,595 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,597 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,598 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,598 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,599 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,601 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,602 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,603 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,605 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,606 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,606 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,607 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,609 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,610 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,610 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,611 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:14,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Dig1OJ-gc1a-2dNq-lioK-XvZa-TmQ9-vqdSC2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601bf4b50) -- name = test_vg2 status = 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:14,611 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:05:14,614 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:14,614 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:05:14,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:05:14,617 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:14,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:05:14,621 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:05:14,621 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:14,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:05:14,626 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:05:14,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,629 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,629 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,629 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,632 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,632 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,633 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,633 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,636 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,637 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,639 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,639 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,640 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,640 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,642 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,643 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,643 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,644 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,646 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,646 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,647 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,647 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,649 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,650 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,650 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,651 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,653 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,654 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,654 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,656 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,657 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,657 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,658 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,660 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,661 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,661 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,663 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,664 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,664 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,665 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,667 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,667 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,668 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,668 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,665 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,670 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,671 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,671 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,672 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,674 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,675 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,675 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,675 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,672 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,678 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,678 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,678 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,679 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,682 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,682 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,682 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,685 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,686 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,688 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,689 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,689 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,689 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,692 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,692 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,692 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,693 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,695 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,696 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,696 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,696 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,699 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,700 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,703 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,703 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,703 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,706 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,706 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,706 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,707 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,709 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,710 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,710 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,710 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,713 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,713 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,713 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,714 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,716 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,717 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,717 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,718 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,720 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,720 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,721 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,723 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,724 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,724 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,724 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,727 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,727 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,727 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,728 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,731 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,731 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,731 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,734 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,734 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,735 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,737 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,737 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,738 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:14,738 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:14,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b7f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OGSTEC-D0WX-KalD-fzJ5-z1sM-DCIk-iNrcXQ 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 (0x7fd601bf4b50) -- 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 = HybcgW-kphI-Kz5I-ONls-u1Xj-cCZZ-O6zrww size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:14,739 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:05:14,741 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:14,741 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:05:14,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:05:14,745 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:14,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:14,748 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:05:14,748 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:14,748 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 21:05:14,748 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:05:14,750 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:05:14,751 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,753 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:05:14,756 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:05:14,759 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:05:14,759 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:05:14,759 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:14,759 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:05:14,759 DEBUG blivet/MainThread: removing sde 2024-03-01 21:05:14,761 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:14,761 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:05:14,764 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:05:14,764 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:14,764 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:05:14,764 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:05:14,767 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:14,767 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:05:14,769 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:05:14,770 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:14,770 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:05:14,770 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:05:14,772 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:14,772 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:05:14,775 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:05:14,775 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:14,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,780 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:05:14,781 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,781 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,782 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,782 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,782 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,784 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,784 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,785 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,785 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:14,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:05:14,790 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:05:14,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:05:14,795 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:05:14,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:05:14,800 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:05:14,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:05:14,805 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:05:14,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:05:14,810 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:05:14,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,814 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,815 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,819 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,820 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,824 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,826 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,829 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,831 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,826 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,835 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,836 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,840 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,841 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,837 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,844 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,845 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,846 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,842 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,850 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,852 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,856 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,857 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,861 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,862 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,866 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,866 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,867 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,871 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,872 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,876 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,877 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,878 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,873 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,882 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,883 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,887 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,888 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,892 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,897 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,898 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,902 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,904 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,908 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,913 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,914 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,918 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,920 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,923 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,925 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,930 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,934 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,935 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,939 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,940 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,944 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,946 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,950 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,951 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,955 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,956 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,960 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,961 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,965 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,966 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,967 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,970 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,972 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,976 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,977 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:14,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601b97340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = HbtQ3c-ns5L-81wI-SKKJ-y5gV-48CJ-n9C7h8 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 (0x7fd601b87e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:14,978 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:05:14,980 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:14,980 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:14,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:05:14,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:05:14,984 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:14,987 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:05:14,987 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:05:14,987 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:14,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:14,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:05:14,992 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:05:14,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,995 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:14,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:14,996 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:14,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:14,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,000 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,001 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:14,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,005 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,006 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,010 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,011 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,015 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,016 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,019 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,021 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,023 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,024 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,025 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,021 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,029 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,029 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,030 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,034 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,035 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,039 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,040 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,044 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,044 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,045 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,041 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,049 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,049 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,050 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,053 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,055 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,058 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,059 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,063 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,064 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,068 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,069 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,073 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,074 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,077 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,079 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,082 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,084 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,087 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,088 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,092 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,093 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,097 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,098 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,102 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,103 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,106 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,108 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,111 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,112 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,116 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,117 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,121 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,122 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,126 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,127 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,131 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,132 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,135 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,137 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,140 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,141 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,145 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,146 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:15,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd60315a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = z4BjSo-DKmc-Hoz0-q9Jw-7qzE-I8YH-sSfjYz 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 (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:15,147 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:05:15,150 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:15,150 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:05:15,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:05:15,153 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:15,156 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:05:15,156 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:05:15,156 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:15,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:15,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:05:15,162 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:05:15,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,165 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,166 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,169 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,170 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,173 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,174 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,178 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,179 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,182 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,183 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,187 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,188 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,191 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,192 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,195 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,196 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,199 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,200 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,201 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,204 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,205 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,208 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,209 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,213 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,214 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,217 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,218 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,222 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,223 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,226 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,227 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,230 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,231 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,235 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,236 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,239 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,240 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,243 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,244 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,248 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,249 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,252 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,253 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,257 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,258 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,261 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,262 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,266 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,267 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,270 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,271 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,275 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,276 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,279 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,280 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,283 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,284 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,288 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,289 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,292 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,293 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,296 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,298 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,301 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,302 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:15,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601bc5790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T6dFrR-6Cyu-JzvZ-hTOX-rgiP-L7XS-U14BWt size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,303 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:05:15,305 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:15,305 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:05:15,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:05:15,309 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:15,312 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:05:15,312 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:15,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:05:15,317 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:05:15,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,320 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,321 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,324 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,325 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,328 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,329 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,332 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,333 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,336 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,337 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,339 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,340 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,341 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,344 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,345 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,348 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,348 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,352 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,353 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,356 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,357 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,353 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,360 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,361 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,364 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,364 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,367 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,367 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,368 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,371 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,372 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,372 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,375 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,375 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,376 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,379 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,380 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,383 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,384 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,387 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,388 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,391 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,392 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,389 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,395 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,396 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,396 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,393 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,399 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,400 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,403 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,404 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,407 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,408 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,411 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,412 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,415 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,416 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,419 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,420 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,423 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,424 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,421 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,427 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,428 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,431 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,432 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,435 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,436 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,439 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,440 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,443 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:15,444 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:15,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd601c8c5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VhCPqA-iAhY-Fk0Y-qQZU-p106-9eVU-16fPhQ size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd601b87e80) -- 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 = 5K99xm-ATjm-xTKY-6KZN-AU9O-BMix-QZDkpf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:15,444 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:05:15,447 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:15,447 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:05:15,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:05:15,450 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,453 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:05:15,453 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:05:15,453 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,453 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'sdj', 'test_vg3', 'sdh'] 2024-03-01 21:05:15,454 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:05:15,456 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:05:15,456 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,459 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:15,462 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:15,465 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:15,467 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:15,467 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:05:15,467 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:15,468 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:05:15,468 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:05:15,470 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:15,470 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:05:15,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:05:15,473 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:15,473 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:05:15,473 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:05:15,476 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:15,476 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:05:15,478 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:05:15,478 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:15,479 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:05:15,479 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:05:15,481 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:15,481 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:05:15,484 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:05:15,484 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:15,484 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:05:15,484 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:05:15,486 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:15,487 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:15,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:05:15,489 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:05:15,489 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:15,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,499 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,529 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,548 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:05:15,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,561 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,580 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:05:15,581 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,610 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:05:15,610 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,623 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,642 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:05:15,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,656 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,676 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:05:15,676 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,685 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,705 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:05:15,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,718 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,737 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:05:15,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,772 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:05:15,772 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:15,772 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:15,772 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:15,772 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:15,772 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:15,773 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:15,774 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:15,774 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:05:15,776 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:05:15,778 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:05:15,781 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:05:15,783 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:05:15,784 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:05:15,786 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:05:15,786 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 0x7fd601b09540> 2024-03-01 21:05:15,787 INFO blivet/MainThread: sorting actions... 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:15,806 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:15,807 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:15,808 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:15,809 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:15,809 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:15,809 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:15,809 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:15,809 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:15,809 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:15,809 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:15,815 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:05:15,815 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:05:15,824 INFO program/MainThread: stdout: 2024-03-01 21:05:15,824 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:15,824 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,824 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,842 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:15,854 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:15,854 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:15,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:15,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:05:15,864 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:05:15,867 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:05:15,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:05:15,870 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:15,907 INFO program/MainThread: stdout[92]: 2024-03-01 21:05:15,908 INFO program/MainThread: stderr[92]: 2024-03-01 21:05:15,908 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:05:15,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:15,915 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:15,917 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:05:15,920 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:15,923 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:05:15,925 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:15,928 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:05:15,931 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:15,934 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:05:15,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:05:15,937 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:15,972 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:05:15,973 INFO program/MainThread: stderr[93]: 2024-03-01 21:05:15,973 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:05:15,974 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:15,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:15,992 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:05:15,994 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:05:16,006 INFO program/MainThread: stdout: 2024-03-01 21:05:16,006 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:16,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,055 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,055 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:16,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:16,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:05:16,065 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:05:16,068 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:05:16,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:05:16,071 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,111 INFO program/MainThread: stdout[94]: 2024-03-01 21:05:16,112 INFO program/MainThread: stderr[94]: 2024-03-01 21:05:16,112 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:05:16,116 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:16,119 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,121 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,124 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,127 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,129 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,132 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,135 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,138 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:05:16,141 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,174 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:05:16,174 INFO program/MainThread: stderr[95]: 2024-03-01 21:05:16,174 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:05:16,175 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:16,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,190 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:05:16,190 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:05:16,202 INFO program/MainThread: stdout: 2024-03-01 21:05:16,202 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:16,203 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,245 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,260 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,260 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:16,264 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:16,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:05:16,270 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:05:16,273 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:05:16,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:05:16,276 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,312 INFO program/MainThread: stdout[96]: 2024-03-01 21:05:16,313 INFO program/MainThread: stderr[96]: 2024-03-01 21:05:16,313 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:05:16,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:16,320 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,322 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,325 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,328 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,331 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,334 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,337 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,339 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:05:16,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:05:16,342 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,375 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:05:16,376 INFO program/MainThread: stderr[97]: 2024-03-01 21:05:16,376 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:05:16,376 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:16,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,394 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:05:16,394 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:05:16,404 INFO program/MainThread: stdout: 2024-03-01 21:05:16,404 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:16,404 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,455 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,455 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,468 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,468 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:16,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:16,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:05:16,478 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:05:16,481 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:05:16,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:05:16,484 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,521 INFO program/MainThread: stdout[98]: 2024-03-01 21:05:16,522 INFO program/MainThread: stderr[98]: 2024-03-01 21:05:16,522 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:05:16,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:16,529 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,531 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,534 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,537 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,540 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,543 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,545 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,548 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:05:16,551 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,587 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:05:16,588 INFO program/MainThread: stderr[99]: 2024-03-01 21:05:16,588 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:05:16,589 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:16,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:05:16,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:05:16,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:16,630 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,641 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,646 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,651 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,656 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,664 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,669 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:05:16,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:05:16,675 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,705 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:05:16,706 INFO program/MainThread: stderr[100]: 2024-03-01 21:05:16,706 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:05:16,706 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,758 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:05:16,759 INFO program/MainThread: stderr[101]: 2024-03-01 21:05:16,759 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:05:16,759 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,801 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:05:16,802 INFO program/MainThread: stderr[102]: 2024-03-01 21:05:16,802 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:05:16,802 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:16,811 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,819 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:05:16,826 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:05:16,826 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,889 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:05:16,889 INFO program/MainThread: stderr[103]: 2024-03-01 21:05:16,889 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:05:16,889 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:05:16,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,908 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,908 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,917 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 21:05:16,917 INFO program/MainThread: stderr[104]: 2024-03-01 21:05:16,917 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:05:16,917 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 21:05:16,930 INFO program/MainThread: stdout[105]: 2024-03-01 21:05:16,930 INFO program/MainThread: stderr[105]: 2024-03-01 21:05:16,930 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:05:16,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:16,956 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:16,956 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:16,960 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:16,962 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:05:16,965 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:05:16,965 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdj,/dev/sdc ... 2024-03-01 21:05:16,998 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:05:16,998 INFO program/MainThread: stderr[106]: 2024-03-01 21:05:16,998 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:05:16,998 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:05:16,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,015 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,015 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:17,022 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 21:05:17,023 INFO program/MainThread: stderr[107]: 2024-03-01 21:05:17,023 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:05:17,023 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdj ... 2024-03-01 21:05:17,036 INFO program/MainThread: stdout[108]: 2024-03-01 21:05:17,037 INFO program/MainThread: stderr[108]: 2024-03-01 21:05:17,037 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:05:17,037 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,046 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,046 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,058 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:17,062 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,064 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,067 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,067 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:17,097 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:05:17,097 INFO program/MainThread: stderr[109]: 2024-03-01 21:05:17,097 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:05:17,097 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:05:17,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,111 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,111 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,118 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 21:05:17,119 INFO program/MainThread: stderr[110]: 2024-03-01 21:05:17,119 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:05:17,119 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdg ... 2024-03-01 21:05:17,132 INFO program/MainThread: stdout[111]: 2024-03-01 21:05:17,133 INFO program/MainThread: stderr[111]: 2024-03-01 21:05:17,133 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:05:17,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,146 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,159 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,159 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:17,163 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,165 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,168 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,168 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,195 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:05:17,195 INFO program/MainThread: stderr[112]: 2024-03-01 21:05:17,196 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:05:17,196 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:05:17,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,214 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,214 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,221 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 21:05:17,221 INFO program/MainThread: stderr[113]: 2024-03-01 21:05:17,221 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:05:17,221 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdi ... 2024-03-01 21:05:17,235 INFO program/MainThread: stdout[114]: 2024-03-01 21:05:17,235 INFO program/MainThread: stderr[114]: 2024-03-01 21:05:17,235 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:05:17,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,246 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,258 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:17,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,265 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:05:17,265 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:05:17,273 INFO program/MainThread: stdout: 2024-03-01 21:05:17,273 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:17,273 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,274 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,290 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,303 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,303 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:17,307 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:17,310 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:05:17,313 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:05:17,316 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:05:17,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:05:17,320 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,353 INFO program/MainThread: stdout[115]: 2024-03-01 21:05:17,354 INFO program/MainThread: stderr[115]: 2024-03-01 21:05:17,354 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:05:17,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:05:17,361 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,363 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:05:17,366 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,369 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:05:17,371 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,374 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:05:17,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:05:17,377 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,408 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 21:05:17,408 INFO program/MainThread: stderr[116]: 2024-03-01 21:05:17,408 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:05:17,409 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:17,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,423 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:05:17,423 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:05:17,438 INFO program/MainThread: stdout: 2024-03-01 21:05:17,439 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:17,439 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,480 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,480 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:17,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:17,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:05:17,490 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:05:17,493 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:05:17,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:05:17,496 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,530 INFO program/MainThread: stdout[117]: 2024-03-01 21:05:17,531 INFO program/MainThread: stderr[117]: 2024-03-01 21:05:17,531 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:05:17,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:05:17,538 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:05:17,544 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,546 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:05:17,549 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,552 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:05:17,555 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:05:17,555 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,593 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 21:05:17,594 INFO program/MainThread: stderr[118]: 2024-03-01 21:05:17,594 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:05:17,594 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:17,602 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:05:17,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:05:17,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:05:17,622 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,629 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:05:17,634 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,639 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:05:17,645 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,648 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:05:17,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:05:17,650 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,685 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 21:05:17,686 INFO program/MainThread: stderr[119]: 2024-03-01 21:05:17,686 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:05:17,686 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,731 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:05:17,731 INFO program/MainThread: stderr[120]: 2024-03-01 21:05:17,731 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:05:17,731 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,768 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 21:05:17,768 INFO program/MainThread: stderr[121]: 2024-03-01 21:05:17,769 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:05:17,769 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:17,776 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,788 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,792 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,793 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:17,835 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:05:17,835 INFO program/MainThread: stderr[122]: 2024-03-01 21:05:17,835 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:05:17,835 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:05:17,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,852 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,852 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:17,859 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 21:05:17,859 INFO program/MainThread: stderr[123]: 2024-03-01 21:05:17,859 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:05:17,860 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdf ... 2024-03-01 21:05:17,872 INFO program/MainThread: stdout[124]: 2024-03-01 21:05:17,872 INFO program/MainThread: stderr[124]: 2024-03-01 21:05:17,872 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:05:17,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,885 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,885 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,897 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,897 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:17,901 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:17,903 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,906 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:05:17,906 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:17,941 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:05:17,941 INFO program/MainThread: stderr[125]: 2024-03-01 21:05:17,941 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:05:17,941 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:05:17,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,956 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,956 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:17,964 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 21:05:17,964 INFO program/MainThread: stderr[126]: 2024-03-01 21:05:17,964 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:05:17,964 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sdd ... 2024-03-01 21:05:17,978 INFO program/MainThread: stdout[127]: 2024-03-01 21:05:17,978 INFO program/MainThread: stderr[127]: 2024-03-01 21:05:17,978 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 21:05:17,978 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:17,991 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:17,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,003 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,003 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:18,007 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,009 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,012 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,012 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,044 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:05:18,045 INFO program/MainThread: stderr[128]: 2024-03-01 21:05:18,045 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 21:05:18,045 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:05:18,045 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,061 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,061 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,068 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 21:05:18,068 INFO program/MainThread: stderr[129]: 2024-03-01 21:05:18,069 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 21:05:18,069 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sde ... 2024-03-01 21:05:18,081 INFO program/MainThread: stdout[130]: 2024-03-01 21:05:18,082 INFO program/MainThread: stderr[130]: 2024-03-01 21:05:18,082 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 21:05:18,082 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,095 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,108 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,108 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:18,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,115 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:05:18,115 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:05:18,123 INFO program/MainThread: stdout: 2024-03-01 21:05:18,123 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:18,123 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,152 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,152 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:18,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:18,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:05:18,162 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:05:18,165 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:05:18,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:05:18,168 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,207 INFO program/MainThread: stdout[131]: 2024-03-01 21:05:18,208 INFO program/MainThread: stderr[131]: 2024-03-01 21:05:18,208 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 21:05:18,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:05:18,215 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:05:18,220 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,223 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:05:18,226 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,228 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:05:18,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:05:18,231 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,344 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 21:05:18,345 INFO program/MainThread: stderr[132]: 2024-03-01 21:05:18,345 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 21:05:18,346 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:18,352 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,359 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:05:18,359 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:05:18,373 INFO program/MainThread: stdout: 2024-03-01 21:05:18,373 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:18,373 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,373 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,409 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,409 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,422 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,422 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:18,426 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:18,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:05:18,432 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:05:18,435 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:05:18,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:05:18,438 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,477 INFO program/MainThread: stdout[133]: 2024-03-01 21:05:18,478 INFO program/MainThread: stderr[133]: 2024-03-01 21:05:18,478 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 21:05:18,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:05:18,485 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:05:18,490 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,493 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:05:18,496 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,498 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:05:18,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:05:18,501 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,532 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 21:05:18,533 INFO program/MainThread: stderr[134]: 2024-03-01 21:05:18,533 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 21:05:18,533 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:18,539 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:05:18,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:05:18,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:05:18,562 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,568 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:05:18,577 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,582 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:05:18,590 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,593 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:05:18,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:05:18,595 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,619 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 21:05:18,619 INFO program/MainThread: stderr[135]: 2024-03-01 21:05:18,619 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 21:05:18,620 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,666 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:05:18,666 INFO program/MainThread: stderr[136]: 2024-03-01 21:05:18,666 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 21:05:18,666 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,695 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 21:05:18,695 INFO program/MainThread: stderr[137]: 2024-03-01 21:05:18,696 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 21:05:18,696 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:18,704 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,710 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,718 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,718 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:05:18,772 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:05:18,773 INFO program/MainThread: stderr[138]: 2024-03-01 21:05:18,773 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 21:05:18,773 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:05:18,773 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,786 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,786 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 21:05:18,793 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 21:05:18,794 INFO program/MainThread: stderr[139]: 2024-03-01 21:05:18,794 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 21:05:18,794 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sdb ... 2024-03-01 21:05:18,807 INFO program/MainThread: stdout[140]: 2024-03-01 21:05:18,808 INFO program/MainThread: stderr[140]: 2024-03-01 21:05:18,808 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 21:05:18,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,822 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,834 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,834 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:18,838 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,841 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,843 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,843 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 21:05:18,878 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:05:18,878 INFO program/MainThread: stderr[141]: 2024-03-01 21:05:18,878 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 21:05:18,878 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:05:18,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,894 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,894 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:18,902 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 21:05:18,902 INFO program/MainThread: stderr[142]: 2024-03-01 21:05:18,902 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 21:05:18,903 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 21:05:18,916 INFO program/MainThread: stdout[143]: 2024-03-01 21:05:18,916 INFO program/MainThread: stderr[143]: 2024-03-01 21:05:18,916 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 21:05:18,916 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,925 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,926 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,939 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,939 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:18,943 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:18,945 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,948 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:05:18,948 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:18,978 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:05:18,979 INFO program/MainThread: stderr[144]: 2024-03-01 21:05:18,979 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 21:05:18,979 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:05:18,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:18,994 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:18,994 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:05:19,002 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 21:05:19,003 INFO program/MainThread: stderr[145]: 2024-03-01 21:05:19,003 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 21:05:19,003 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sda ... 2024-03-01 21:05:19,016 INFO program/MainThread: stdout[146]: 2024-03-01 21:05:19,017 INFO program/MainThread: stderr[146]: 2024-03-01 21:05:19,017 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 21:05:19,017 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:19,029 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:19,029 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:19,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:19,047 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:05:19,047 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 0x7fd601b09d10> to retry, use: --limit @/tmp/tests_set_mount.retry PLAY RECAP ********************************************************************* sut : ok=142 changed=7 unreachable=0 failed=1 skipped=110 rescued=0 ignored=0 Friday 01 March 2024 21:05:22 +0000 (0:00:00.548) 0:01:56.782 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 52.66s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.32s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.50s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 3.58s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 1.97s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.73s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.68s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.67s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.49s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 1.38s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.91s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Update facts ------------------------ 0.91s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_set_mount.yml:2 ------- fedora.linux_system_roles.snapshot : Run snapshot command check --------- 0.91s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.90s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 0.90s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.90s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.89s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---